185546cfa5
Once cell_v2 is enabled by default in Ocata we will need to run this command to update the host mappings whenever a new host is added. Change-Id: I0bb98bfcf0c271ae3b577ca126dd3dfdaece179e Depends-On: I591b451197dc3bd0783978f5e3d2b1c830afe54e Related-Bug: #1649341
9 lines
420 B
Plaintext
9 lines
420 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
|