From ce0e69537b7db746ff8bd2e17ba4d509919e79e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Mon, 10 Sep 2018 16:22:45 +0200 Subject: [PATCH] Hook openshift deployment with image prepare Add the OS::TripleO::Services::ContainerImagePrepare service to the OpenShiftMaster role so that images can be prepared automatically via the image prepare workflow. Change-Id: I717b2d5aa1a7dfdc6be87a2383a5d3fc2f940874 Blueprint: container-prepare-workflow --- roles/OpenShiftMaster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/OpenShiftMaster.yaml b/roles/OpenShiftMaster.yaml index 749aa47b9c..e16f86d102 100644 --- a/roles/OpenShiftMaster.yaml +++ b/roles/OpenShiftMaster.yaml @@ -19,6 +19,7 @@ # each, such as ['ControlPlane', 'External'] default_route_networks: ['External'] ServicesDefault: + - OS::TripleO::Services::ContainerImagePrepare - OS::TripleO::Services::Docker - OS::TripleO::Services::Sshd - OS::TripleO::Services::Ntp