<div dir="ltr">Oh, no problem here either if I use the tdl only, using both a kickstart (-a) and a tdl is where the problem began, every step was slow, partitioning, package install, post-install scripts..., and so on until the error showed up.<div>

<br></div><div>I'm pretty sure it was an error on my part, more likely in the kickstart.</div><div><br></div><div>In the end, for the fedora images I settled using appliance-creator and got an image able to autogrow using one of the fedora 20 cloud kickstarts as base (kickstarts from here: <a href="https://git.fedorahosted.org/cgit/cloud-kickstarts.git/tree/generic">https://git.fedorahosted.org/cgit/cloud-kickstarts.git/tree/generic</a>)</div>

<div><br></div><div>I really appreciate all your help! </div><div><br></div><div>I'll be documenting later in the RDO wiki for future reference</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 11, 2014 at 12:54 AM, Kashyap Chamarthy <span dir="ltr"><<a href="mailto:kchamart@redhat.com" target="_blank">kchamart@redhat.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">> Hey, thanks! this method indeed worked nicely with CentOS 6.5 image in RDO<br>
> Icehouse! :D<br>
><br>
> I didn't do the puppet part since I've no puppet server to test but it<br>
> wasn't needed, also I used virt-sparcify instead of step 13 qemu-image<br>
> convert<br>
><br>
> I also tried the oz-install method but it failed everytime with the<br>
> following exception:<br>
><br>
> "raise oz.OzException.OzException("No disk activity in %d seconds, failing.<br>
>  %s" % (inactivity_timeout, screenshot_text))"<br>
><br>
> No matter the install type (url or iso) and didn't matter creating this in<br>
> different machines with different specs (more ram, cpu, fast disks...)<br>
<br>
</div>I just did a simple test to create a guest via Oz on Fedora 20 and it<br>
just works. Here's my invocation details:<br>
<br>
TDL file:<br>
<br>
  $ cat f20.tdl<br>
  <template><br>
    <name>$NAME</name><br>
    <os><br>
      <name>Fedora</name><br>
      <version>20</version><br>
      <arch>x86_64</arch><br>
      <install type='url'><br>
        <url><a href="http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/os" target="_blank">http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/os</a></url><br>
      </install><br>
      <rootpw>fedora</rootpw><br>
    </os><br>
    <description>Fedora 20</description><br>
  </template><br>
<br>
<br>
Invoke `oz-install`:<br>
<br>
    $ oz-install -d 4 f20.tdl 2>&1 | tee f20.log<br>
<br>
<br>
Once the install is done, define the libvirt XML for the guest and start<br>
it:<br>
<br>
    $ virsh define f20-jeos<br>
    $ virsh start f20-jeos --console<br>
<div class=""><br>
><br>
> Anyhow, thank you all for the help and tips! very appreciated ;)<br>
><br>
> Any chance to include this method in RDO docs?<br>
<br>
</div>"It's a wiki, be bold" :-). You can trivially make docs once you<br>
login with your OpenID or other mechanisms listed on RDO wiki.<br>
<span class="HOEnZb"><font color="#888888"><br>
/kashyap<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Elías David.</div>
</div>