aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/opendaylight-api.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/services/opendaylight-api.yaml')
-rw-r--r--puppet/services/opendaylight-api.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml
index 6882aeff..6bd6b57a 100644
--- a/puppet/services/opendaylight-api.yaml
+++ b/puppet/services/opendaylight-api.yaml
@@ -32,6 +32,10 @@ parameters:
OpenDaylightApiVirtualIP:
type: string
default: ''
+ OpenDaylightHostconfURI:
+ description: URI for neutron hostconfig in OpenDaylight.
+ type: string
+ default: ''
EndpointMap:
default: {}
description: Mapping of service endpoint -> protocol. Typically set
@@ -60,13 +64,16 @@ outputs:
opendaylight::enable_dhcp: {get_param: OpenDaylightEnableDHCP}
opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpendaylightApiNetwork]}
opendaylight::nb_connection_protocol: {get_param: OpenDaylightConnectionProtocol}
+ neutron::plugins::ml2::opendaylight::odl_hostconf_uri: {get_param: OpenDaylightHostconfURI}
tripleo.opendaylight_api.firewall_rules:
'137 opendaylight api':
dport:
- {get_param: OpenDaylightPort}
+ - 2550
+ - 6633
- 6640
- 6653
- - 2550
+ - 8101
step_config: |
include tripleo::profile::base::neutron::opendaylight
upgrade_tasks: