aboutsummaryrefslogtreecommitdiffstats
path: root/network/config/single-nic-linux-bridge-vlans
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-07 18:22:23 +0000
committerGerrit Code Review <review@openstack.org>2017-07-07 18:22:23 +0000
commitb3a4a6e5123b767d2dacdd1915e96b850753071b (patch)
tree3ad028788290ad601aa188c46ca59ce09849cded /network/config/single-nic-linux-bridge-vlans
parent25caba5ce844c722e590333be87a0a7346f02a35 (diff)
parent488b894bffdeb108669f178842761e2685cddff0 (diff)
Merge "Add sample usage of StorageMgmt network for compute nodes"
Diffstat (limited to 'network/config/single-nic-linux-bridge-vlans')
-rw-r--r--network/config/single-nic-linux-bridge-vlans/compute.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/network/config/single-nic-linux-bridge-vlans/compute.yaml b/network/config/single-nic-linux-bridge-vlans/compute.yaml
index e36afd33..a637ef00 100644
--- a/network/config/single-nic-linux-bridge-vlans/compute.yaml
+++ b/network/config/single-nic-linux-bridge-vlans/compute.yaml
@@ -125,6 +125,12 @@ resources:
addresses:
- ip_netmask:
get_param: StorageIpSubnet
+ # Uncomment when including environments/hyperconverged-ceph.yaml
+ #- type: vlan
+ # vlan_id: {get_param: StorageMgmtNetworkVlanID}
+ # device: bridge_name
+ # addresses:
+ # - ip_netmask: {get_param: StorageMgmtIpSubnet}
- type: vlan
vlan_id:
get_param: TenantNetworkVlanID
@@ -135,16 +141,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
# vlan_id: {get_param: ManagementNetworkVlanID}
# device: bridge_name
# 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: