Merge "Node-specific VM configuration files"
This commit is contained in:
commit
1ad41a03b4
12
labs/config/config.compute
Normal file
12
labs/config/config.compute
Normal file
@ -0,0 +1,12 @@
|
||||
# Node VM configuration. Used by osbash/wbatch (host and guest).
|
||||
|
||||
# Port forwarding
|
||||
VM_SSH_PORT=2232
|
||||
|
||||
# Last octet of IP addresses
|
||||
FOURTH_OCTET=53
|
||||
|
||||
# Assign network interfaces to networks
|
||||
NET_IF_0=nat
|
||||
NET_IF_1=MGMT_NET
|
||||
NET_IF_2=DATA_NET
|
13
labs/config/config.controller
Normal file
13
labs/config/config.controller
Normal file
@ -0,0 +1,13 @@
|
||||
# Node VM configuration. Used by osbash/wbatch (host and guest).
|
||||
|
||||
# Port forwarding
|
||||
VM_SSH_PORT=2230
|
||||
VM_WWW_PORT=8888
|
||||
|
||||
# Last octet of IP addresses
|
||||
FOURTH_OCTET=51
|
||||
|
||||
# Assign network interfaces to networks
|
||||
NET_IF_0=nat
|
||||
NET_IF_1=MGMT_NET
|
||||
NET_IF_2=API_NET
|
13
labs/config/config.network
Normal file
13
labs/config/config.network
Normal file
@ -0,0 +1,13 @@
|
||||
# Node VM configuration. Used by osbash/wbatch (host and guest).
|
||||
|
||||
# Port forwarding
|
||||
VM_SSH_PORT=2231
|
||||
|
||||
# Last octet of IP addresses
|
||||
FOURTH_OCTET=52
|
||||
|
||||
# Assign network interfaces to networks
|
||||
NET_IF_0=nat
|
||||
NET_IF_1=MGMT_NET
|
||||
NET_IF_2=DATA_NET
|
||||
NET_IF_3=API_NET
|
Loading…
x
Reference in New Issue
Block a user