tripleo-heat-templates/environments/openshift.yaml
Martin André b285c26861 Switch OpenShift nodes to use Podman
Have TripleO use podman instead of docker to manage containers. This
follows the general direction taken by TripleO and allows to deploy on
RHEL8 based nodes.

Closes-Bug: #1821363
Change-Id: I0f1c0478cf424a7ea2314226a27685b02d5e7ce0
2019-03-23 08:50:05 +01:00

8 lines
552 B
YAML

resource_registry:
OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.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
OS::TripleO::Services::Podman: ../deployment/podman/podman-baremetal-ansible.yaml