diff options
author | Carlos Camacho <ccamacho@redhat.com> | 2017-06-26 16:18:55 +0200 |
---|---|---|
committer | Carlos Camacho <ccamacho@redhat.com> | 2017-06-26 16:20:01 +0200 |
commit | 0899b24007dadaaa46edc107a7b65966f1f40678 (patch) | |
tree | 1856685dd95973f0251850e7a5328ebd7a4c186e /environments | |
parent | f950cf860f784de48040ece87035260a41d52662 (diff) |
Add non-ha env file.
This environment file will be used to
deploy an Overcloud without the use
of pacemaker.
Change-Id: I3a486d22b30ffdb6053b3d917dea373c1361df81
Diffstat (limited to 'environments')
-rw-r--r-- | environments/nonha-arch.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/environments/nonha-arch.yaml b/environments/nonha-arch.yaml new file mode 100644 index 00000000..7fdcc100 --- /dev/null +++ b/environments/nonha-arch.yaml @@ -0,0 +1,16 @@ +# 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::Tasks::ControllerPreConfig: OS::Heat::None + OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None + OS::TripleO::Tasks::ControllerPostPuppetRestart: OS::Heat::None + + OS::TripleO::Services::CinderVolume: ../puppet/services/cinder-volume.yaml + OS::TripleO::Services::RabbitMQ: ../puppet/services/rabbitmq.yaml + OS::TripleO::Services::HAproxy: ../puppet/services/haproxy.yaml + OS::TripleO::Services::Redis: ../puppet/services/database/redis.yaml + OS::TripleO::Services::MySQL: ../puppet/services/database/mysql.yaml + OS::TripleO::Services::Keepalived: OS::Heat::None + OS::TripleO::Services::Pacemaker: OS::Heat::None + OS::TripleO::Services::PacemakerRemote: OS::Heat::None + |