Update cluster interface config to specify internal and external
This commit is contained in:
@@ -32,8 +32,8 @@ en1:
|
||||
skylab_targets: [cluster, datastore]
|
||||
skylab_roles:
|
||||
- server
|
||||
- docker-swarm
|
||||
- datastore
|
||||
- swarm
|
||||
skylab_direct_peers:
|
||||
- hostname: pegasus.local jupiter.svr.local
|
||||
address: 192.168.42.10
|
||||
@@ -49,7 +49,9 @@ en1:
|
||||
skylab_description: Arbiter Node
|
||||
skylab_cluster:
|
||||
address: 10.42.101.10/24
|
||||
interface: bond0
|
||||
interface:
|
||||
access: bond0
|
||||
internal: bond0.99
|
||||
skylab_networking:
|
||||
eno1:
|
||||
bond: bond0
|
||||
@@ -78,7 +80,9 @@ en1:
|
||||
skylab_description: Operational Node
|
||||
skylab_cluster:
|
||||
address: 10.42.101.11/24
|
||||
interface: bond0
|
||||
interface:
|
||||
access: bond0
|
||||
internal: bond0.99
|
||||
skylab_networking:
|
||||
eno1:
|
||||
bond: bond0
|
||||
@@ -107,7 +111,9 @@ en1:
|
||||
skylab_description: Operational Node
|
||||
skylab_cluster:
|
||||
address: 10.42.101.12/24
|
||||
interface: bond0
|
||||
interface:
|
||||
access: bond0
|
||||
internal: bond0.99
|
||||
skylab_datastore_device: sdb
|
||||
skylab_networking:
|
||||
eno1:
|
||||
|
||||
Reference in New Issue
Block a user