[node-patches] Change in ovirt-node[master]: Add ovirt-node-config
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Jun 25 15:05:29 UTC 2014
Fabian Deutsch has submitted this change and it was merged.
Change subject: Add ovirt-node-config
......................................................................
Add ovirt-node-config
ovirt-node-config is a commandline tool to configure Node.
Basically the tool exposes the classes of ovirt-node.config.defaults.
That way the system can basically configured using the commandline. The
same codepaths are shared between the CLI and TUI.
This is mainly intended for quality issue to check all codepaths.
Some examples:
General help:
$ ovirt-node-config -h
Help on a class:
$ ovirt-node-config help IPv6
Help on a function:
$ ovirt-node-config help IPv6.configure_dhcp
Run a function:
$ ovirt-node-config run IPv6.configure_dhcp
$ ovirt-node-config run Network.configure_static ens3 1.2.3.4 255.0.0.0
1.2.3.254
Change-Id: I0d06244e1380b4880381757074ad19c5d96a7771
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M ovirt-node.spec.in
M scripts/Makefile.am
A scripts/ovirt-node-config
M src/ovirt/node/config/defaults.py
4 files changed, 121 insertions(+), 1 deletion(-)
--
To view, visit http://gerrit.ovirt.org/24968
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0d06244e1380b4880381757074ad19c5d96a7771
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
More information about the node-patches
mailing list