Script gnt_os
[hide private]
[frames] | no frames]

Script gnt_os

Bootstrap script for ganeti.client.gnt_os

Variables [hide private]
  commands = {"list":(ListOS, ARGS_NONE, [NOHDR_OPT, PRIORITY_OP...
  aliases = {"show": "info",}

Imports: sys, main


Variables Details [hide private]

commands

Value:
{"list":(ListOS, ARGS_NONE, [NOHDR_OPT, PRIORITY_OPT], "", "Lists all \
valid operating systems on the cluster"), "diagnose":(DiagnoseOS, ARGS\
_NONE, [PRIORITY_OPT], "", "Diagnose all operating systems"), "info":(\
ShowOSInfo, [ArgOs()], [PRIORITY_OPT], "", "Show detailed information \
about " "operating systems"), "modify":(ModifyOS, ARGS_ONE_OS, [HVLIST\
_OPT, OSPARAMS_OPT, DRY_RUN_OPT, PRIORITY_OPT, HID_OS_OPT, BLK_OS_OPT,\
 SUBMIT_OPT], "", "Modify the OS parameters"),}