vpp demo update
[groupbasedpolicy.git] / demos / vpp-demo / vagrant_scripts / install-hc.sh
index c3e928a0b41d36b209397f015c7aac0910d35402..477d490905f8aaeebbc474b8248d7146f0c57136 100644 (file)
@@ -5,6 +5,9 @@ echo "Installing Honeycomb..."
 sudo apt-get update --allow-unauthenticated
 sudo apt-get -y -f install --allow-unauthenticated
 sudo apt-get -qq install -y --allow-unauthenticated honeycomb
-sed -i 's/"restconf-port": 8181/"restconf-port": 8283/g' /opt/honeycomb/config/honeycomb.json
+sudo sed -i 's/"persist-context": "true"/"persist-context": "false"/g' /opt/honeycomb/config/honeycomb.json
+sudo sed -i 's/"persist-config": "true"/"persist-config": "false"/g' /opt/honeycomb/config/honeycomb.json
+sudo sed -i 's/"127.0.0.1"/"0.0.0.0"/g' /opt/honeycomb/config/honeycomb.json
+sudo sed -i 's/"restconf-port": 8183/"restconf-port": 8283/g' /opt/honeycomb/config/honeycomb.json
 echo "Installing Honeycomb done."
 #sudo service honeycomb start
\ No newline at end of file