Hi Stephan,<div><br></div><div>We have implemented a new Image Repository for OpenNebula 2.0. Now the disk section in the template looks like this:</div><div><br></div><div>DISK = [ IMAGE_ID   = <%= erb_vm_info[:img_id] %> ]</div>

<div><br></div><div>There are some more changes in the template for the new version features. For example you can specify user data to be made available to the instance by using the -d option of the econe-run-instance command.</div>

<div><br></div><div>The new template:</div><div><br></div><div><div>NAME   = eco-vm</div><div><br></div><div>#Adjust Capacity for this instance type</div><div>CPU    = 0.2</div><div>MEMORY = 256</div><div><br></div><div>
DISK = [ IMAGE_ID   = <%= erb_vm_info[:img_id] %> ]</div>
<div><br></div><div>NIC=[NETWORK="Public EC2"]</div><div><br></div><div>IMAGE_ID = <%= erb_vm_info[:ec2_img_id] %></div><div>INSTANCE_TYPE = <%= erb_vm_info[:instance_type ]%></div><div> </div><div>
<% if erb_vm_info[:user_data] %></div>
<div>CONTEXT = [ </div><div>       EC2_USER_DATA="<%= erb_vm_info[:user_data] %>",</div><div>       TARGET="hdc"</div><div>       ]</div><div><% end %></div></div><div><br></div><div>Regards.<br>

<br><div class="gmail_quote">On 18 August 2010 14:51, Stephan <span dir="ltr"><<a href="mailto:one@askaban.net">one@askaban.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi all,<br>
<br>
I'm trying to get a OpenNebula 2.0 beta to work (everything is working<br>
fine with our 1.4 install). I'm facing the following problem:<br>
<br>
- using shared nfs/nfs transport<br>
- trying to deploy ami-style (econe-server) using the provided<br>
demo-template (which works with 1.4)<br>
<br>
Owner    ImageId              Status<br>
Visibility                               Location<br>
------------------------------------------------------------------------------<br>
test ami-00000001                                        public<br>
                           30e8a008981881fbd8560bae7f11c05a62625fed<br>
test ami-00000002                                        private<br>
                           1b820d8502b63bb1ef9e5bac5bbe7002c4ae63e8<br>
<br>
now I can deploy the image running econe-run-instances - the deploy<br>
however fails. I think it is because of this action<br>
of the deployment scripts:<br>
<br>
cat transfer.0.prolog:<br>
LN host:1 host:/kvm1/one/var/14/images/disk.0<br>
<br>
this links the image to "1" which does not make any sense. This is because I use<br>
<br>
DISK = [ source   = <%= erb_vm_info[:ec2_img_id] %>,<br>
<br>
in the template - the original:<br>
<br>
DISK = [ source   = <%= erb_vm_info[:img_path] %>,<br>
<br>
seems to be deprecated completely (deploying with :img_path ends in a<br>
parse error of oned)<br>
<br>
So how is the actual path to an econe instance specified in the<br>
template? I've tried different img variables but with no luck.<br>
<br>
Has anyone succeeded on deploying an instance using the suggested<br>
template in an KVM/nfs environment?<br>
<br>
thanks in advance and best regards,<br>
<font color="#888888">Stephan<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Daniel Molina, Cloud Technology Engineer/Researcher<br>DSA Research Group: web <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a> and blog <a href="http://blog.dsa-research.org" target="_blank">http://blog.dsa-research.org</a><br>

OpenNebula Open Source Toolkit for Cloud Computing: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
</div>