From 4aa2bcd6dd794f9fe06beb5b0d1191b7ee81e6a3 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 10 Dec 2020 07:17:48 -0700 Subject: [PATCH] Ensure images folder is created for ironic-conductor Since this is needed by the conductor and the permissions need to be set at boot via kolla, the directory needs to exist before the container starts. Change-Id: Iedb41537fbb9a3680b8cd00ec013cc23ae5be7d1 Closes-Bug: 1907272 --- deployment/ironic/ironic-conductor-container-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/ironic/ironic-conductor-container-puppet.yaml b/deployment/ironic/ironic-conductor-container-puppet.yaml index c623cdd5e2..d203d25b5c 100644 --- a/deployment/ironic/ironic-conductor-container-puppet.yaml +++ b/deployment/ironic/ironic-conductor-container-puppet.yaml @@ -632,6 +632,7 @@ outputs: with_items: - httpboot - tftpboot + - images # TODO(emilien): remove the cleanup tasks after Ussuri # https://bugs.launchpad.net/tripleo/+bug/1868934 - name: Cleanup unnecessary container config-data