Since libvirt-cim is an alternate management tool, we're dropping it from the core ovirt-node image. It makes more sense as a plugin where all configuration and setup is kept separate to be used only by those that want the functionality. rhbz#727532 Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/common-pkgs.ks | 2 -- recipe/ovirt16-post.ks | 4 ---- recipe/rhevh6-post.ks | 4 ---- 3 files changed, 0 insertions(+), 10 deletions(-) diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks index f07146f..f4e298a 100644 --- a/recipe/common-pkgs.ks +++ b/recipe/common-pkgs.ks @@ -110,5 +110,3 @@ python-hivex febootstrap-supermin-helper # sosreport soft-dep rpm-python -# alternate management framework -libvirt-cim diff --git a/recipe/ovirt16-post.ks b/recipe/ovirt16-post.ks index 0229201..848a72c 100644 --- a/recipe/ovirt16-post.ks +++ b/recipe/ovirt16-post.ks @@ -98,8 +98,6 @@ cat > /etc/sysconfig/iptables << \EOF -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -# libvirt-cim --A INPUT -p tcp --dport 5989 -j ACCEPT # SSH -A INPUT -p tcp --dport 22 -j ACCEPT # guest consoles @@ -123,8 +121,6 @@ cat > /etc/sysconfig/ip6tables << \EOF -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p ipv6-icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -# libvirt-cim --A INPUT -p tcp --dport 5989 -j ACCEPT # SSH -A INPUT -p tcp --dport 22 -j ACCEPT # guest consoles diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks index 12ce342..7386249 100644 --- a/recipe/rhevh6-post.ks +++ b/recipe/rhevh6-post.ks @@ -168,8 +168,6 @@ cat > /etc/sysconfig/iptables << \EOF -A INPUT -p tcp --dport 54321 -j ACCEPT # libvirt tls -A INPUT -p tcp --dport 16514 -j ACCEPT -# libvirt-cim --A INPUT -p tcp --dport 5989 -j ACCEPT # SSH -A INPUT -p tcp --dport 22 -j ACCEPT # guest consoles @@ -195,8 +193,6 @@ cat > /etc/sysconfig/ip6tables << \EOF -A INPUT -i lo -j ACCEPT # libvirt tls -A INPUT -p tcp --dport 16514 -j ACCEPT -# libvirt-cim --A INPUT -p tcp --dport 5989 -j ACCEPT # SSH -A INPUT -p tcp --dport 22 -j ACCEPT # guest consoles -- 1.7.4.4