fe8ad28ef4
Allows to deploy the minimal UC services capable to install overcloud on pre-provisioned deployed servers. Zaqar is configured to be mongo-less. Follows up the filtered prepare images command changes https://review.openstack.org/#/q/topic:bug/1710992 Related-bug: #1693448 Change-Id: I26cbeb7ce5fd07ffdc2e22da91777316b7de6294 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
29 lines
1.8 KiB
YAML
29 lines
1.8 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
|
|
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::RabbitMQ: ../docker/services/rabbitmq.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: ../docker/services/zaqar.yaml
|
|
|
|
parameter_defaults:
|
|
ZaqarMessageStore: 'swift'
|
|
ZaqarManagementStore: 'sqlalchemy' |