Update VM definition file for Swarm/etcd/Photon OS environment

Update `machines.yml` to include a fourth Photon OS node to run the Swarm manager container; addresses an odd issue with running the Swarm and Swarm manager containers on the same host.

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott S. Lowe 2016-12-06 16:41:51 -07:00
parent 477310a284
commit 684fd439fa

View file

@ -53,3 +53,12 @@
ip_addr: "192.168.100.113"
etcd: false
playbook: "cfg-docker.yml"
- name: "photon-04"
box:
vmw: "vmware/photon"
vb: "vmware/photon"
ram: "512"
vcpu: "1"
ip_addr: "192.168.100.114"
etcd: false
playbook: "cfg-docker.yml"