[Openstack] some newbie questions

Mark Gius mark at markgius.com
Wed Aug 3 22:25:20 UTC 2011


A1: When I had the symptoms you are describing it was because the instance
never managed to boot from the image, and was just spinning cpu cycles
displaying a "could not boot disk" type message.  I figured that out by
connecting to the VNC console of the instance.  IIRC, you can look through
the nova logs to figure out what VNC address to hit for the instance.

Apologies to aron, who will see this twice.

Mark

On Wed, Aug 3, 2011 at 4:33 AM, Aron Matskin <aron.matskin at gmail.com> wrote:

> Hi all!
>
> Just joined the mailing list. I'd like to do some development on the
> project (probably Nova).  Some questions regarding how to start:
>
> Q1. I'm trying to setup Nova in a virtual environment -
> http://uksysadmin.wordpress.com/2011/02/17/running-openstack-under-virtualbox-a-complete-guide/ -
> on a Windows host. I've successfully started an instance and assigned it a
> network address:
>
> aron at cloud1:~/openstack/cloud/creds$ euca-describe-instances
> RESERVATION r-k6e14a5w myproject default
> INSTANCE i-00000001 ami-0a892947 172.241.0.1 10.0.0.3 running openstack
> (myproject, cloud1) 0 m1.tiny 2011-08-02T20:28:46Z nova
>
> but I'm unable to connect to the address (neither from the guest nor from
> the host):
>
> From the guest:
>
> aron at cloud1:~/openstack/cloud/creds$ ping 172.241.0.1
> PING 172.241.0.1 (172.241.0.1) 56(84) bytes of data.
> From 172.241.0.1 icmp_seq=2 Destination Host Unreachable
>
> aron at cloud1:~/openstack/cloud/creds$ ping 10.0.0.3
> PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
> From 10.0.0.1 icmp_seq=1 Destination Host Unreachable
>
> From the host:
>
> C:\>ping 172.241.0.1
>
> Pinging 172.241.0.1 with 32 bytes of data:
> Reply from 172.241.0.1: Destination host unreachable.
>
> Pinging the guest from the host and vice versa is ok, e.g.:
>
> C:\>ping 172.241.0.101
>
> Pinging 172.241.0.101 with 32 bytes of data:
> Reply from 172.241.0.101: bytes=32 time=1ms TTL=64
>
> What may be wrong?
>
> Q2. When I do succeed to setup the environment, can anybody to point me to
> documentation on how to write simple code for OpenStack? Something along the
> lines of "Hello, world!", but using some features peculiar to cloud
> applications.
>
> Q3. I have no technical knowledge about the cloud at all. Can anybody
> suggest a learning path so that I quickly can gain the basic necessary
> general and specific knowledge to start coding (i.e. first read the code and
> know what's flying, then fix some bugs, etc.)?
>
> Thanks in advance, -Aron
>
>
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20110803/69d170bf/attachment.html>


More information about the Openstack mailing list