b285c26861
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
8 lines
552 B
YAML
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
|