You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to go farther in automation.
Currently, we can execute a command...
... explicitely (through the web administration).
... on schedule.
... automatically, when some conditions are met (agents).
We should add a command to ask a confirmation before running the rest of a Roboconf script. Let's consider the following scenario with the autonomic enabled.
action.commands is executed when conditions A and B are met.
However, users do not trust the autonomic enough to let Roboconf handle everything automatically.
Instead, they would like to be notified (by e-mail), and be invited to accept or refuse the execution of the automated script. Basically, the e-mail should contain a link that leads to the DM. The shown page will display a message and expect a decision: proceeed or dismiss.
The command shape should be located at the beginning of the script.
It should appear only once in a commands file. Here is a sample syntax.
ask confirmation to <emails> with validity <time unit> and message <message>
The validity indicates how much time the link is valid.
The message is the one that will be shown to the user.
The DM must guarantee a link can be clicked and executed only once.
If the validity period is over, an error should be shown.
The text was updated successfully, but these errors were encountered:
We need to go farther in automation.
Currently, we can execute a command...
We should add a command to ask a confirmation before running the rest of a Roboconf script. Let's consider the following scenario with the autonomic enabled.
Instead, they would like to be notified (by e-mail), and be invited to accept or refuse the execution of the automated script. Basically, the e-mail should contain a link that leads to the DM. The shown page will display a message and expect a decision: proceeed or dismiss.
The command shape should be located at the beginning of the script.
It should appear only once in a commands file. Here is a sample syntax.
The DM must guarantee a link can be clicked and executed only once.
If the validity period is over, an error should be shown.
The text was updated successfully, but these errors were encountered: