aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/ovn-dbs.yaml
diff options
context:
space:
mode:
authorNuman Siddique <nusiddiq@redhat.com>2017-02-16 10:02:57 +0530
committerNuman Siddique <nusiddiq@redhat.com>2017-04-06 13:15:30 +0530
commitacc20aa525c9bda22bf8d45ee6a1b1ba44a08699 (patch)
tree600775addc09ea1fcf89163b436b7618e4ad41b5 /puppet/services/ovn-dbs.yaml
parent706d79994b62a01cfabce12c7d75f6c71855b9c7 (diff)
ovn: Add missing configurations required
This patch adds - setting nova config param 'force_config_meta' to True as metadata service is not supported by OVN yet. - Add the necessary iptables rules to allow ovsdb-server traffic for Northbound and Southboud databases. - Update the release notes for OVN. Change-Id: If1a2d07d66e493781b74aab2fc9b76a6d58f3842 Closes-bug: #1670562
Diffstat (limited to 'puppet/services/ovn-dbs.yaml')
-rw-r--r--puppet/services/ovn-dbs.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/ovn-dbs.yaml b/puppet/services/ovn-dbs.yaml
index 7f81afde..6b8be77c 100644
--- a/puppet/services/ovn-dbs.yaml
+++ b/puppet/services/ovn-dbs.yaml
@@ -36,5 +36,11 @@ outputs:
ovn::northbound::port: {get_param: OVNNorthboundServerPort}
ovn::southbound::port: {get_param: OVNSouthboundServerPort}
ovn::northd::dbs_listen_ip: {get_param: [ServiceNetMap, OvnDbsNetwork]}
+ tripleo.ovn_dbs.firewall_rules:
+ '121 OVN DB server ports':
+ proto: 'tcp'
+ dport:
+ - {get_param: OVNNorthboundServerPort}
+ - {get_param: OVNSouthboundServerPort}
step_config: |
include ::tripleo::profile::base::neutron::ovn_northd