Displaying 20 results from an estimated 1000 matches similar to: "[PATCH node-image] leave ssh open for devel builds"
2009 Sep 01
1
[PATCH node-image] readonly rootfs setup
This completes the read only rootfs, all needed writable directories are in the tmpfs.
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
common-post.ks | 12 ++++++++++++
ovirt-node-image.ks | 1 +
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 0c0a3f4..44a0270 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -146,3
2009 Sep 16
2
[Fwd: Re: [PATCH node-image] keep NIC and HBA firmwares]
Forwarding to the list for Jay or Scott to have a look.
Ignazio, do you see any more details (traceback or something) in the rails log?
-------------- next part --------------
An embedded message was scrubbed...
From: ignazio.cassano at provincia.torino.it
Subject: Re: [Ovirt-devel] [PATCH node-image] keep NIC and HBA firmwares
Date: Wed, 16 Sep 2009 16:48:47 +0200
Size: 4031
URL:
2010 May 04
2
[PATCH node] save all not-parsed boot parameters
not just console=
This is to allow vendor-specific boot parameters to survive when the
image is installed to disk.
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-early | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 4b85102..c17ea74 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@
2011 Aug 11
1
[PATCH] fix augtool calls
parse input augtool strings to oper,key,value
---
scripts/network.py | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/scripts/network.py b/scripts/network.py
index f51ee7c..65b551c 100644
--- a/scripts/network.py
+++ b/scripts/network.py
@@ -165,11 +165,11 @@ class Network:
ntpconf = ntpconf.split("\n")
for line
2010 Apr 13
1
[PATCH node] refactor node image recipe
top-level kickstart file contains only includes,
example custom-template.ks is provided with documented customization
points.
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
recipe/common-manifest-post.ks | 31 +++++++++++
recipe/common-manifest-pre.ks | 11 ++++
recipe/common-post-chroot.ks | 46 ++++++++++++++++
recipe/common-post.ks | 24 +++++++++
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository
https://bugzilla.redhat.com/show_bug.cgi?id=512358
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 9 +++++++++
common-pkgs.ks | 3 +++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 7c19aa4..2f8842f 100644
---
2009 Sep 17
1
New push candidate with feedback from apevec...
This patch removes the attempt at setting nodeadmin to be root's shell.
2009 May 21
1
[PATCH node] display descriptions for all disks
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-config-storage | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index be5aec0..671ad7d 100755
--- a/scripts/ovirt-config-storage
+++ b/scripts/ovirt-config-storage
@@ -36,15 +36,17 @@ logging_min_size=5
2010 Jul 13
1
[PATCH node] Kill persistent dhclient on the temporary interface
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
scripts/ovirt-early | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 1c15792..6b510ca 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -43,6 +43,9 @@ configure_ovirt_management_nic() {
log "Using interface $DEVICE"
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
rhbz#723115
Signed-off-by: Mike Burns <mburns at redhat.com>
---
ovirt-node.spec.in | 4 ++++
scripts/ovirt-early | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 2d8a4bf..8321ba7 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -180,6 +180,9 @@ echo "# File where default configuration is
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.
2009 May 28
1
[PATCH node-image] compress all logrotated files
---
common-post.ks | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 7f40705..13632de 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -139,3 +139,10 @@ EOF
# Remove the default logrotate daily cron job
# since we run it every 10 minutes instead.
rm -f /etc/cron.daily/logrotate
+
+# compress all logrotated files
+augtool
2010 Nov 12
3
Updating oVirt Server to the latest Matahari 0.4.0 schema
Hi all,
I looked at patching oVirt Server to work with the latest Matahari schema, from Matahari's 'next' branch, version 0.4.0.
ovirt-server depends on matahari version 0.0.5, which is currently latest in Fedora, and it is used during Node registration, to enumerate hardware information.
Usage extracted from src/host-browser/host-register.rb is as follows:
host_list =
2009 Sep 05
1
[PATCH node] adjust init script patching for local boot on F11
mkliveinitrd dropped udev trigger, and it already appends || :
---
scripts/ovirt-config-boot | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index a40c03a..2961f76 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -107,7 +107,7 @@ ovirt_boot_setup() {
# Fedora 10 mkliveinitrd
2009 Sep 10
1
f11 ovirt build fails
Good morning,
I read on ovirt.org to send information about installation procedure
issues to this mailing list.
I followed ovirt building instructions but "make build" reports the following
error on fedora 11:
Error creating Live CD : Unable to download from repo : Cannot
retrieve repository metadata (repomd.xml) for repository: f11. Please
verify its path and try again
Could not
2010 May 03
1
Refactored with feedback
Fixed the syntax error apevec found.
2009 May 20
2
[PATCH node] Adds support for a core dump partition to the node.
Creates an additional LV, CoreDump. This LV, if present, is mounted at
/var/log/core. Its default size is 10240 MB (10G) and has a minimum size
of 1024 MB.
Additionally, the default log partition size was changed from 256 MB to
2048 MB (2G).
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-storage | 23 ++++++++++++++++++-----
scripts/ovirt-early
2010 Mar 24
2
Need your information
Before starting with Ovirt, i would like to discuss for the following
queries,
1) Ovirt will support all OS ?
2) Can i integrate Ovirt with my java applications ?
3) I am looking for the open source tool that which i can integrate with my
java applications and manage cloud infrasturcture.
4) Managing the coloud infrastructure such as create image, deploy the
image to cloud host provider ?
5)
2009 Jun 25
0
[PATCH node-image] kdump support
Requires "kdump support" patch for ovirt-node
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 2 +-
common-pkgs.ks | 2 ++
ovirt-node-image.ks | 10 +++++++++-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 2452237..af7fa07 100644
--- a/common-blacklist.ks
+++