From baaad6f6e5fb15f131858ac0f49e02ec336118bc Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 19 Jul 2017 12:40:59 -0400 Subject: Add VPP and Honeycomb services (#104) - Add VPP and honeycomb service - Add NeutronOverlayIPVersion setting for IPv6 vxlan tunnel endpoint Change-Id: If11092e6581445a70e63c8f6c48518698b3cc8fc Signed-off-by: Feng Pan --- puppet/services/opendaylight-api.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'puppet/services/opendaylight-api.yaml') 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: -- cgit 1.2.3-korg