Skip to content

Commit ba7169a

Browse files
author
Ratnakar Kolli
committed
add physdev net mapping
1 parent 44b3711 commit ba7169a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tripleo-ciscoaci/files/service-ciscoaci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ parameters:
123123
plugged into ml2_type_vlan section of plugin.ini if it is not blank
124124
example value datacentre:1000:2000
125125
type: comma_delimited_list
126+
NeutronPhysicalDevMappings:
127+
description: >
128+
List of <physical_network>:<physical device>
129+
All physical networks listed in network_vlan_ranges
130+
on the server should have mappings to appropriate
131+
interfaces on each agent.
132+
type: comma_delimited_list
133+
default: ""
126134
resources:
127135
NeutronBase:
128136
type: /usr/share/openstack-tripleo-heat-templates/puppet/services/neutron-base.yaml
@@ -191,5 +199,6 @@ outputs:
191199
template: RANGES
192200
params:
193201
RANGES: {get_param: NeutronNetworkVLANRanges}
202+
ciscoaci::aim_config::physical_device_mappings: {get_param: NeutronPhysicalDevMappings}
194203
step_config: |
195204
include tripleo::profile::base::ciscoaci

0 commit comments

Comments
 (0)