Hi all<div><br><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I am writing to you because I need a little help to successfully implement according to <a href="http://opennebula.org/cloud:sandboxesx" target="_blank" style="color:rgb(17,85,204)">http://opennebula.org/cloud:sandboxesx</a> </div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<div><font color="#222222" face="arial, sans-serif">What I try to do:</font></div><div><font color="#222222" face="arial, sans-serif">Implement a open-source private cloud platforms for prototype testing for educational cloud project.  </font></div>
<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">I use this page <a href="http://opennebula.org/cloud:tryout" target="_blank" style="color:rgb(17,85,204)">http://opennebula.org/cloud:tryout</a> , and try according to the page : <a href="http://opennebula.org/cloud:sandboxesx" target="_blank" style="color:rgb(17,85,204)">http://opennebula.org/cloud:sandboxesx</a> </font></div>
<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">What I did:</font></div><div><font color="#222222" face="arial, sans-serif">1.<span style="white-space:pre-wrap">        </span>Download and install  VMware Workstation 9.0</font></div>
<div><font color="#222222" face="arial, sans-serif">2.<span style="white-space:pre-wrap">       </span>Download OpenNebula 3.8 ESX from the marketplace  and use IZArc for opennebula-3.8-sandbox-vmdk.</font></div><div><font color="#222222" face="arial, sans-serif">3.<span style="white-space:pre-wrap"> </span>Upload Sandbox image ESX 5.0.0 to VMware workstation.</font></div>
<div><font color="#222222" face="arial, sans-serif">4.<span style="white-space:pre-wrap">       </span>Download and install VMware vSphere Client use VMware-viclient-all-5.0.0-623373.exe for setup.</font></div><div><font color="#222222" face="arial, sans-serif"><br>
</font></div><div><font color="#222222" face="arial, sans-serif">I successfully have done 1. , 2. , 3. ,  up to 3.3 according to the page  <a href="http://opennebula.org/cloud:sandboxesx" target="_blank" style="color:rgb(17,85,204)">http://opennebula.org/cloud:sandboxesx</a></font></div>
<div><font color="#222222" face="arial, sans-serif">But I faced problem at this point the Virtual Machine will be running – no login prompt in the VI client console appears</font></div><div><font color="#222222" face="arial, sans-serif">I attached few snap shots for better understanding for you of my current state.</font></div>
<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">Please help me to complete implementation this.</font></div><div><font color="#222222" face="arial, sans-serif"><br>
</font></div><div><font color="#222222" face="arial, sans-serif"><br></font></div></div><div class="gmail_quote">On Sun, Mar 17, 2013 at 1:07 AM,  <span dir="ltr"><<a href="mailto:users-request@lists.opennebula.org" target="_blank">users-request@lists.opennebula.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Users mailing list submissions to<br>
        <a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<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>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:users-request@lists.opennebula.org">users-request@lists.opennebula.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@lists.opennebula.org">users-owner@lists.opennebula.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Chef cookbook for OpenNebula (to be used with Vagrant)<br>
      (Giovanni Toraldo)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 16 Mar 2013 16:13:52 +0100<br>
From: Giovanni Toraldo <<a href="mailto:me@gionn.net">me@gionn.net</a>><br>
To: Users OpenNebula <<a href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a>><br>
Subject: [one-users] Chef cookbook for OpenNebula (to be used with<br>
        Vagrant)<br>
Message-ID:<br>
        <CAAy5=<a href="mailto:2fXPVjPcRaa0MK8HN-_Rx%2B583GWmQrF0wmYz0UFYCqaxw@mail.gmail.com">2fXPVjPcRaa0MK8HN-_Rx+583GWmQrF0wmYz0UFYCqaxw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hi!<br>
<br>
Recently I was interested in using Vagrant plus some Chef recipes to<br>
easily bootstrap a development machine containing OpenNebula.<br>
<br>
I've published a very basic cookbook that will install build<br>
dependencies and opennebula from sources, served by Vagrant (tested<br>
under Ubuntu 12.04)<br>
<br>
The GitHub repository of the cookbook:<br>
<a href="https://github.com/gionn/chef-opennebula" target="_blank">https://github.com/gionn/chef-opennebula</a><br>
<br>
If you want to take a look to my Vagrantfile, it's here (along with<br>
the latest OpenNebula sources):<br>
<a href="https://github.com/liberologico/one/blob/vagrant/Vagrantfile" target="_blank">https://github.com/liberologico/one/blob/vagrant/Vagrantfile</a><br>
<br>
If someone is interested in expanding this cookbook, pull requests are<br>
warmly welcomed (even for fixing crap I put into it)<br>
<br>
Cheers,<br>
--<br>
Giovanni Toraldo<br>
<a href="http://gionn.net" target="_blank">http://gionn.net</a><br>
<br>
<br>
------------------------------<br>
<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>
<br>
<br>
End of Users Digest, Vol 61, Issue 50<br>
*************************************<br>
</blockquote></div><br></div>