diff --git a/.gitignore b/.gitignore index 7d1115a32..aebb84829 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ pkg/ /go-bindata release_version.go /machine* +.vagrant/ +conf +info +log diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 000000000..ec3de3765 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,31 @@ +# This Vagrantfile is targeted at developers. It can be used to build and run etcd in an isolated VM. + +$provision = <