magnum/magnum/drivers/mesos_ubuntu_v1/templates/environments/no_master_lb.yaml
Drago Rosson f71968f01d Allow mesos cluster without LBaaS
This patch modifies the mesos bay driver/templates to allow its LBaaS
resources to be conditionally enabled/disabled.

Change-Id: I99e3b4a549e23b15db99ad91b5bb084c34771834
Partially-Implements: blueprint decouple-lbaas
2016-07-13 16:36:14 +00:00

13 lines
506 B
YAML

# Environment file to disable LBaaS in a Mesos cluster by mapping
# LBaaS-related resource types to OS::Heat::None
resource_registry:
"Magnum::ApiGatewaySwitcher": ../fragments/api_gateway_switcher_master.yaml
# mesoscluster.yaml
"Magnum::Optional::Neutron::Pool": "OS::Heat::None"
"Magnum::Optional::Neutron::Pool::FloatingIP": "OS::Heat::None"
"Magnum::Optional::Neutron::Pool::HealthMonitor": "OS::Heat::None"
# mesosmaster.yaml
"Magnum::Optional::Neutron::PoolMember": "OS::Heat::None"