Skip to content
  • David Johnson's avatar
    Support dynamic addition/deletion of compute nodes. · 1dc78db1
    David Johnson authored
    Also, adds a geni-lib script that generates an rspec instead of printing
    it (although print still works at portal) and generates input for
    CM::AddNodes() when requested.  This generator is stateful; it tries
    to avoid generating new nodes with previously-used IPs or client_ids;
    thus it is a separate object.  It is designed so that it can be imported
    into a script, and the importing script can look for special
    DYNSLICE_GENERATOR variables to use its rspec foo to create a slice and
    add nodes in some semantic way.
    1dc78db1