Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Include RHEVH7 pkgs ......................................................................
recipe: Include RHEVH7 pkgs Change-Id: I421466ff72f7a13fdb6002e3685b81865c6fbe77 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/centos6-pkgs.ks M recipe/common-pkgs.ks M recipe/ovirt19-pkgs.ks M recipe/rhevh6-pkgs.ks M recipe/rhevh7-pkgs.ks 5 files changed, 18 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/06/25106/1 diff --git a/recipe/centos6-pkgs.ks b/recipe/centos6-pkgs.ks index 3e4f7f7..9813ef7 100644 --- a/recipe/centos6-pkgs.ks +++ b/recipe/centos6-pkgs.ks @@ -6,3 +6,6 @@ ltrace # keyboard layout system-config-keyboard-base +vconfig +aic94xx-firmware +bfa-firmware diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks index 5b1990a..bcbab25 100644 --- a/recipe/common-pkgs.ks +++ b/recipe/common-pkgs.ks @@ -11,7 +11,7 @@ dhclient openssh-clients openssh-server -kvm +qemu-kvm libmlx4 ovirt-node selinux-policy-targeted @@ -23,7 +23,6 @@ python-setuptools PyPAM db4 -vconfig # debugging hdparm sos @@ -76,9 +75,6 @@ dosfstools # kdump kexec-tools -# more firmwares -aic94xx-firmware -bfa-firmware # dracut dmsquash-live module requires eject eject diff --git a/recipe/ovirt19-pkgs.ks b/recipe/ovirt19-pkgs.ks index e25b31d..31f2652 100644 --- a/recipe/ovirt19-pkgs.ks +++ b/recipe/ovirt19-pkgs.ks @@ -7,6 +7,9 @@ linux-firmware iptables net-tools +vconfig +aic94xx-firmware +bfa-firmware # Explicitly add these package, to prevent yum from pulling in the debug versions kernel-modules-extra diff --git a/recipe/rhevh6-pkgs.ks b/recipe/rhevh6-pkgs.ks index 0ead9f8..72ac759 100644 --- a/recipe/rhevh6-pkgs.ks +++ b/recipe/rhevh6-pkgs.ks @@ -12,6 +12,9 @@ ql23xx-firmware ql2400-firmware ql2500-firmware +aic94xx-firmware +bfa-firmware +vconfig #default plugins ovirt-node-plugin-snmp ovirt-node-plugin-cim diff --git a/recipe/rhevh7-pkgs.ks b/recipe/rhevh7-pkgs.ks index c366a81..5664ea5 100644 --- a/recipe/rhevh7-pkgs.ks +++ b/recipe/rhevh7-pkgs.ks @@ -1,13 +1,18 @@ # remove --redhat-release-notes + # rhbz#641494 RFE - add libguestfs -libguestfs-winsupport +#libguestfs-winsupport + ltrace vhostmd +firewalld + # keyboard layout system-config-keyboard-base -# firnmware + +# firmware linux-firmware + #default plugins ovirt-node-plugin-snmp ovirt-node-plugin-cim -- To view, visit http://gerrit.ovirt.org/25106 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I421466ff72f7a13fdb6002e3685b81865c6fbe77 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
