Kevin Carter 5fdb1a4c52 Update nonha arch env file
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>
2019-12-18 21:05:45 -06:00

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