Displaying 20 results from an estimated 30000 matches similar to: "Couple issues found working on ovirt-node"
2009 Sep 29
2
[PATCH node-image] add /var/lib/dnsmasq to rwtab
Virtual networks can now be created and destroyed with a r/o filesystem.
Signed-off-by: Michael Burns <mburns at redhat.com>
---
common-post.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 44a0270..5531e08 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate
sed -i
2010 Mar 24
1
[PATCH] Disables virt-preview and add ovirt.org yum repo.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
recipe/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index 0bd139f..6c97ed0 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -3,6 +3,7 @@ CUR_RAWHIDE = 14
CUR_DEVEL = 13
CUR_PREVIEW = 12
PREVIEW_URL ?=
2010 Mar 18
1
[PATCH node] cleanup a couple small issues
One instance of a variable being passed instead of a string
and another instance of a tweak in a regular expression that doesn't
work on F13.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-storage | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index 34e84e5..4f3f174
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
Added a new subdirectory called "isobuilder" to the project. Created a new
Makefile that only allows for creating the livecd version of the oVirt
node. Adjusted the build environment to work with the kickstart files
that are found in the repo and not ones installed via any previous RPM.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
configure.ac | 1 +
2009 Sep 08
0
[PATCH node-image] Working version of Add the ability to use persistent ssh_host_keys on the ovirt-node
From: root <root at linagora-ovirt.netaktiv.com>
---
ovirt-node-image.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks
index 802b6a5..9a7d617 100644
--- a/ovirt-node-image.ks
+++ b/ovirt-node-image.ks
@@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then
chmod 644
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
Due to a critical dracut bug, and a strong dev focus on F16, we're
dropping all F15 recipes.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/ovirt15-install.ks | 1 -
recipe/ovirt15-minimizer.ks | 1 -
recipe/ovirt15-pkgs.ks | 2 -
recipe/ovirt15-post.ks | 145 ------------------------------------------
recipe/ovirt16-install.ks | 2 +-
2011 Aug 15
0
[PATCH node] Don't start ntp daemons until networking is started
- Default NETWORKING=no in /etc/sysconfig/network
- Update to yes when configuring network through TUI
or firstboot
- After configuration in TUI, (re)start ntp daemons
rhbz#675870
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-post.ks | 6 ++++++
scripts/network.py | 10 +++++++++-
scripts/ovirt-config-networking | 1 +
3 files
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)>
---
ovirt-node-image.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks
index 802b6a5..d698497 100644
--- a/ovirt-node-image.ks
+++ b/ovirt-node-image.ks
@@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then
chmod 644
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
update server autobuild to set up a new isolated vm environment and
go through the server installer process and rails tests
---
autobuild.sh | 65 ++++++++++++++++++++++++++++++++++++++++++
ovirt-installer-test-answers | 21 +++++++++++++
ovirt-server-test.ks | 37 ++++++++++++++++++++++++
3 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644
2011 Aug 25
1
[PATCH node 1/3] add reinstall and uninstall options to boot menu
rhbz#733357
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-nochroot.ks | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index c5d009f..c6dd76d 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -17,6 +17,9 @@ sed -i -e 's/ quiet//'
2011 Aug 23
0
[PATCH node] fix read-only root error on boot
Starting udev: /sbin/restorecon set context /dev/.initramfs/live->system_u:object_r:device_t:s0 failed:'Read-only file system'
Resolves: rhbz#675868
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-post.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index a17e899..cf5bc72 100644
---
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 Jul 01
1
[PATCH node-image] add virt-preview YUM repository
It exists only for the last Fedora release and contains recompiled
rawhide versions of libvirt and qemu
---
Makefile.am | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 7cf3213..a44ae49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,6 +29,9 @@ CUR_RAWHIDE = 12
FEDORA = $(shell rpm --eval '%{fedora}')
2009 Jul 22
1
[PATCH ovirt-node-image] alias vi to vi + restorecon
fixes a problem with editing a bindmounted file with vi. The file will not
retain the same selinux context due to the way vi copies files around.
Resolves rhbz#509082
---
common-post.ks | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 8a4940a..c85be15 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -131,6 +131,11 @@ sed -i
2010 Apr 07
1
[PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
Due to a typo, the defaulting of OVIRT_CACHE_DIR in the recipe
Makefile.am was broken.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index fb34437..d09905a 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -27,7 +27,7 @@ ARCH =
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 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
+++
2011 Aug 01
0
Condor Cloud + oVirt Node
I've discussed this a little with Ian off list, but relating to:
https://fedoraproject.org/wiki/Features/Condor_Cloud
Condor Cloud aims at setting up a bunch of Fedora nodes to act as a
mini-cloud managed via the Condor grid infrastructure. So the natural
question was... Why not use oVirt Node for this rather than a full
Fedora OS install?
Pulling condor-cloud and condor RPMs into the core
2009 Aug 03
1
[PATCH node-image] leave ssh open for devel builds
devel builds have empty root password
Bug 513633 - Provide a way of setting the root password for oVirt Node
---
common-post.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index dcd44d6..0c0a3f4 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -115,6 +115,10 @@ sed -i '/rm -f \/etc\/yp.conf/d' $DHSCRIPT
if rpm -q --qf
2011 Jul 29
0
[PATCH node] fix dracut plugin wildcard handling
The plugin was breaking when a device with a wildcard was passed.
rhbz#725964
Signed-off-by: Mike Burns <mburns at redhat.com>
---
dracut/install | 1 +
dracut/ovirt-cleanup.sh | 8 ++++----
scripts/ovirt-boot-functions | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dracut/install b/dracut/install
index f3f2f07..1832b89 100755
---