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
This commit is contained in:
Martin André 2018-09-10 16:22:45 +02:00
parent 8384f5da69
commit ce0e69537b
1 changed files with 1 additions and 0 deletions

View File

@ -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