f6c286dbe8
Ensure that the ironic nodes have been picked up by the nova resource tracker before running nova-manage cell_v2 host discovery. Also adds logging of the verbose command output to mistral engine log. Change-Id: I4cc67935df8f37cdb2d8b0bfd96cf90eb7a6ce25 Closes-Bug: #1660160
9 lines
422 B
Plaintext
9 lines
422 B
Plaintext
Defaults!/usr/bin/run-validation !requiretty
|
|
Defaults:validations !requiretty
|
|
Defaults:mistral !requiretty
|
|
mistral ALL = (validations) NOPASSWD:SETENV: /usr/bin/run-validation
|
|
mistral ALL = NOPASSWD: /usr/bin/chown validations\: /tmp/validations_identity_*
|
|
mistral ALL = NOPASSWD: /usr/bin/rm -f /tmp/validations_identity_*
|
|
mistral ALL = NOPASSWD: /bin/nova-manage cell_v2 discover_hosts *
|
|
validations ALL = NOPASSWD: ALL
|