Skip to content

Paramterize intervention uuids

Priyanshu Khandelwal requested to merge addparams into master

The UUID's for the following intervention triggers are being used as constants with values set to cci-rundeck's intervention triggers -

  • Minor Server Intervention
  • Quick Reboot Intervention
  • Cancel Intervention

This MR adds three new parameters (corresponding to the three constants in code) in the config that will allow users to set these UUID's with values specific to their own rundeck deployment.

Merge request reports