47ec1089a5
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 database service Redis has been removed. Change-Id: I530ee8196e1d4b81ae4886b234e1a530cf34becf Related-Blueprint: services-yaml-flattening
12 lines
769 B
YAML
12 lines
769 B
YAML
# An environment which creates an Overcloud without the use of pacemaker
|
|
# (i.e. only with keepalived and systemd for all resources)
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-container-puppet.yaml
|
|
OS::TripleO::Services::RabbitMQ: ../deployment/rabbitmq/rabbitmq-container-puppet.yaml
|
|
OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.yaml
|
|
OS::TripleO::Services::Redis: ../deployment/database/redis-container-puppet.yaml
|
|
OS::TripleO::Services::MySQL: ../deployment/database/mysql-container-puppet.yaml
|
|
OS::TripleO::Services::Keepalived: ../docker/services/keepalived.yaml
|
|
OS::TripleO::Services::Pacemaker: OS::Heat::None
|
|
OS::TripleO::Services::PacemakerRemote: OS::Heat::None
|