Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VM ordering for startup / shutdown #5

Open
bensallen opened this issue Nov 19, 2019 · 0 comments
Open

Add VM ordering for startup / shutdown #5

bensallen opened this issue Nov 19, 2019 · 0 comments

Comments

@bensallen
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant