mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-14 06:29:32 -02:30
Fix init scripts for etcd. Fixes #383
Fixes Ubuntu 14.04 deployment of etcd.
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user