- 16 Jun, 2014 1 commit
-
-
Dimitris Aragiorgis authored
Until now gnt-network connect expected the network, mode, link, and optionally groups as positional arguments. To be able to pass vlan info too, use the `--nic-parameters` option, just like gnt-cluster client to pass the desired mode, link, and vlan. Missing values will be filled with the default ones. Do not support old argument passing since mode and link should be arguments with variable length and this violates bash completion generation rules. Update QA to pass the new option instead of deprecated arguments. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr> Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
-
- 05 Aug, 2013 1 commit
-
-
Thomas Thrainer authored
gnt-network add and connect do support the --no-conflicts-check option. This is now also documented in the man pages. This fixes issue 526. Signed-off-by:
Thomas Thrainer <thomasth@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
- 11 Jun, 2013 1 commit
-
-
Klaus Aehlig authored
When submitting a job, the job id, prefixed by 'JobID: ', is output to stderr. While this is easy to understand for humans, for scripting, it is more convenient to have (additionally) the id on stdout (and only the id). Add an option to provide this. Signed-off-by:
Klaus Aehlig <aehlig@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 22 May, 2013 1 commit
-
-
Guido Trotter authored
We can't fix this in the 2.7 version, so it should be documented. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 06 Mar, 2013 1 commit
-
-
Iustin Pop authored
Currently the man page build rule is run without ‘-e’, so the actual checks in there are just warnings (check-man-warnings, check-man-dashes). The patch fixes this and also fixes the man pages which made me see the problem. Additionally, check-man-dashes is now verbose, otherwise it's hard to find out actually where in the page the error is. Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Michele Tartara <mtartara@google.com>
-
- 11 Feb, 2013 1 commit
-
-
Dimitris Aragiorgis authored
This slot was not used by Ganeti so the same info can be provided via tags. In order not to break configuration data we add a FromDict() method in Network config object that removes the deprecated network_type (if found) and then invoke the parent's method (which does the validation). Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- 04 Feb, 2013 1 commit
-
-
Guido Trotter authored
For consistency, let's make sure NICs are capitalized always in the same way. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
- 31 Jan, 2013 1 commit
-
-
Guido Trotter authored
Specify clearly that the nic parameters depend on the network-to-nodegroup connection. Clarify in gnt-network how instance nics are connected to a network. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
-
- 10 Jan, 2013 1 commit
-
-
Michael Hanselmann authored
Sphinx is stricter than pandoc when parsing reST and does not allow an opening parenthesis to directly follow inline markup. [1] describes the rules. A backslash, as described in [2], can be used to separate the two. Additionally, there were different forms for referring to man pages. Sometimes it was a plain “ganeti(7)”, sometimes “**ganeti**(7)” and other times “**ganeti(7)**” (of course with different names and numbers). Commit 7acbda7b added a new paragraph and used the Sphinx-specific “:manpage:…” markup, which isn't supported by pandoc. It is replaced with a standard reference. [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html# inline-markup-recognition-rules [2] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html# character-level-inline-markup Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- 08 Jan, 2013 1 commit
-
-
Iustin Pop authored
"Tags" is a section, not a command, so let's title-case it (as opposed to all upper-case). Furthermore, the RST markup was wrong for the gnt-network man page. Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- 21 Dec, 2012 5 commits
-
-
Michael Hanselmann authored
Hiding the “connect” and “disconnect” commands below the tag operations isn't good. The same is done in “gnt-instance.rst”. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
Michael Hanselmann authored
Commit a04cc7a4 added “gnt-network.rst”, but didn't copy the editor settings from another reST file. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
Michael Hanselmann authored
The original implementation reserved the name “all” to specify all node groups. That would prevent the use of a node group actually named “all”. This patch changes the order and definition of the command line arguments for “gnt-network connect” and “… disconnect” to have the group(s) as the last argument(s). If no groups are specified all groups are used. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
Michael Hanselmann authored
It is not implemented after all. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
Michael Hanselmann authored
- Use unpacking instead of addressing indivdual list items - Add “--submit” and “--priority” support where possible - Re-use LUXI client where possible - Fixed some typos There is still an issue that a node group named “all” can not be connected or disconnected. More changes are needed for that. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- 19 Dec, 2012 2 commits
-
-
Michael Hanselmann authored
Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
Michael Hanselmann authored
The list of query fields can be automatically generated. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- 20 Nov, 2012 2 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr> Reviewed-by:
Iustin Pop <iustin@google.com>
-
Apollon Oikonomopoulos authored
Signed-off-by:
Apollon Oikonomopoulos <apollon@noc.grnet.gr> Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr> Reviewed-by:
Iustin Pop <iustin@google.com>
-