8ea44dbd94
This patch removes the following Validations workflows: - tripleo.validations.list_groups - tripleo.validations.list_validations - tripleo.validations.run_validation - tripleo.validations.upload The following workflows still remain in charge and will be migrated in a follow up patch: - tripleo.validation.get_pubkey - tripleo.validation.get_privkey - tripleo.validation.enable Depends-On: https://review.rdoproject.org/r/#/c/23700/ Change-Id: Ie36926e47cc46d5852a098f9e583169e7b1dcd7d Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
6 lines
367 B
Plaintext
6 lines
367 B
Plaintext
Defaults:mistral !requiretty
|
|
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/tripleo-container-image-prepare *
|