Skip to content

Add dispatch playbook for custom stage

Silvio Ankermann requested to merge change/consolidate-custom-stage into devel

Version Control Information

Source branch: change/consolidate-custom-stage
Target branch: devel

Commits:

* Add dispatch playbook for custom stage

Currently, the entrypoint for the custom stage lies outside of the LCM
but relies on the connect-to-nodes play. This results in issues whenever
something changes there requiring manual adaption in the custom
main.yaml.

This commit adds a new playbook that ensures connection to nodes and
then dispatches to the custom playbook outside of the LCM. Hence, the
changes required in the custom playbook can now be included in the
LCM changes themselves.

Description

Feel free to add further information about your MR in this section

Closes: #


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file in RST format added in latest commit

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Merge request reports