Hi,
I am trying to build a read only iso for crowbar pebbles release. When I give
Checkout release/pebbles/openstack-os-build
I am getting the error that release/pebbles/openstack-os-build didn’t match any
of the files on the git.
Is the branch name wrong.
Any help will be appreciated…
Thanks,
Hi Ramon,
How did u generate the iso for pebbles release?
Are you able to install quantum also…
Thanks,
Charu
From: crowbar-boun...@dell.com [mailto:crowbar-boun...@dell.com] On Behalf Of
Makkelie, R - SPLXL
Sent: Friday, April 12, 2013 6:44 AM
To: crow...@lists.us.dell.com
Subject: [Crowbar]
Hello,
I'm trying to debug the pebbles cinder (pebbles master) barclamp.
When I create a proposal I don't see any disks under the Disks for
cinder-volume storage volume group (Note: the node I have selected for
deployment has 2 additional disks and when I log into the VM fdisk -l shows the
two
-Original Message-
From: crowbar-boun...@dell.com [mailto:crowbar-boun...@dell.com] On Behalf Of
Jain, Charu
Sent: Tuesday, May 07, 2013 5:08 PM
To: Adam Spiers; crowbar mailing list
Subject: [Crowbar] cinder barclamp (pebbles master version) proposal does not
show drives associated
Jacob,
With Nova barclamp, nova-volume works fine and we are able to see the disk
Lists on the Nova proposal. The issue is when we use the cinder barclamp, we
are not able to see the disk lists on the cinder proposal.
Regards,
Wayne
From: crowbar-boun...@dell.com [mailto:crowbar-boun...@dell.c
Hi,
I pulled in the fix for bug 'add multiproposal functionality to a quantum
barclamp' and tried to implement it. The code
if node.attribute?(:cookbook) and node[:cookbook] == "nova"
doesn't work for me..It is not able to get the cookbook name on the compute
node.
Did anybody try this fix and