From c32e351910e51fb0d557691f40d69db6a03d1957 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 2 Apr 2012 11:05:42 +0000 Subject: remove unused autoinstallation stuff, date back to pre-mageia 1 time, and would be replaced by virtinst if needed nowadays --- manifests/nodes/rabbit.pp | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'manifests/nodes') diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp index 0660c52c..22c5f282 100644 --- a/manifests/nodes/rabbit.pp +++ b/manifests/nodes/rabbit.pp @@ -37,39 +37,4 @@ node rabbit { include libvirtd::kvm libvirtd::group_access { 'mga-iso_makers': } - # to ease the creation of test iso - $netinst_iso_path = '/var/lib/libvirt/netboot' - - file { $netinst_iso_path: - ensure => directory, - } - - libvirtd::storage { 'netinst_iso': - path => $netinst_iso_path, - require => File[$netinst_iso_path], - } - - include auto_installation::download - auto_installation::download::netboot_images { 'mandriva': - path => $netinst_iso_path, - versions => ['2010.0','2010.1'], - archs => ['i586','x86_64'], - mirror_path => 'ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/%{version}/%{arch}/install/images/', - files => ['boot.iso'], - require => File[$netinst_iso_path], - } - - # for testing pxe support of libvirt - include auto_installation::variables - libvirtd::network {'pxe_network': - network => '192.168.123.0/24', - tftp_root => $auto_installation::variables::pxe_dir, - bridge_name => 'virbr1', - } - - include auto_installation::pxe_menu - auto_installation::mandriva_installation_entry { 'pxe_test': - version => '2010.1', - arch => 'i586', - } } -- cgit v1.2.1