magnum/magnum/drivers/swarm_fedora_atomic_v1/templates/environments/with_master_lb.yaml

13 lines
552 B
YAML

# Environment file to enable LBaaS in a Swarm cluster by mapping
# LBaaS-related resource types to the real LBaaS resource types.
resource_registry:
"Magnum::ApiGatewaySwitcher": ../fragments/api_gateway_switcher_pool.yaml
# swarmcluster.yaml
"Magnum::Optional::Neutron::Pool": "OS::Neutron::Pool"
"Magnum::Optional::Neutron::Pool::FloatingIP": "OS::Neutron::FloatingIP"
"Magnum::Optional::Neutron::Pool::HealthMonitor": "OS::Neutron::HealthMonitor"
# swarmmaster.yaml
"Magnum::Optional::Neutron::PoolMember": "OS::Neutron::PoolMember"