jetlag
jetlag copied to clipboard
Add a validation to fail on the first task to any deployment playbook if the cluster_type does not match the playbook ran.
A quick example would be attempting to run sno-deploy.yml
but having cluster_type: bm
or running bm-deploy.yml
and having cluster_type: sno
. Ideally the first task or before any interaction with the assisted service occurs, we provide an error preventing any further tasks from running.