2017-08-30 14:40:45 +02:00
|
|
|
# A lightweight UC for pre-provisioned deployed servers
|
|
|
|
resource_registry:
|
2018-12-10 14:21:36 -05:00
|
|
|
OS::TripleO::Services::Docker: ../deployment/docker/docker-baremetal-ansible.yaml
|
2017-08-30 14:40:45 +02:00
|
|
|
# Default Neutron ML2 puppet plugin to use when NeutronCorePlugin is set to ML2
|
2018-04-11 16:13:29 +02:00
|
|
|
# FIXME(bogdando): can not be switched yet due to puppet-base issues
|
|
|
|
# see https://review.openstack.org/#/c/563443
|
2017-08-30 14:40:45 +02:00
|
|
|
OS::TripleO::Docker::NeutronMl2PluginBase: ../puppet/services/neutron-plugin-ml2.yaml
|
|
|
|
|
|
|
|
OS::TripleO::Services::ContainersLogrotateCrond: ../docker/services/logrotate-crond.yaml
|
2018-12-19 10:17:32 -05:00
|
|
|
OS::TripleO::Services::HeatApi: ../deployment/heat/heat-api-container-puppet.yaml
|
|
|
|
OS::TripleO::Services::HeatApiCfn: ../deployment/heat/heat-api-cfn-container-puppet.yaml
|
|
|
|
OS::TripleO::Services::HeatEngine: ../deployment/heat/heat-engine-container-puppet.yaml
|
2018-11-05 14:43:29 +02:00
|
|
|
OS::TripleO::Services::Keystone: ../deployment/keystone/keystone-container.yaml
|
2018-12-19 13:13:17 -07:00
|
|
|
OS::TripleO::Services::Memcached: ../deployment/memcached/memcached-container-puppet.yaml
|
2017-08-30 14:40:45 +02:00
|
|
|
OS::TripleO::Services::MistralApi: ../docker/services/mistral-api.yaml
|
|
|
|
OS::TripleO::Services::MistralEngine: ../docker/services/mistral-engine.yaml
|
|
|
|
OS::TripleO::Services::MistralExecutor: ../docker/services/mistral-executor.yaml
|
|
|
|
OS::TripleO::Services::MySQL: ../docker/services/database/mysql.yaml
|
|
|
|
OS::TripleO::Services::NeutronApi: ../docker/services/neutron-api.yaml
|
|
|
|
OS::TripleO::Services::NeutronCorePlugin: ../docker/services/neutron-plugin-ml2.yaml
|
|
|
|
OS::TripleO::Services::NeutronDhcpAgent: ../docker/services/neutron-dhcp.yaml
|
|
|
|
OS::TripleO::Services::NeutronServer: ../docker/services/neutron-api.yaml
|
2017-09-27 15:32:26 -04:00
|
|
|
OS::TripleO::Services::OsloMessagingRpc: ../docker/services/messaging/rpc-rabbitmq.yaml
|
|
|
|
OS::TripleO::Services::OsloMessagingNotify: ../docker/services/messaging/notify-rabbitmq-shared.yaml
|
2017-08-30 14:40:45 +02:00
|
|
|
OS::TripleO::Services::SwiftProxy: ../docker/services/swift-proxy.yaml
|
|
|
|
OS::TripleO::Services::SwiftRingBuilder: ../docker/services/swift-ringbuilder.yaml
|
|
|
|
OS::TripleO::Services::SwiftStorage: ../docker/services/swift-storage.yaml
|
2018-12-13 09:29:58 +01:00
|
|
|
OS::TripleO::Services::Zaqar: ../deployment/zaqar/zaqar-container-puppet.yaml
|
2017-08-30 14:40:45 +02:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
ZaqarMessageStore: 'swift'
|
2017-09-27 15:32:26 -04:00
|
|
|
ZaqarManagementStore: 'sqlalchemy'
|
2018-05-08 13:10:51 +12:00
|
|
|
MistralDockerGroup: true
|