0de7bc09f3
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration. With this patch the baremetal version of zaqar service has been removed. Change-Id: I8947d2fc5e5672e701d2802cd14a3fa176877a7d Related-Blueprint: services-yaml-flattening
34 lines
2.1 KiB
YAML
34 lines
2.1 KiB
YAML
# A lightweight UC for pre-provisioned deployed servers
|
|
resource_registry:
|
|
OS::TripleO::Services::Docker: ../puppet/services/docker.yaml
|
|
# Default Neutron ML2 puppet plugin to use when NeutronCorePlugin is set to ML2
|
|
# FIXME(bogdando): can not be switched yet due to puppet-base issues
|
|
# see https://review.openstack.org/#/c/563443
|
|
OS::TripleO::Docker::NeutronMl2PluginBase: ../puppet/services/neutron-plugin-ml2.yaml
|
|
|
|
OS::TripleO::Services::ContainersLogrotateCrond: ../docker/services/logrotate-crond.yaml
|
|
OS::TripleO::Services::HeatApi: ../docker/services/heat-api.yaml
|
|
OS::TripleO::Services::HeatApiCfn: ../docker/services/heat-api-cfn.yaml
|
|
OS::TripleO::Services::HeatEngine: ../docker/services/heat-engine.yaml
|
|
OS::TripleO::Services::Keystone: ../docker/services/keystone.yaml
|
|
OS::TripleO::Services::Memcached: ../docker/services/memcached.yaml
|
|
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
|
|
OS::TripleO::Services::OsloMessagingRpc: ../docker/services/messaging/rpc-rabbitmq.yaml
|
|
OS::TripleO::Services::OsloMessagingNotify: ../docker/services/messaging/notify-rabbitmq-shared.yaml
|
|
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
|
|
OS::TripleO::Services::Zaqar: ../deployment/zaqar/zaqar-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
ZaqarMessageStore: 'swift'
|
|
ZaqarManagementStore: 'sqlalchemy'
|
|
MistralDockerGroup: true
|