mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
477310a284
commit
684fd439fa
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue