Skip to content

Commit

Permalink
use the contiv/centos73 box & clean etcd
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
  • Loading branch information
unclejack committed Feb 24, 2017
1 parent 9e79f64 commit 405471e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.PHONY: all build test
.PHONY: all build update start stop test host-build host-test godep

all: build test

Expand All @@ -25,6 +25,7 @@ host-build:
go install ./ ./modeldb

host-test:
etcdctl rm --recursive /contiv.io || true
go test -v ./ ./modeldb
go test -bench=. -run "Benchmark"

Expand Down
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ SCRIPT

VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "contiv/ubuntu1504-netplugin"
config.vm.box_version = "0.3.1"
config.vm.box = "contiv/centos73"
config.vm.box_version = "0.10.0"
num_nodes = 1
base_ip = "192.168.10."
node_ips = num_nodes.times.collect { |n| base_ip + "#{n+10}" }
Expand Down

0 comments on commit 405471e

Please sign in to comment.