Allow to deploy Octavia API & Neutron Server on 2 different nodes
Exporting the neutron::server parameter into the neutron_api service, so Octavia API and Neutron Server can be separated. Change-Id: Iee28b0e84a00bd589d6f14a73f0c3f32d310b393 Closes-Bug: #1687026
This commit is contained in:
parent
68402dc7f5
commit
4d0dfd810c
@ -84,7 +84,6 @@ outputs:
|
||||
- 9876
|
||||
- 13876
|
||||
octavia::api::host: {get_param: [ServiceNetMap, OctaviaApiNetwork]}
|
||||
neutron::server::service_providers: ['LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default']
|
||||
step_config: |
|
||||
include tripleo::profile::base::octavia::api
|
||||
service_config_settings:
|
||||
@ -103,3 +102,5 @@ outputs:
|
||||
octavia::db::mysql::allowed_hosts:
|
||||
- '%'
|
||||
- "%{hiera('mysql_bind_host')}"
|
||||
neutron_api:
|
||||
neutron::server::service_providers: ['LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default']
|
||||
|
5
releasenotes/notes/octavia-1687026-c01313aab53f55a4.yaml
Normal file
5
releasenotes/notes/octavia-1687026-c01313aab53f55a4.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Octavia API and Neutron Server can now be deployed on separated nodes.
|
||||
See https://bugs.launchpad.net/tripleo/+bug/1687026
|
Loading…
Reference in New Issue
Block a user