633379f779
We expect the the Keepalived and HAproxy services to be deployed on the OpenShift master nodes, let's require them in the openshift heat environment file. This prevents an issue when the docker-ha environment is loaded because it would redefine these resources. Change-Id: I57a7ea854bd8db4e20af1a608a6937604c0e3bd2
8 lines
489 B
YAML
8 lines
489 B
YAML
resource_registry:
|
|
OS::TripleO::Services::Docker: ../puppet/services/docker.yaml
|
|
OS::TripleO::Services::HAproxy: ../docker/services/haproxy.yaml
|
|
OS::TripleO::Services::Keepalived: ../docker/services/keepalived.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
|