Docs: Update the multinode guide to use correct playbook vars

This PS updates the multinode guide to use the correct playbook
vars.

Change-Id: Ie48718059b9f3db2e7a803629172cdb2a9facb00
This commit is contained in:
Pete Birley 2018-05-15 09:10:55 -05:00
parent bc4712f121
commit f19349ac3a

View File

@ -156,13 +156,7 @@ On the master node create an environment file for the cluster:
sudo ip -4 route list 0/0 | awk '{ print $5; exit }'
}
cat > /opt/openstack-helm-infra/tools/gate/devel/multinode-vars.yaml <<EOF
kubernetes:
network:
default_device: $(net_default_iface)
cluster:
cni: calico
pod_subnet: 192.168.0.0/16
domain: cluster.local
kubernetes_network_default_device: $(net_default_iface)
EOF
.. note::