aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/bond-with-vlans/compute.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-12-05 02:05:06 +0100
committerGiulio Fidente <gfidente@redhat.com>2017-06-21 11:28:33 +0200
commit488b894bffdeb108669f178842761e2685cddff0 (patch)
tree80dd84554597cbbb8a2e19420150b71258e95ab5 /network/config/bond-with-vlans/compute.yaml
parentdfd4e12b22e09bb95272541461f10578a511ee90 (diff)
Add sample usage of StorageMgmt network for compute nodes
The hyperconverged-ceph.yaml environment file assumes there will be a StorageMgmt network deployed on compute nodes. This change adds commented examples to add such a network for the compute nodes in: bond-with-vland, multiple-nics, single-nic-linux-bridge-vlans and single-nic-vlans. Change-Id: I4535cc5ea2556730f91362bd5f859e8700cd24f6
Diffstat (limited to 'network/config/bond-with-vlans/compute.yaml')
-rw-r--r--network/config/bond-with-vlans/compute.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/network/config/bond-with-vlans/compute.yaml b/network/config/bond-with-vlans/compute.yaml
index 448d4e2a..1d62a5df 100644
--- a/network/config/bond-with-vlans/compute.yaml
+++ b/network/config/bond-with-vlans/compute.yaml
@@ -145,6 +145,12 @@ resources:
addresses:
- ip_netmask:
get_param: StorageIpSubnet
+ # Uncomment when including environments/hyperconverged-ceph.yaml
+ #- type: vlan
+ # device: bond1
+ # vlan_id: {get_param: StorageMgmtNetworkVlanID}
+ # addresses:
+ # - ip_netmask: {get_param: StorageMgmtIpSubnet}
- type: vlan
device: bond1
vlan_id:
@@ -155,16 +161,13 @@ resources:
# Uncomment when including environments/network-management.yaml
# If setting default route on the Management interface, comment
# out the default route on the Control Plane.
- #-
- # type: vlan
+ #- type: vlan
# device: bond1
# vlan_id: {get_param: ManagementNetworkVlanID}
# addresses:
- # -
- # ip_netmask: {get_param: ManagementIpSubnet}
+ # - ip_netmask: {get_param: ManagementIpSubnet}
# routes:
- # -
- # default: true
+ # - default: true
# next_hop: {get_param: ManagementInterfaceDefaultRoute}
outputs:
OS::stack_id: