aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/ovn_northd.pp
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22Split ovn plugin and northd configurationSteven Hardy1-0/+40
This allows us to use the composable services interfaces to handle providing the IP address for northd, and will be more flexible in the event folks want to deploy northd/ovndb on a different node to the neutron plugin. This also adds ovn_northd to the haproxy configuration so we can access it via the ovn_northd_vip in other service profiles. Note we need to ensure the haproxy config only hits the bootstrap node as northd won't be running on the other nodes. Change-Id: I9af7bd837c340c3df016fc7ad4238b2941ba7a95 Partial-Bug: #1634171