Predefined networks creation is hardcoded
Bug #1471244 reported by
Dmitry Nikishov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Oleg S. Gelbukh | ||
6.0.x |
Won't Fix
|
High
|
MOS Maintenance | ||
6.1.x |
Won't Fix
|
High
|
Alexey Stupnikov | ||
8.0.x |
Won't Fix
|
High
|
Fuel Library (Deprecated) | ||
Mitaka |
Fix Released
|
High
|
Oleg S. Gelbukh |
Bug Description
MOS 6.0, Neutron+VLAN, any OS
Currently, predefined networks (net04/net04_ext) creation is hardcoded in puppet manifests (see /etc/puppet/
We've got a case, when customer has limited amount of VLANs available (28). After the cloud has been deployed, net04 was deleted. Instead, 28 networks/tenants were created.
During controller replacement/scaling procedure puppet tries to create hardcoded networks, however due to all VLANs being occupied by existing Neutron networks, net04 cannot be created. This leads to a failed deployment.
Creation of predefined networks should be optional.
Changed in fuel: | |
milestone: | none → 7.0 |
assignee: | nobody → Fuel Library Team (fuel-library) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Medium → High |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Dmitry Ilyin (idv1985) |
Changed in fuel: | |
status: | Confirmed → In Progress |
tags: | added: on-verification |
tags: | added: wontfix-feature |
tags: | added: area-library |
tags: | added: team-network |
To post a comment you must log in.
Fix to fuel-library proposed https:/ /review. openstack. org/198811