Skip to content

hostname constraint

Christopher Tran requested to merge host-constraint into main

Adds a hostname constraint to nodes, like so:

node.node(host=="buoy000")

The purposes for this overconstrainst is:

  • To manually place VMs on separate machines so that we can sidestep some of the networking issues that we're seeing
  • Later, when node randomization is complete, we can make realizations "repeatable" by hard placing every guest on its host from the previous materialization.

My editor also stripped trailing whitespace, it seems.

Edited by Christopher Tran

Merge request reports