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>
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
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to