Displaying 17 results from an estimated 17 matches for "definenet".
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...ble as a separate command line executable
as well.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 9 ++
nodeadmin/configscreen.py | 35 ++++++-
nodeadmin/createdomain.py | 3 -
nodeadmin/createnetwork.py | 52 +++++++++
nodeadmin/definenet.py | 255 ++++++++++++++++++++++++++++++++++++++++++
nodeadmin/destroynetwork.py | 56 +++++++++
nodeadmin/halworker.py | 8 ++
nodeadmin/libvirtworker.py | 61 ++++++++++
nodeadmin/listnetworks.py | 55 +++++++++
nodeadmin/mainmenu.py | 71 ++++--------
nodeadm...
2009 Dec 08
2
Rebased patches, fixed a rebasing problem...
The previous patch set had an error and one development branch's changes
showed up twice, and two different change sets. So it was missing the bulk
of the configuration work. This patch set fixes that.
2009 Oct 26
0
[PATCH node] Users can now work with remote libvirt hosts.
...e machine
* remove a remote machine
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
nodeadmin/addhost.py | 129 ++++++++++++++++++++++++++++++++++++++++++++
nodeadmin/changehost.py | 58 ++++++++++++++++++++
nodeadmin/configscreen.py | 36 ++++++++++++-
nodeadmin/definenet.py | 1 +
nodeadmin/hostconnect.py | 29 ++++++++++
nodeadmin/hostmenu.py | 46 ++++++++++++++++
nodeadmin/libvirtworker.py | 48 ++++++++++++++++-
nodeadmin/mainmenu.py | 14 +++--
nodeadmin/removehost.py | 66 ++++++++++++++++++++++
9 files changed, 419 insertions(...
2009 Nov 05
2
Rebased patches...
I've rebased these patches to ensure they're up to date.
2009 Oct 28
2
Refactoring of storage admin and node
This patch set supercedes the previous set, and incorporates feedback from jboggs.
There is a known issue in configuring volumes on an iSCSI pool that makes them
unsupported at the moment. This code functions identical to virt-manager in that
regard.
2009 Dec 03
1
Rebased against next...
This set of patches have been rebased since the originals have grown stale.
2009 Nov 11
1
Combined patch set for migration...
This patch set includes both the host configuration patch and the
node migration patch which depends on it. And the latter has a fix
for missing files.
2009 Oct 28
1
[PATCH] Users can now work with remote libvirt hosts.
...Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 5 ++
nodeadmin/addhost.py | 129 ++++++++++++++++++++++++++++++++++++++++++++
nodeadmin/changehost.py | 58 ++++++++++++++++++++
nodeadmin/configscreen.py | 36 ++++++++++++-
nodeadmin/definenet.py | 1 +
nodeadmin/hostconnect.py | 29 ++++++++++
nodeadmin/hostmenu.py | 46 ++++++++++++++++
nodeadmin/libvirtworker.py | 53 +++++++++++++++++-
nodeadmin/mainmenu.py | 14 +++--
nodeadmin/removehost.py | 66 ++++++++++++++++++++++
ovirt-node.spec.in |...
2009 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add
and remove volumes for existing pools.
2009 Dec 03
2
Refactored, fixed and ready to review...
This set of patches needed some reworking since they would not apply on top of
next. They are ready for review and to be pushed.
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...\
+ nodeadmin/addpool.py \
+ nodeadmin/addvolume.py \
nodeadmin/configscreen.py \
+ nodeadmin/createdomain.py \
+ nodeadmin/createmeter.py \
nodeadmin/createnetwork.py \
nodeadmin/createuser.py \
+ nodeadmin/definedomain.py \
+ nodeadmin/definenet.py \
nodeadmin/destroydomain.py \
nodeadmin/destroynetwork.py \
+ nodeadmin/domainconfig.py \
nodeadmin/halworker.py \
nodeadmin/libvirtworker.py \
- nodeadmin/userworker.py \
+ nodeadmin/listdomains.py \
+ nodeadmin/listnetworks.py \
+ node...
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that,
it refactors the domain administration pieces to now properly use storage pools
and volumes when defining a new VM.
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...\
nodeadmin/halworker.py \
nodeadmin/libvirtworker.py \
@@ -39,10 +39,10 @@ EXTRA_DIST = \
nodeadmin/menuscreen.py \
nodeadmin/netmenu.py \
nodeadmin/nodemenu.py \
- nodeadmin/undefinedomain.py \
+ nodeadmin/removedomain.py \
nodeadmin/undefinenetwork.py \
- nodeadmin/createdomain.py \
- nodeadmin/definedomain.py \
+ nodeadmin/startdomain.py \
+ nodeadmin/stopdomain.py \
nodeadmin/definenet.py \
nodeadmin/domainconfig.py \
nodeadmin/networkconfig.py \
diff --git a/nodeadmin/adddomain.py b/nodead...
2009 Oct 27
1
Storage admin patches
This set of patches supercedes the previous set, and has been rebased
with changes from upstream.
2009 Nov 09
1
Rebased again...
This patch again rebases on upstream and should apply on next as of right now.
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for
relocating files into the make system.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.