From 44586cec5234fafcc31974cdee39deedf77474f6 Mon Sep 17 00:00:00 2001 From: lkuchlan Date: Thu, 31 Jan 2019 10:58:34 +0200 Subject: [PATCH] Add ContainerImagePrepare service to ControllerStorageNfs role While using ControllerStorageNfs role images are not pushed to local registry, since ContainerImagePrepare service is missing in ControllerStorageNfs role. Closes-Bug: #1814057 Change-Id: Iafe7bf37d7d04eed32a32b8881fab48fdc9f9dd6 (cherry picked from commit a2d0899f9c3eea9575a495b1d0eee3233b5df156) --- roles/ControllerStorageNfs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ControllerStorageNfs.yaml b/roles/ControllerStorageNfs.yaml index 93a654a56f..725a9eef29 100644 --- a/roles/ControllerStorageNfs.yaml +++ b/roles/ControllerStorageNfs.yaml @@ -65,6 +65,7 @@ - OS::TripleO::Services::Clustercheck - OS::TripleO::Services::Collectd - OS::TripleO::Services::Congress + - OS::TripleO::Services::ContainerImagePrepare - OS::TripleO::Services::Docker - OS::TripleO::Services::Ec2Api - OS::TripleO::Services::Etcd