Support more than 2 physical interfaces in template
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
High
|
Fuel QA Team | ||
Mitaka |
Confirmed
|
High
|
Fuel QA Team |
Bug Description
Detailed bug description:
We enabled two physical interfaces in the template (see attached file), but in face only two last interfaces were enabled
Steps to reproduce:
1. We enabled two physical interfaces in the template. See the part below:
---
private:
dhcp: false
stp: false
params:
private2:
dhcp: false
stp: false
params:
---
2. But in face only vmnet3 and vmnet5 were added:
---
pivanets@tpi56:~$ brctl show
bridge name bridge id STP enabled interfaces
docker0 8000.56847afe9799 no
fuelbr236 8000.525400c04fe1 yes fuelbr236-nic
fuelbr237 8000.5254004c3a45 yes fuelbr237-nic
fuelbr238 8000.525400801a49 yes fuelbr238-nic
fuelbr239 8000.525400d9c63d yes fuelbr239-nic
fuelbr240 8000.525400bdd043 no fuelbr240-nic
virbr0 8000.525400e28f19 yes virbr0-nic
virbr1 8000.525400d7a249 yes virbr1-nic
virbr2 8000.5254003ab621 yes virbr2-nic
virbr3 8000.52540084933a yes virbr3-nic
virbr4 8000.005056c00003 no virbr4-nic
virbr5 8000.005056c00005 no virbr5-nic
---
Changed in fuel: | |
importance: | Undecided → Wishlist |
tags: | added: area-qa |
Changed in fuel: | |
status: | New → Confirmed |
assignee: | nobody → Fuel Sustaining (fuel-sustaining-team) |
milestone: | none → 10.0-updates |
Changed in fuel: | |
assignee: | Fuel Sustaining (fuel-sustaining-team) → Vladimir Kozhukalov (kozhukalov) |
Since 9.1 we use new workstation snapshots with two interfaces for private network, so we really need this functionality.