Fix init scripts for etcd. Fixes #383

Fixes Ubuntu 14.04 deployment of etcd.
This commit is contained in:
Matthew Mosesohn
2016-08-15 12:25:35 +03:00
parent 07c144d8a6
commit 0c953101ff
4 changed files with 18 additions and 10 deletions

2
Vagrantfile vendored
View File

@@ -76,7 +76,7 @@ Vagrant.configure("2") do |config|
ip = "#{$subnet}.#{i+100}"
host_vars[vm_name] = {
"ip" => ip,
"access_ip" => ip,
#"access_ip" => ip,
"flannel_interface" => ip,
"flannel_backend_type" => "host-gw",
"local_release_dir" => "/vagrant/temp",