Using Glance/Nova on multinode compute
I have a question on using Glance/Nova
I have a glance setup that uses swift for the back-end storage. I have about 6 1U servers for swift nodes (1 proxy, 5 storage) and 9 1U servers for compute nodes (1 as a cloud-controller/glance,8 compute nodes)
As I understand it nova-objectstore does not work in multi-compute setups, and the suggested method is to use glance.
I can add a raw image using glance-add and I can verify it uploaded into the swift object store. However, I can not seem to use euca-upload-image or uec-publish-image to add images. Are these tools supported? It am getting S3 timeout errors.
Here are the packages I have installed on the cloud controller/glance node
ii python-swift 1.2.0-0ubuntu1~lucid0
ii swift 1.2.0-0ubuntu1~lucid0
ii glance 2011.2~bzr114-0ubuntu0ppa1~lucid1
ii python-glance 2011.2~bzr114-0ubuntu0ppa1~lucid1
ii nova-api 2011.2-0ubuntu0ppa1~lucid1
ii nova-common 2011.2-0ubuntu0ppa1~lucid1
ii nova-compute 2011.2-0ubuntu0ppa1~lucid1
ii nova-doc 2011.2-0ubuntu0ppa1~lucid1
ii nova-network 2011.2-0ubuntu0ppa1~lucid1
ii nova-scheduler 2011.2-0ubuntu0ppa1~lucid1
ii python-nova 2011.2-0ubuntu0ppa1~lucid1
ii python-novaclient 2.4-0ubuntu1~lucid1
This is my nova.config.
--dhcpbridge_flagfile=/etc/nova/nova.conf --dhcpbridge=/usr/bin/nova-dhcpbridge --logdir=/var/log/nova --state_path=/var/lib/nova --lock_path=/var/lock/nova --verbose --sql_connection=mysql://root:nova@10.239.220.10/nova --rabbit_host=10.239.220.10 --ec2_host=10.239.220.10 --ec2_url=http://10.239.220.10:8773/services/Cloud --network_manager=nova.network.manager.VlanManager --fixed_range=192.168.0.0/24 --network_size=254 --glance_host=10.239.220.10 --image_service=nova.image.glance.GlanceImageService --s3_host=10.239.220.10