Ironic on MOS8.0 didn't support different ip ranges for baremetal and baremetal network parameter
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Confirmed
|
Medium
|
MOS Ironic | |||
9.x |
Won't Fix
|
Medium
|
MOS Ironic |
Bug Description
I followed the Mirantis official video "Ironic Bare Metal Provisioning in Mirantis OpenStack with Fuel" to config ironic, use one vlan for "Baremetal" as baremetal service network, and use another vlan for "Baremetal Network Parameter" as baremetal nodes network.
But the fuel web always complain as "IP address does not match the network CIDR", "The gateway address is out of the baremetal network CIDR".
-------
Even use the same vlan for "Baremetal" and "Baremetal Network Parameter",
Baremetal 10.20.0.
Baremetal Network Parameter 10.20.0.
Baremetal provisioning also failed with msg as below,
2016-03-17 02:02:41.093 236941 DEBUG wsme.api [req-b4b918f8-
root@node-1:~# neutron net-show baremetal
+------
| Field | Value |
+------
| admin_state_up | True |
| id | 363e67ab-
| mtu | 0 |
| name | baremetal |
| port_security_
| provider:
| provider:
| provider:
| router:external | False |
| shared | True |
| status | ACTIVE |
| subnets | 177f7879-
| tenant_id | 8f7005ce90264b5
+------
Ironic team, please verify that all settings were correct on the bug committer env. Probably it's not a bug, but misconfiguration.