undercloud: deploy podman

We want to enable podman on the undercloud first, this patch just
install the rpm and configure the insecure registry if needed.

Change-Id: If469e584e2905a002931277bbe2f7301f7b8fd93
This commit is contained in:
Emilien Macchi 2018-09-25 16:01:59 -04:00
parent 7bebdefda8
commit bfca5353d0
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ resource_registry:
OS::TripleO::Services::CinderScheduler: OS::Heat::None
OS::TripleO::Services::CinderVolume: OS::Heat::None
# Enable Podman on the Undercloud.
# This line will drop in Stein when it becomes the default.
OS::TripleO::Services::Podman: ../puppet/services/podman.yaml
# Undercloud HA services
OS::TripleO::Services::HAproxy: OS::Heat::None
OS::TripleO::Services::Keepalived: OS::Heat::None