Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1075902

Summary: OVIRT35 - [RFE] Add ovirt-node-config commandline tool to configure Node.
Product: [Retired] oVirt Reporter: haiyang,dong <hadong>
Component: ovirt-nodeAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED CURRENTRELEASE QA Contact: bugs <bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: gklein, iheim, jboggs, leiwang, mgoldboi, ovirt-bugs, ovirt-maint, rbalakri, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: node
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of:
: 1075903 (view as bug list) Environment:
Last Closed: 2014-10-17 12:43:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1075903    

Description haiyang,dong 2014-03-13 07:35:32 UTC
Description of problem:
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

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Sandro Bonazzola 2014-10-17 12:43:00 UTC
oVirt 3.5 has been released and should include the fix for this issue.