We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8276785 commit bf88b08Copy full SHA for bf88b08
Vagrantfile
@@ -57,7 +57,8 @@ fi
57
# Get swarm binary
58
# (wget https://cisco.box.com/shared/static/0txiq5h7282hraujk09eleoevptd5jpl -q -O /usr/bin/swarm &&
59
# chmod +x /usr/bin/swarm) || exit 1
60
-
+#Get gobgp binary
61
+wget https://cisco.box.com/shared/static/5leqlo84kjh0thty91ouotilm4ish3nz -q -O #{gopath_folder}/src/github.com/contiv/netplugin/scripts/gobgp && chmod +x #{gopath_folder}/src/github.com/contiv/netplugin/scripts/gobgp
62
# remove duplicate docker key
63
rm /etc/docker/key.json
64
0 commit comments