This small patch series adds support for creating instances that are not in DNS (not resolvable). Tested via manual creation with gnt-instance and RAPI.
Iustin Pop (5): Op/LUCreateInstance support for (no) name checks Command line/RAPI support for --no-name-check CreateInstance: allow no ip check with start mode burnin: add --no-name-check support Doc updates for --no-name-check lib/cli.py | 7 +++++++ lib/cmdlib.py | 36 ++++++++++++++++++++++++++---------- lib/opcodes.py | 2 +- lib/rapi/rlib2.py | 1 + man/gnt-instance.sgml | 34 ++++++++++++++++++++++++++++++++++ scripts/gnt-backup | 1 + scripts/gnt-instance | 4 +++- tools/burnin | 8 +++++++- 8 files changed, 80 insertions(+), 13 deletions(-)
