From 684fd439fa2c0b8029491174b4bab3479bcf4162 Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Tue, 6 Dec 2016 16:41:51 -0700 Subject: [PATCH] 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 --- swarm-etcd2-photon/machines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/swarm-etcd2-photon/machines.yml b/swarm-etcd2-photon/machines.yml index 87704df..9c4d657 100644 --- a/swarm-etcd2-photon/machines.yml +++ b/swarm-etcd2-photon/machines.yml @@ -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"