[RFE] Dynamic port group support
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ironic |
Fix Released
|
Wishlist
|
Vasyl Saienko |
Bug Description
While Ironic gives ability to create port groups with different configurations
(mode and properties). However changes to ToR are still applied in manual fashion.
To made port groups dynamic few things should be addressed:
* Ironic should pass port group settings to Neutron ML2 drivers. They are
be responsible to create specified port group on the ToR switch.
* Mechanism to define port group configuration for end user should be defined.
tags: | added: rfe |
Changed in ironic: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Fix proposed to branch: master
Review: https:/
Changed in ironic: | |
assignee: | nobody → Vasyl Saienko (vsaienko) |
status: | Triaged → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2c162d4d081596f
Author: Vasyl Saienko <email address hidden>
Date: Mon Dec 26 16:58:45 2016 +0200
Dynamic port groups support
This spec is about update ironic/neutron integration to make
dynamic port groups available.
Change-Id: I1dc26137999e16
Related-Bug: #1652630
Changed in ironic: | |
assignee: | Vasyl Saienko (vsaienko) → John L. Villalovos (happycamp) |
Ruby Loo (rloo) wrote : | #4 |
The spec was approved; changing tag to rfe-approved.
tags: |
added: rfe-approved removed: rfe |
Changed in ironic: | |
assignee: | John L. Villalovos (happycamp) → Vasyl Saienko (vsaienko) |
Changed in ironic: | |
assignee: | Vasyl Saienko (vsaienko) → Vladyslav Drok (vdrok) |
Changed in ironic: | |
assignee: | Vladyslav Drok (vdrok) → Vasyl Saienko (vsaienko) |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit ade71e4f16cc131
Author: Vasyl Saienko <email address hidden>
Date: Fri Jul 21 12:16:03 2017 +0300
Start passing portgroup information to Neutron
With this patch ironic starts passing portgroup information to Neutron
via 'binding:profile'. This will allow to configure portgroup on the
switch by appropriate ML2 driver during deployment.
The example of binding:profile dictionary is:
{
{
},
{
}
],
}
}
}
Partial-Bug: #1652630
Co-Authored-By: John L. Villalovos <email address hidden>
Change-Id: Iacda8180f644cc
Ruby Loo (rloo) wrote : | #6 |
Done in Pike! The only outstanding work is integration tests. That is being tracked in https:/
Changed in ironic: | |
status: | In Progress → Fix Released |
Zachary Ma (mazengxie) wrote : | #7 |
Add dynamic port group support to networking-
Related fix proposed to branch: master /review. openstack. org/415003
Review: https:/