From bfca5353d0f2cbd727487211fed7e5f7703b3561 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 25 Sep 2018 16:01:59 -0400 Subject: [PATCH] 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 --- environments/undercloud.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index 323205ae88..2b1d041ea7 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -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