5fdb1a4c52
The non-ha arch file contains a reference to a deployment template that no longer exists. This change updates the setting to the new template file location. Change-Id: I4f96615bc1772c5d64492dda637120a3a268b0c1 Signed-off-by: Kevin Carter <kecarter@redhat.com>
12 lines
792 B
YAML
12 lines
792 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: ../deployment/keepalived/keepalived-container-puppet.yaml
|
|
OS::TripleO::Services::Pacemaker: OS::Heat::None
|
|
OS::TripleO::Services::PacemakerRemote: OS::Heat::None
|