From e11e9b987000be79d4c87820439aaf6c8f12e8a3 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 2 Aug 2018 11:23:26 +1200 Subject: [PATCH] Add sudoers entry for tripleo-container-image-prepare This is required for the mistral user to call this script, which is needed by change I2bd53ac64d6ae7a5bb536fa82b1c70a73d883ba8 Change-Id: Ic1648e43f45bb7604d4c0f9abf247a475fb23707 Blueprint: container-prepare-workflow --- sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/sudoers b/sudoers index 8a3fcfd94..36368ac3f 100644 --- a/sudoers +++ b/sudoers @@ -10,4 +10,5 @@ mistral ALL = NOPASSWD: /bin/nova-manage cell_v2 discover_hosts * mistral ALL = NOPASSWD: /usr/bin/tar --xattrs --ignore-failed-read -C / -cf /var/tmp/undercloud-backup-*.tar * mistral ALL = NOPASSWD: /usr/bin/chown mistral. /var/tmp/undercloud-backup-*/filesystem-*.tar mistral ALL = NOPASSWD: /usr/bin/yum -y install octavia-amphora-image +mistral ALL = NOPASSWD: /usr/bin/tripleo-container-image-prepare * validations ALL = NOPASSWD: ALL