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
           [email protected]
           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, [email protected] 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
[email protected]<mailto:[email protected]>
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.



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

Reply via email to