From f20730a6633a9f910a804d5205fbdbff17e622d0 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 29 Oct 2018 16:08:04 -0400 Subject: Fixes failure to restart containers post undercloud install It looks like the docker_container ansible module will recreate the container if it fails to restart it. This is undesired behavior so moving to use shell to restart the containers. Also, fixes mistral executor container not properly mounting the ceph-ansible playbook. Additionally fixes an issue with ceph-ansible by downgrading the package. Related rhbz: https://bugzilla.redhat.com/show_bug.cgi?id=1644713 Change-Id: I3199b4af11a4170d19419f70cb53f7d74def273c Signed-off-by: Tim Rozet --- config/deploy/common-patches.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/deploy') diff --git a/config/deploy/common-patches.yaml b/config/deploy/common-patches.yaml index d408a161..c2172616 100644 --- a/config/deploy/common-patches.yaml +++ b/config/deploy/common-patches.yaml @@ -6,6 +6,8 @@ patches: project: openstack/tripleo-common - change-id: Iaa2276aadae351fbc138de258c51d786f69e4395 project: openstack/tripleo-common + - change-id: I8d1db69d520da069099f919f286e6a553dd645a5 + project: openstack/tripleo-heat-templates overcloud: - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310 project: openstack/puppet-tripleo @@ -19,6 +21,8 @@ patches: - change-id: Iaa2276aadae351fbc138de258c51d786f69e4395 project: openstack/tripleo-common branch: master + - change-id: I8d1db69d520da069099f919f286e6a553dd645a5 + project: openstack/tripleo-heat-templates overcloud: - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310 project: openstack/puppet-tripleo -- cgit 1.2.3-korg