Daniel,
From looking at your logfiles it appears as if your trying to setup
Cinder on a VM. I come to this conclusion because the error message I
see in the logs for node d52-54-00-26-b3-53 indicate that there's a
pvcreate error on a /dev/vda volume. vdX volume types generally are
part of a VMs (see screenshot). Can you confirm this?
Not sure if anyone has explained this to you before, but an OpenStack
deployment powered by Crowbar is intended to be run on bare-metal
hardware. The only exception to this rule is the Crowbar Admin server
itself, which can be run in a VM as long as it can be reached by all
the nodes.
*Simon Jakesch*
Crowbar Product and Community Manager
*Dell *| Enterprise Cloud Solutions
*mobile *+1 303 807 9537, *skype *magurer1
simon_jake...@dell.com
*From:*Daniel San Pedro [mailto:dsanpe...@mcna.net]
*Sent:* Thursday, October 10, 2013 1:31 PM
*To:* Jakesch, Simon
*Cc:* Perryman, Randy; Dearborn, Chris; Jacob, Jacob; Hogan, Chris
*Subject:* Re: [Crowbar] mesa-1.6 - cinder barclamp fails when
applying proposal
Scratch the below. Here's a download link (does not require dropbox):
<omitted>
Crowbar mailing list omitted to protect (possible) sensitive data..
Daniel San Pedro
Systems Administrator
MCNA Dental Plans
dsanpe...@mcna.net <mailto:dsanpe...@mcna.net>
Office: (800) 494-6262 Ext. 203
------------------------
CONFIDENTIALITY NOTICE: This electronic mail may contain
information that is privileged, confidential, and/or
otherwise protected from disclosure to anyone other than
its intended recipient(s). Any dissemination or use of
this electronic mail or its contents by persons other than
the intended recipient(s) is strictly prohibited. If you
have received this communication in error, please notify
the sender immediately by reply e-mail so that we may
correct our internal records. Please then delete the
original message. Thank you.
On 10/10/13 1:37 PM, Daniel San Pedro wrote:
Thank you for your help thus far, and I appreciate all y'all have
done!
Is there some way I can upload a 113MB tgz file? Obviously it will
not fit through the mailing pipes..
Yes, we have the possibility of doing the try&buy once our CIO
approves. In the meantime I gotta continue playing and learning ;).
Daniel San Pedro
Systems Administrator
MCNA Dental Plans
dsanpe...@mcna.net <mailto:dsanpe...@mcna.net>
Office: (800) 494-6262 Ext. 203
------------------------
CONFIDENTIALITY NOTICE: This electronic mail may
contain information that is privileged, confidential,
and/or otherwise protected from disclosure to anyone
other than its intended recipient(s). Any
dissemination or use of this electronic mail or its
contents by persons other than the intended
recipient(s) is strictly prohibited. If you have
received this communication in error, please notify
the sender immediately by reply e-mail so that we may
correct our internal records. Please then delete the
original message. Thank you.
On 10/10/13 12:59 PM, simon_jake...@dell.com
<mailto:simon_jake...@dell.com> wrote:
Daniel,
If you want us to continue to try and help you please attach
the various logfiles and error message. Otherwise, I know
we've already started the process of getting you signed up for
a Try&Buy. That would include someone to come on-site to help
you out to get this all working. Chris Hogan (CCed) is your
best contact on this.
Simon
*From:*Daniel San Pedro [mailto:dsanpe...@mcna.net]
*Sent:* Wednesday, October 09, 2013 2:39 PM
*To:* Perryman, Randy
*Cc:* Dearborn, Chris; Jakesch, Simon; crowbar; Jacob, Jacob
*Subject:* Re: [Crowbar] mesa-1.6 - cinder barclamp fails when
applying proposal
Afternoon,
I tried all the suggestions below. Thank you.
I do not know what I did last time to get cinder working, but
now it is failing again every time I apply the proposal. I
attempted bringing up a new storage node and installing cinder
on that to see if that remedied the issue.
I also attempted the chef-client stop, DB drop,
/opt/dell/bin/barclamp_install cinder procedure.
Quantum installs just fine on a network node. So I'm stuck on
cinder again :'(.
Thanks!
Daniel San Pedro
Systems Administrator
MCNA Dental Plans
dsanpe...@mcna.net <mailto:dsanpe...@mcna.net>
Office: (800) 494-6262 Ext. 203
------------------------
CONFIDENTIALITY NOTICE: This electronic mail may
contain information that is privileged,
confidential, and/or otherwise protected from
disclosure to anyone other than its intended
recipient(s). Any dissemination or use of this
electronic mail or its contents by persons other
than the intended recipient(s) is strictly
prohibited. If you have received this
communication in error, please notify the sender
immediately by reply e-mail so that we may correct
our internal records. Please then delete the
original message. Thank you.
On 10/3/13 5:30 PM, randy_perry...@dell.com
<mailto:randy_perry...@dell.com> wrote:
Dell - Internal Use - Confidential
Hi,
I just had a chance to look at your network json and see at least
one issue. The Nova Floating section is a subnet of the Public, your IP's for
nova-floating are not.
Also when running in Dual mode you will need to change the use_vlan
to false also and the conduit to intft1.
Below is my suggestion:
"public": {
"conduit": "intf1",
"vlan": 300,
"use_vlan": false,
"add_bridge": false,
"subnet": "10.32.30.0",
"netmask": "255.255.255.0",
"broadcast": "10.32.30.255",
"router": "10.32.30.1",
"router_pref": 5,
"ranges": {
"host": { "start": "10.32.30.210", "end":
"10.32.30.215" },
"dhcp": { "start": "10.32.30.216", "end":
"10.32.30.220" }
}
},
"nova_fixed": {
"conduit": "intf0",
"vlan": 500,
"use_vlan": true,
"add_bridge": true,
"subnet": "192.168.123.0",
"netmask": "255.255.255.0",
"broadcast": "192.168.123.255",
"router": "192.168.123.1",
"router_pref": 20,
"ranges": {
"router": { "start": "192.168.123.1", "end":
"192.168.123.49" },
"dhcp": { "start": "192.168.123.50", "end":
"192.168.123.254" }
}
},
"nova_floating": {
"conduit": "intf1",
"vlan": 300,
"use_vlan": false,
"add_bridge": false,
"subnet": "10.32.30.128",
"netmask": "255.255.255.192",
"broadcast": "10.32.30.191",
"ranges": {
"host": { "start": "10.32.30.129", "end":
"10.32.30.191" }
}
},
Randy Perryman
Network Development Principal Engineer
Dell | Cloud and Big Data Solutions
office +1 603 249 7710 mobil +1 603 321 5611
randy_perry...@dell.com
<mailto:randy_perry...@dell.com><mailto:randy_perry...@dell.com>
<mailto:randy_perry...@dell.com>
Dell Inc. 300 Innovative Way, Suite 301, Nashua NH, 03062
Please consider the environment before printing this email.
Confidentiality Notice | This e-mail message, including any
attachments, is for the sole use of the intended recipient(s) and may contain
confidential or proprietary information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended
recipient, immediately contact the sender by reply e-mail and destroy all
copies of the original message.