Ensure the needed openshift resources are set
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
This commit is contained in:
parent
52960f30dc
commit
633379f779
@ -1,5 +1,7 @@
|
||||
resource_registry:
|
||||
OS::TripleO::Services::Docker: ../puppet/services/docker.yaml
|
||||
OS::TripleO::Services::OpenShift::Worker: ../extraconfig/services/openshift-worker.yaml
|
||||
OS::TripleO::Services::OpenShift::Master: ../extraconfig/services/openshift-master.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
|
||||
|
Loading…
Reference in New Issue
Block a user