[node-patches] Change in ovirt-node[ovirt-3.5]: Separating centos7 pkgs and service from the rhevh7

fabiand at redhat.com fabiand at redhat.com
Wed Dec 17 16:09:59 UTC 2014


Hello Anatoly Litovsky,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/36251

to review the following change.

Change subject: Separating centos7 pkgs and service from the rhevh7
......................................................................

Separating centos7 pkgs and service from the rhevh7

This becomes necessary because the rhevh7 and centos7
recipes differ slightly.

Change-Id: Ic9e3be7aa124dd51c8d7a8ae2819d2714027e663
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
D recipe/centos7-install.ks
A recipe/centos7-install.ks
D recipe/centos7-pkgs.ks
A recipe/centos7-pkgs.ks
4 files changed, 26 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/36251/1

diff --git a/recipe/centos7-install.ks b/recipe/centos7-install.ks
deleted file mode 120000
index 9bc4a25..0000000
--- a/recipe/centos7-install.ks
+++ /dev/null
@@ -1 +0,0 @@
-rhevh7-install.ks
\ No newline at end of file
diff --git a/recipe/centos7-install.ks b/recipe/centos7-install.ks
new file mode 100644
index 0000000..c64e308
--- /dev/null
+++ b/recipe/centos7-install.ks
@@ -0,0 +1,3 @@
+services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt-post,ovirt-kdump,cgconfig,mcelog,tuned --disabled=netfs,ovirt-awake,libvirt-guests,libvirtd,kdump
+
+
diff --git a/recipe/centos7-pkgs.ks b/recipe/centos7-pkgs.ks
deleted file mode 120000
index e9cfa64..0000000
--- a/recipe/centos7-pkgs.ks
+++ /dev/null
@@ -1 +0,0 @@
-rhevh7-pkgs.ks
\ No newline at end of file
diff --git a/recipe/centos7-pkgs.ks b/recipe/centos7-pkgs.ks
new file mode 100644
index 0000000..a4e140d
--- /dev/null
+++ b/recipe/centos7-pkgs.ks
@@ -0,0 +1,23 @@
+# remove
+
+# rhbz#641494 RFE - add libguestfs
+libguestfs
+
+net-tools
+iproute
+ltrace
+firewalld
+
+# keyboard layout
+system-config-keyboard-base
+
+# firmware
+linux-firmware
+
+# To disable hostonly mode
+dracut-config-generic
+
+# Add EFi support
+shim
+grub2-efi
+efibootmgr


-- 
To view, visit http://gerrit.ovirt.org/36251
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9e3be7aa124dd51c8d7a8ae2819d2714027e663
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Anatoly Litovsky <tlitovsk at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list