[Openstack-docs] Havana nova install - success

Tom Fifield tom at openstack.org
Wed Oct 16 07:58:32 UTC 2013


I have confirmed these instructions and submitted final patches.


Another important point:

on the compute node, don't statically configure eth1 - that is done by 
nova-network.


Regards,


Tom


On 16/10/13 17:43, Tom Fifield wrote:
> Hi,
>
> I am confirming success with the havana nova install instructions on
> ubuntu 12.04
>
> Points of note:
> * The ubuntu packages were missing a dependency on python-libguestfs -
> Credit: Michael Still
> https://review.openstack.org/#/c/52001/
>
> * The ubuntu packages for guestfs do not work, without changing the
> permissions on some kernel files
> https://review.openstack.org/#/c/52001/
>
>
> * Nova-network multi-host does not work with nova-conductor, and so
> needs database configuration. Credit: Sina Sadeghi, Joe Topjian
>
> https://review.openstack.org/#/c/52010/
>
>
> My plan is to start from scratch and run the instructions again to
> confirm, but as you can see below, I'm pinging and SSHing into VMs
> happily....
>
> Regards,
>
>
> Tom
>
>
> root at controller:~# nova list
> +--------------------------------------+--------------+--------+------------+-------------+----------------+
>
> | ID                                   | Name         | Status | Task
> State | Power State | Networks       |
> +--------------------------------------+--------------+--------+------------+-------------+----------------+
>
> | d5324937-4418-4de6-8ca1-3a2e5e62321c | sdfgsdfgsdfg | ACTIVE | None
>      | Running     | vmnet=10.0.0.3 |
> +--------------------------------------+--------------+--------+------------+-------------+----------------+
>
>
>
>
> fifieldt at usagi:~$ route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> default         gw.tomfifield.n 0.0.0.0         UG    0      0        0
> eth0
> 10.0.0.0        *               255.255.255.0   U     0      0        0
> virbr0
> link-local      *               255.255.0.0     U     1000   0        0
> eth0
> 192.168.1.0     *               255.255.255.0   U     1      0        0
> eth0
> 192.168.122.0   *               255.255.255.0   U     0      0        0
> virbr0
>
>
> fifieldt at usagi:~$ ping 10.0.0.3
> PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
> 64 bytes from 10.0.0.3: icmp_req=1 ttl=63 time=2.28 ms
> 64 bytes from 10.0.0.3: icmp_req=2 ttl=63 time=1.07 ms
> ^C
> --- 10.0.0.3 ping statistics ---
> 2 packets transmitted, 2 received, 0% packet loss, time 1001ms
> rtt min/avg/max/mdev = 1.079/1.680/2.282/0.602 ms
> fifieldt at usagi:~$ ssh 10.0.0.3
> The authenticity of host '10.0.0.3 (10.0.0.3)' can't be established.
> RSA key fingerprint is 1a:6b:1d:1c:21:9a:64:85:12:66:bf:a5:c0:82:d3:4a.
> Are you sure you want to continue connecting (yes/no)? yes
> Warning: Permanently added '10.0.0.3' (RSA) to the list of known hosts.
> fifieldt at 10.0.0.3's password:
> Permission denied, please try again.
> fifieldt at 10.0.0.3's password:
>
> fifieldt at usagi:~$ ssh cirros at 10.0.0.3
> cirros at 10.0.0.3's password:
> $ Connection to 10.0.0.3 closed.
>
> _______________________________________________
> Openstack-docs mailing list
> Openstack-docs at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs




More information about the Openstack-docs mailing list