introducing vpp-demo
[groupbasedpolicy.git] / demos / vpp-demo / vagrant_scripts / install-hc.sh
diff --git a/demos/vpp-demo/vagrant_scripts/install-hc.sh b/demos/vpp-demo/vagrant_scripts/install-hc.sh
new file mode 100644 (file)
index 0000000..c3e928a
--- /dev/null
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+#install hc
+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
+echo "Installing Honeycomb done."
+#sudo service honeycomb start
\ No newline at end of file