Re: [openstack-dev] [Openstack] baremetal provisioning

2013-11-05 Thread Ravikanth Samprathi
Thank you Sandeep. Ravi On Tue, Nov 5, 2013 at 12:08 AM, Sandeep Raman wrote: > Hello, > > Check https://bugs.launchpad.net/nova/+bug/1226170 and > https://blueprints.launchpad.net/tripleo/+spec/bittorrent-for-image-deployments > > Sandeep. > > > On Tue, Nov 5,

[openstack-dev] baremetal provisioning

2013-11-04 Thread Ravikanth Samprathi
Hi I have noticed that if i generate a baremetal image of 8G, it takes around 20-25 minutes for the deployment. And, the entire disk image is built in the openstack server and then copied over. Isnt this a waste of time and space? Should the image with the 8G (or 30G or 100G, whatever i want) be

Re: [openstack-dev] question regarding vmdk file format for baremetal provisioning

2013-10-21 Thread Ravikanth Samprathi
qemu-img supports; diskimage-builder outputs > qcow2 by default, for instance. > > Also note it must be a partition image, not a full disk image. > > Cheers, > Rob > > On 22 October 2013 16:15, Ravikanth Samprathi wrote: > > Hi > > Am using a vmdk file for prov

Re: [openstack-dev] question regarding disk image builder

2013-10-21 Thread Ravikanth Samprathi
do you see in the node console specifically? > > -Rob > > On 22 October 2013 16:11, Ravikanth Samprathi wrote: > > Hi Folks > > > > I'm using DiB to create an ubuntu 12.04 image where dhcp is enabled on > all > > interfaces, and .ssh/authorized_keys is copie

[openstack-dev] question regarding vmdk file format for baremetal provisioning

2013-10-21 Thread Ravikanth Samprathi
Hi Am using a vmdk file for provisioning baremetal. But the nova failed with nova-compute log having the following message: ERROR nova.compute.manager . Unexpected error while running command qemu-img convert error while reading sector 131072 Invalid argument. Can someone provide some

[openstack-dev] question regarding disk image builder

2013-10-21 Thread Ravikanth Samprathi
Hi Folks I'm using DiB to create an ubuntu 12.04 image where dhcp is enabled on all interfaces, and .ssh/authorized_keys is copied $ bin/disk-image-create -a amd64 -o u1204.am d64.custom ubuntu local-config dhcp-all-interfaces I see DiB printing these messages indicating it worked as expecte

[openstack-dev] nova boot issue

2013-10-16 Thread Ravikanth Samprathi
Hi Foks I have setup baremetal nova and followed the instructions from the baremetal wiki. Everything went fine till the last step ''nova boot ''. This command ''nova boot'' is supposed to trigger the deployment process as normal for nova. For the pxe baremetal driver that means extracti

Re: [openstack-dev] baremetal nova boot issue

2013-10-14 Thread Ravikanth Samprathi
Thanks Clint. They are not tilera but IPMI enabled. May i know what IPMI configuration i need to do on baremetal-node and baremetal-openstack-server ? Thanks Ravi On Mon, Oct 14, 2013 at 11:51 AM, Clint Byrum wrote: > No, I said if your machines are not IPMI, and are not Tilera based, then >

[openstack-dev] nova boot command issue

2013-10-14 Thread Ravikanth Samprathi
I have setup openstack according to the baremetal wiki. The hostname on which i am running baremetal openstack controller is ''os'' 1> I have this baremetal-flavor: = | 9 | my-baremetal-flavor | 1024 | 10 | 0 | | 1 | 1.0 | True | {u'cp

Re: [openstack-dev] baremetal nova boot issue

2013-10-14 Thread Ravikanth Samprathi
You mean there is no power driver for anything other than tilera? I am using supermicro intel based baremetal nodes. And for testing am simulating using VMs are baremetals as well. Please let me know. Thanks Ravi On Mon, Oct 14, 2013 at 11:30 AM, Clint Byrum wrote: > Excerpts from Ravikanth S

Re: [openstack-dev] baremetal nova boot issue

2013-10-14 Thread Ravikanth Samprathi
missing? Thanks ravi On Sun, Oct 13, 2013 at 2:27 AM, Robert Collins wrote: > On 13 October 2013 20:16, Ravikanth Samprathi wrote: > > Hi Rob > > The steps are well known, the devil is in the details. Following the > > instructions in the wiki was not very straightforward,

Re: [openstack-dev] baremetal nova boot issue

2013-10-11 Thread Ravikanth Samprathi
251bd0a9388a477b9c24c99b223e7b2a 8a34123d83824f3ea52527c5a28ad81e] 10.40.0.99 "GET /v2/8a34123d83824f3ea52527c5a28ad81e/servers/c084bbff-afdd-4043-8623-7643fcf4ea87 HTTP/1.1" status: 500 len: 335 time: 0.1010859 Thanks Ravi On Fri, Oct 11, 2013 at 5:30 PM, Joe Gordon wrote: > &

Re: [openstack-dev] baremetal nova boot issue

2013-10-11 Thread Ravikanth Samprathi
/v2/8a34123d83824f3ea52527c5a28ad81e/servers/36e71635-5f7 3-4895-87a9-6f1082e8cb6a returned with HTTP 500 3806 2013-10-11 16:43:43.530 INFO nova.osapi_compute.wsgi.server [req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41 251bd0a9388a477b 9c24c99b223e7b2a 8a34123d83824f3ea52527c5a28ad81e] 10.40.0.99 "GET /v2/8a

[openstack-dev] baremetal nova boot issue

2013-10-11 Thread Ravikanth Samprathi
Hi I am trying to issue the boot command to provision baremetal server. But i see the following error: Also, where can i get the bootstrap kernel and ramdisk images to boot into the baremetal? And how to get the baremetal agent installed in the baremetal node? command: = root@os:/ho

Re: [openstack-dev] baremetal provisioning - issue with image and boot

2013-10-11 Thread Ravikanth Samprathi
. Thanks Ravi On Fri, Oct 11, 2013 at 3:23 PM, Ravikanth Samprathi wrote: > Hi > I am new to baremetal provisioning with openstack. > I have followed this link for the setup: > https://wiki.openstack.org/wiki/Baremetal > > I have followed instructions from the above link and gen

[openstack-dev] baremetal provisioning - issue with image and boot

2013-10-11 Thread Ravikanth Samprathi
Hi I am new to baremetal provisioning with openstack. I have followed this link for the setup: https://wiki.openstack.org/wiki/Baremetal I have followed instructions from the above link and generated the vmlinuz and ramdisk images. I loaded these vmlinuz and ramdisk into the baremetal node (serve