ganeti2: remove qemu-system-ppc64 wrapper
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Feb 2019 00:09:55 +0000 (01:09 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Feb 2019 00:09:55 +0000 (01:09 +0100)
The wrapper ended-up simpler than on arm64, therefore kvm_extra can be
used instead.

modules/ganeti2/files/qemu-system-ppc64-wrapper [deleted file]
modules/ganeti2/manifests/init.pp

diff --git a/modules/ganeti2/files/qemu-system-ppc64-wrapper b/modules/ganeti2/files/qemu-system-ppc64-wrapper
deleted file mode 100755 (executable)
index 415eeb9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-# We want to always enable KVM. Contrary to what the Ganeti's documentation
-# says, enabling kvm_flag is not enough.
-
-exec /usr/bin/qemu-system-ppc64 -enable-kvm "$@"
index 3fb944c..1708ba8 100644 (file)
@@ -30,13 +30,6 @@ class ganeti2 {
                        mode   => '0555',
                }
        }
-       if $::debarchitecture == 'ppc64el' {
-               file { '/usr/local/bin/qemu-system-ppc64-wrapper':
-                       source => 'puppet:///modules/ganeti2/qemu-system-ppc64-wrapper',
-                       mode   => '0555',
-               }
-       }
-
        if $::cluster == 'ganeti.bm.debian.org' {
                file { '/usr/local/sbin/crazy-multipath-restart':
                        source => 'puppet:///modules/ganeti2/crazy-multipath-restart',