From 0e922b5e70ba8f88df226cc4f17d10276f1034a9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 5 Apr 2011 02:15:46 +0000 Subject: - deploy pxe_menu on rabbit ( as I cannot test virtualisation on a vm in a vm ), with mandriva installer as a test --- manifests/nodes.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests/nodes.pp') diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 4b2a6100..ed7f3526 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -230,4 +230,16 @@ node rabbit { require => File[$netinst_iso_path], } + # for testing pxe support of libvirt + 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