Merge "Node-specific VM configuration files"

This commit is contained in:
Jenkins 2014-06-17 17:54:46 +00:00 committed by Gerrit Code Review
commit 1ad41a03b4
3 changed files with 38 additions and 0 deletions

View 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

View 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

View 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