aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-plugin-nuage.yaml
diff options
context:
space:
mode:
authorlokesh-jain <lokesh.jain@gmail.com>2017-04-03 16:32:53 -0400
committerlokesh-jain <lokesh.jain@gmail.com>2017-04-03 16:49:16 -0400
commitd5309c9443cbfe50ba5e7c15f025393a58b0804c (patch)
tree286407ebf77d571c71092d9c4d2a7d03704e5f66 /puppet/services/neutron-plugin-nuage.yaml
parentb20bdcee038e4b3f8717768a33c5c2e66987c011 (diff)
Addition of firewall rules for Nuage
Added VxLAN and metadata agent firewall rules to neutron-compute-plugin for Nuage. Removed a deprecated parameter 'OSControllerIp' as well. Change-Id: If10c300db48c66b9ebeaf74b5f5fee9132e75366
Diffstat (limited to 'puppet/services/neutron-plugin-nuage.yaml')
-rw-r--r--puppet/services/neutron-plugin-nuage.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/puppet/services/neutron-plugin-nuage.yaml b/puppet/services/neutron-plugin-nuage.yaml
index e09cd704..6229a3f1 100644
--- a/puppet/services/neutron-plugin-nuage.yaml
+++ b/puppet/services/neutron-plugin-nuage.yaml
@@ -19,10 +19,6 @@ parameters:
via parameter_defaults in the resource registry.
type: json
# Config specific parameters, to be provided via parameter_defaults
- NeutronNuageOSControllerIp:
- description: IP address of the OpenStack Controller
- type: string
-
NeutronNuageNetPartitionName:
description: Specifies the title that you will see on the VSD
type: string
@@ -76,8 +72,7 @@ outputs:
config_settings:
map_merge:
- get_attr: [NeutronBase, role_data, config_settings]
- - neutron::plugins::nuage::nuage_oscontroller_ip: {get_param: NeutronNuageOSControllerIp}
- neutron::plugins::nuage::nuage_net_partition_name: {get_param: NeutronNuageNetPartitionName}
+ - neutron::plugins::nuage::nuage_net_partition_name: {get_param: NeutronNuageNetPartitionName}
neutron::plugins::nuage::nuage_vsd_ip: {get_param: NeutronNuageVSDIp}
neutron::plugins::nuage::nuage_vsd_username: {get_param: NeutronNuageVSDUsername}
neutron::plugins::nuage::nuage_vsd_password: {get_param: NeutronNuageVSDPassword}