041251d473
Mark regular non-containerized services with FIXME to be switched, once it is containerized Do not mark yet an external/backend/plugin/host-config related puppet services templates with that FIXME Mark puppet/services/ceph- related templates as TODO switch it to containerized ceph-ansible eventually, maybe. Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
17 lines
853 B
YAML
17 lines
853 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::Tasks::ControllerPreConfig: OS::Heat::None
|
|
OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None
|
|
OS::TripleO::Tasks::ControllerPostPuppetRestart: OS::Heat::None
|
|
|
|
OS::TripleO::Services::CinderVolume: ../docker/services/cinder-volume.yaml
|
|
OS::TripleO::Services::RabbitMQ: ../docker/services/rabbitmq.yaml
|
|
OS::TripleO::Services::HAproxy: ../docker/services/haproxy.yaml
|
|
OS::TripleO::Services::Redis: ../docker/services/database/redis.yaml
|
|
OS::TripleO::Services::MySQL: ../docker/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
|
|
|