Skip to content

Add VM ordering for startup / shutdown #5

@bensallen

Description

@bensallen

Via configuration syntax like:

[vm.ros-vm1]
before = ["ros-vm2"]

[vm.ros-vm2]
after = ["ros-vm1"]
requires = ["ros-vm1"]

Add explicit ordering and dependencies between VMs.

  • after and before will be ordering based directives, where state of the configured VM isn't checked.
  • requires will check if the set VM is up, and if configured ssh available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions