<div dir="ltr"><div class="gmail_extra"><pre style="color:rgb(0,0,0)">Hi Tomas,</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">Thanks for that. Since XenServer doesn't support having anything on the pool server (they won't give support if I installed koan/whatever)--I'll probably have to roll my own script to deploy the VMs. Not a big deal.</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">One problem I'm facing is that I can't set my KS profiles in spacewalk to be "Xen ParaVirtual Guest". I get the following message:</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">"Para-Virtualization is unsupported with the selected kickstart tree or distribution."</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">Any ideas for that?</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">Additionally, I'm attempting to adapt my provisioning script which sets up a bunch of files on the OS for networking, etc. If I turn on templating in the script, I understand this removes the automatic wrapping of #raw / #end raw around the script--but will the script still execute in the environment I ask it to? For example if I'm running a bash script and have templating On, and do:</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">#set $env=$getVar('ENV')</pre><pre style="color:rgb(0,0,0)">case "$env" in</pre><pre style="color:rgb(0,0,0)">    ...</pre><pre style="color:rgb(0,0,0)">esac</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">Will that work how I think it will? As I understand it (from lots of reading the list here...), the #set $env=$getVar('ENV') will get a key/value pair from the cobbler system entry "ksmeta" variable (like: ksmeta: ENV=ma DOG=cat ... etc)</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">Thanks so much!</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">--Original Message--<br></pre><pre style><font color="#000000">From: Tomas Lestach <tlestach redhat com>
To: spacewalk-list redhat com
Subject: Re: [Spacewalk-list] Manually add system to spacewalk
Date: Wed, 24 Jun 2015 23:34:42 -0400 (EDT)</font></pre><pre style><font color="#000000">
You most probably want to check the System provisioning documentation [1],
especially the Provisioning Virtualized Guests part [2].


Regards,
--
Tomas Lestach
Red Hat Satellite Engineering, Red Hat

[1] <a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html/Getting_Started_Guide/chap-System_Provisioning.html">https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html/Getting_Started_Guide/chap-System_Provisioning.html</a>
[2] <a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html/Getting_Started_Guide/Provisioning_Virtualized_Guests.html">https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html/Getting_Started_Guide/Provisioning_Virtualized_Guests.html</a><br></font></pre>
</div></div>