Okay i have openstack grizzly up and running with the pebbles release

i tested the following
- create instance
- create volume
- assign volume
- add/assign floating ip
- connect to instance through floating ip


i did the following to install it

- created the crowbar iso with the dev tool
- created clean vm
- followed the dev tool wiki
- ./dev switch release/pebbles
- ./dev checkout openstack-os-build
- ./dev build --os ubuntu-12.04 --pfs --update-cache
- burned the iso and installed crowbar on bare metal.

i needed prettytable-0.6 because this is needed for the compute-node
but it was not downloaded with the dev script.

so i downloaded http://prettytable.googlecode.com/files/prettytable-0.6.tar.gz
copied it to /tftboot/files/pip_cache
and created a symlink in /tftboot/files/pip_cache/simple/prettytable/ to the 
prettytable-0.6 tar

- installed keystone PFS
- installed glance PFS

- installed cinder WITHOUT PFS
(this is because the CINDER_PFS just stayed queued

- installed nova PFS
used settings:
- dhcp enable: true
- backended network: nova-network
- high availability: false

- installed nova_dashboard PFS

now there 2 problems
the nova-conducter is not installed as a service so for this test
i just run the nova-conducter that is located in /opt/nova/bin/nova-conducter

and then i had a second problem
that was due to some strange routing table.
there was a routing table created with the following
192.168.122.0 default 255.255.255.0 virbr0

so my public network is a virtual-bridge so my compute node couldn't connect to 
my nova-controller.
so i deleted this routing table.

i think the virbr0 should be created for the nova_fixed vlan and not the public 
vlan.

i also noticed that https://github.com/galstrom21 has updated his cookbooks to 
fix the nova-conducter issue
and a lot more  

greetz ramonskie 
********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************

<<face-smile.png>>

_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to