Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / nonha-arch.yaml
1 # An environment which creates an Overcloud without the use of pacemaker
2 # (i.e. only with keepalived and systemd for all resources)
3 resource_registry:
4   OS::TripleO::Tasks::ControllerPreConfig:  OS::Heat::None
5   OS::TripleO::Tasks::ControllerPostConfig:  OS::Heat::None
6   OS::TripleO::Tasks::ControllerPostPuppetRestart:  OS::Heat::None
7
8   OS::TripleO::Services::CinderVolume: ../puppet/services/cinder-volume.yaml
9   OS::TripleO::Services::RabbitMQ: ../puppet/services/rabbitmq.yaml
10   OS::TripleO::Services::HAproxy: ../puppet/services/haproxy.yaml
11   OS::TripleO::Services::Redis: ../puppet/services/database/redis.yaml
12   OS::TripleO::Services::MySQL: ../puppet/services/database/mysql.yaml
13   OS::TripleO::Services::Keepalived: OS::Heat::None
14   OS::TripleO::Services::Pacemaker: OS::Heat::None
15   OS::TripleO::Services::PacemakerRemote: OS::Heat::None
16