diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-14 07:36:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-14 07:36:34 +0000 |
commit | 9797d93561c5ea126a48ee58053d220a4480a8bf (patch) | |
tree | 0e324c4ba4419c864e82d479bca291b94a7c6ec1 /puppet | |
parent | b339ee833199e90f4fc82fb9317e8a871389486f (diff) | |
parent | a5cec52a6c07ce3940431be34dcc45bced5ade04 (diff) |
Merge "Fixes missing OVS Firewall config with OpenDaylight"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/opendaylight-ovs.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/opendaylight-ovs.yaml b/puppet/services/opendaylight-ovs.yaml index 268ca244..907ecddc 100644 --- a/puppet/services/opendaylight-ovs.yaml +++ b/puppet/services/opendaylight-ovs.yaml @@ -54,5 +54,11 @@ outputs: template: MAPPINGS params: MAPPINGS: {get_param: OpenDaylightProviderMappings} + tripleo.opendaylight_ovs.firewall_rules: + '118 neutron vxlan networks': + proto: 'udp' + dport: 4789 + '136 neutron gre networks': + proto: 'gre' step_config: | include tripleo::profile::base::neutron::plugins::ovs::opendaylight |