Skip to content

Parameterize intervention uuids

Priyanshu Khandelwal requested to merge prkhande/cci-tools: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.

Edited by Priyanshu Khandelwal

Merge request reports