07876f2d90
This patch adds the Octavia services to the registry and controller role (disabled by default). Also included is an example environment file for enabling the services and required configuration. The API service profile is also amended configure the load balancer service provider in neutron to point to the octavia load balancer driver. Change-Id: I7f3bba950f5b1574ba842a39e93a8ac2b1ccf7bb Partially-implements: blueprint octavia-service-integration
10 lines
480 B
YAML
10 lines
480 B
YAML
resource_registry:
|
|
OS::TripleO::Services::OctaviaApi: ../../puppet/services/octavia-api.yaml
|
|
OS::TripleO::Services::OctaviaHealthManager: ../../puppet/services/octavia-health-manager.yaml
|
|
OS::TripleO::Services::OctaviaHousekeeping: ../../puppet/services/octavia-housekeeping.yaml
|
|
OS::TripleO::Services::OctaviaWorker: ../../puppet/services/octavia-worker.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: "qos,router,trunk,lbaasv2"
|
|
NeutronEnableForceMetadata: true
|