An administrator has published a Runbook and needs to execute it. However, the administrator needs to change one of the variable values, which is not currently possible.
What is the reason for this?
A.
Runbooks do not allow variables to be changed.
B.
Variable was not marked as runtime editable when it was added.
C.
Runbook itself needs to be reopened for editing.
D.
Variables need to be changed in the eScript section of the Runbook.
In Nutanix Self-Service (Calm), when defining a variable for a Runbook (or Blueprint), there is a specific configuration attribute called "Runtime".
Runtime Editable:If this checkbox is selected during the variable creation, the user executing the Runbook will be prompted to provide or modify the value at the time of execution.
Not Runtime Editable:If this checkbox is left cleared (unchecked), the variable uses the default value defined by the administrator, and the user executing the Runbookcannot changethis value.
Therefore, if the administrator cannot change the value during execution, it is because the variable was not marked as runtime editable in the Runbook definition.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit