7345963531
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration. With this patch the baremetal version of keepalived service have been removed. Change-Id: Ic0ddf1174e1d0a62f83f26f0ca6bc29ec7b078b7 Related-Blueprint: services-yaml-flattening
8 lines
512 B
YAML
8 lines
512 B
YAML
resource_registry:
|
|
OS::TripleO::Services::Docker: ../puppet/services/docker.yaml
|
|
OS::TripleO::Services::HAproxy: ../docker/services/haproxy.yaml
|
|
OS::TripleO::Services::Keepalived: ../deployment/keepalived/keepalived-container-puppet.yaml
|
|
OS::TripleO::Services::OpenShift::Infra: ../extraconfig/services/openshift-infra.yaml
|
|
OS::TripleO::Services::OpenShift::Master: ../extraconfig/services/openshift-master.yaml
|
|
OS::TripleO::Services::OpenShift::Worker: ../extraconfig/services/openshift-worker.yaml
|