
Heat types moved to lb.yaml: Neutron::LBaaS::LoadBalancer Neutron::LBaaS::Listener Neutron::LBaaS::Pool Neutron::LBaaS::HealthMonitor FloatingIP on LBaaS Closes-Bug: 1644454 Change-Id: I513b92c205ed97334033ba38ddf1d890ed61ff84
15 lines
752 B
YAML
15 lines
752 B
YAML
# Environment file to enable LBaaS in a cluster by mapping
|
|
# LBaaS-related resource types to the real LBaaS resource types.
|
|
resource_registry:
|
|
"Magnum::ApiGatewaySwitcher": ../fragments/api_gateway_switcher_pool.yaml
|
|
|
|
# Cluster template
|
|
"Magnum::Optional::Neutron::LBaaS::LoadBalancer": "OS::Neutron::LBaaS::LoadBalancer"
|
|
"Magnum::Optional::Neutron::LBaaS::Listener": "OS::Neutron::LBaaS::Listener"
|
|
"Magnum::Optional::Neutron::LBaaS::Pool": "OS::Neutron::LBaaS::Pool"
|
|
"Magnum::Optional::Neutron::LBaaS::HealthMonitor": "OS::Neutron::LBaaS::HealthMonitor"
|
|
"Magnum::Optional::Neutron::LBaaS::FloatingIP": "OS::Neutron::FloatingIP"
|
|
|
|
# Master node template
|
|
"Magnum::Optional::Neutron::LBaaS::PoolMember": "OS::Neutron::LBaaS::PoolMember"
|