[apic-mapping] ACI L3 out support for ASR router
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Group Based Policy |
In Progress
|
Medium
|
Kent Wu |
Bug Description
Things we need to do:
1. we need to flesh out the shadow L3 out for each ACI VRF
2. each shadow L3 out will need its own vlan ID as ASR needs to know which VRF the traffic is coming from
3. we still need to support both the pre-existing and non pre-existing mode in the config file.
Changed in group-based-policy: | |
assignee: | nobody → Kent Wu (wu-o) |
status: | New → In Progress |
Changed in group-based-policy: | |
milestone: | none → next |
importance: | Undecided → Medium |
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #1 |
Changed in group-based-policy: | |
status: | In Progress → Fix Released |
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #2 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #3 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #4 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit f2580216050504f
Author: Kent Wu <email address hidden>
Date: Thu Feb 18 10:39:01 2016 -0800
[apic_mapping] NAT support for ASR router
1. flesh out the shadow L3 out for each VRF.
2. The shadow L3 out for each VRF will require its own vlan ID.
3. check the asr vlan range setting in create_
4. add test cases for the above.
5. no pre-existing mode support yet.
Change-Id: I43caeac443921d
Closes-Bug: 1547723
(cherry picked from commit 42e8f6a695d8417
tags: | added: in-stable-liberty |
tags: | added: in-stable-kilo |
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #5 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 5a66ee04dd57a84
Author: Kent Wu <email address hidden>
Date: Thu Feb 18 10:39:01 2016 -0800
[apic_mapping] NAT support for ASR router
1. flesh out the shadow L3 out for each VRF.
2. The shadow L3 out for each VRF will require its own vlan ID.
3. check the asr vlan range setting in create_
4. add test cases for the above.
5. no pre-existing mode support yet.
Change-Id: I43caeac443921d
Closes-Bug: 1547723
(cherry picked from commit 42e8f6a695d8417
(cherry picked from commit f2580216050504f
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #6 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Change abandoned on group-based-policy (master) | #7 |
Change abandoned by Kent Wu (<email address hidden>) on branch: master
Review: https:/
Reason: noticed that I wasn't following the right workflow to create this patch. Will re-sumit.
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #8 |
Fix proposed to branch: master
Review: https:/
Changed in group-based-policy: | |
status: | Fix Released → In Progress |
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #9 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit c4c240cd52e7a19
Author: Kent Wu <email address hidden>
Date: Thu Mar 31 15:37:27 2016 -0700
[apic_mapping] preexisting mode support for ASR L3out
1. query preexisting L3out in APIC then clone it to the right tenant
2. trim those admin-only attributes; replace VRF, L3out name and
encap before sending it to APIC as a request.
3. add test cases for the above.
This is the inital checkin, some TODO list:
1. put those admin-only attributes into config items. This needs to
be done in apicapi first.
2. enhance the error-checking:
a. in the ASR mode, only routed-subinterface will work in a L3out.
Throw an exception if the preexisting L3out doesn't have
routed-
b. In OSPF/BFD interface profile, we can only support no
authentication as those keys won't be returned while querying APIC.
Maybe throw an exception also when its some other auth mode?
Change-Id: I37ba6954641afa
Closes-Bug: 1547723
Changed in group-based-policy: | |
status: | In Progress → Fix Released |
Changed in group-based-policy: | |
status: | Fix Released → In Progress |
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #10 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #11 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #12 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 04ba5f36ee660f8
Author: Kent Wu <email address hidden>
Date: Thu Mar 31 15:37:27 2016 -0700
[apic_
1. query preexisting L3out in APIC then clone it to the right tenant
2. trim those admin-only attributes; replace VRF, L3out name and
encap before sending it to APIC as a request.
3. add test cases for the above.
This is the inital checkin, some TODO list:
1. put those admin-only attributes into config items. This needs to
be done in apicapi first.
2. enhance the error-checking:
a. in the ASR mode, only routed-subinterface will work in a L3out.
Throw an exception if the preexisting L3out doesn't have
routed-
b. In OSPF/BFD interface profile, we can only support no
authentication as those keys won't be returned while querying APIC.
Maybe throw an exception also when its some other auth mode?
Change-Id: I37ba6954641afa
Closes-Bug: 1547723
(cherry picked from commit c4c240cd52e7a19
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #13 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 7e9b41e33646f15
Author: Kent Wu <email address hidden>
Date: Thu Mar 31 15:37:27 2016 -0700
[apic_
1. query preexisting L3out in APIC then clone it to the right tenant
2. trim those admin-only attributes; replace VRF, L3out name and
encap before sending it to APIC as a request.
3. add test cases for the above.
This is the inital checkin, some TODO list:
1. put those admin-only attributes into config items. This needs to
be done in apicapi first.
2. enhance the error-checking:
a. in the ASR mode, only routed-subinterface will work in a L3out.
Throw an exception if the preexisting L3out doesn't have
routed-
b. In OSPF/BFD interface profile, we can only support no
authentication as those keys won't be returned while querying APIC.
Maybe throw an exception also when its some other auth mode?
Change-Id: I37ba6954641afa
Closes-Bug: 1547723
(cherry picked from commit c4c240cd52e7a19
(cherry picked from commit d70fc28cda61874
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #14 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 6fa1b0622897f54
Author: Kent Wu <email address hidden>
Date: Tue Apr 12 16:39:39 2016 -0700
[apic_mapping] preexisting support for ASR L3out
1. added the error checkings while creating external segment.
2. added UTs for the above.
Change-Id: Ia2bff93b66f81c
Partial-Bug: 1547723
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #15 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #16 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #17 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 6eb389c4a8f6f45
Author: Kent Wu <email address hidden>
Date: Tue Apr 12 16:39:39 2016 -0700
[apic_mapping] preexisting support for ASR L3out
1. added the error checkings while creating external segment.
2. added UTs for the above.
Change-Id: Ia2bff93b66f81c
Partial-Bug: 1547723
(cherry picked from commit 6fa1b0622897f54
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #18 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit ecb494b9a0c8848
Author: Kent Wu <email address hidden>
Date: Tue Apr 12 16:39:39 2016 -0700
[apic_mapping] preexisting support for ASR L3out
1. added the error checkings while creating external segment.
2. added UTs for the above.
Change-Id: Ia2bff93b66f81c
Partial-Bug: 1547723
(cherry picked from commit 6fa1b0622897f54
(cherry picked from commit 6eb389c4a8f6f45
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #19 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #20 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit cdfa14e189d2d30
Author: Kent Wu <email address hidden>
Date: Mon Apr 18 16:19:54 2016 -0700
[apic_mapping] some naming changes
1. replace router_type=asr with edge_nat=true as we will need this mode for other types of
routers too.
2. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> as this l3 out will
also have node/IF profiles created.
3. these 2 naming changes were requested by Mandeep.
4. also use "none" while checking the BGP authentication. This way if in the future they add
support to other new types of authentications then the code will still work.
Change-Id: I469073ad3c03cf
Partial-Bug: 1547723
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #21 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Change abandoned on group-based-policy (stable/liberty) | #22 |
Change abandoned by Kent Wu (<email address hidden>) on branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #23 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #24 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit a3d5e2329050802
Author: Kent Wu <email address hidden>
Date: Mon Apr 18 16:19:54 2016 -0700
[apic_mapping] some naming changes
1. replace router_type=asr with edge_nat=true as we will need this mode for other types of
routers too.
2. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> as this l3 out will
also have node/IF profiles created.
3. these 2 naming changes were requested by Mandeep.
4. also use "none" while checking the BGP authentication. This way if in the future they add
support to other new types of authentications then the code will still work.
Change-Id: I469073ad3c03cf
Partial-Bug: 1547723
(cherry picked from commit cdfa14e189d2d30
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #25 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit e4eca94c01842cd
Author: Kent Wu <email address hidden>
Date: Mon Apr 18 16:19:54 2016 -0700
[apic_mapping] some naming changes
1. replace router_type=asr with edge_nat=true as we will need this mode for other types of
routers too.
2. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> as this l3 out will
also have node/IF profiles created.
3. these 2 naming changes were requested by Mandeep.
4. also use "none" while checking the BGP authentication. This way if in the future they add
support to other new types of authentications then the code will still work.
Change-Id: I469073ad3c03cf
Partial-Bug: 1547723
(cherry picked from commit cdfa14e189d2d30
(cherry picked from commit a3d5e2329050802
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #26 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : | #27 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Change abandoned on group-based-policy (master) | #28 |
Change abandoned by Kent Wu (<email address hidden>) on branch: master
Review: https:/
Reason: abandon this one for now as those options should not be exposed to the users per the conversation with Amit.
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #29 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit e5cfc78600079c2
Author: Kent Wu <email address hidden>
Date: Mon May 9 18:39:37 2016 -0700
[apic_mapping] make the naming changes consistent
1. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> and
do it in a central location as last attempt missed some cases.
2. this will also replace Shd-<external_epg> with Auto-<external_
3. fixed an obvious logic error.
Change-Id: I8ad72566a03fe8
Partial-Bug: 1547723
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #30 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #31 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #32 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #33 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 43a2b1ce08b1159
Author: Kent Wu <email address hidden>
Date: Mon May 9 18:39:37 2016 -0700
[apic_mapping] make the naming changes consistent
1. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> and
do it in a central location as last attempt missed some cases.
2. this will also replace Shd-<external_epg> with Auto-<external_
3. fixed an obvious logic error.
Change-Id: I8ad72566a03fe8
Partial-Bug: 1547723
(cherry picked from commit e5cfc78600079c2
tags: | added: in-stable-mitaka |
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #34 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 5046dc0d0067c82
Author: Kent Wu <email address hidden>
Date: Mon May 9 18:39:37 2016 -0700
[apic_mapping] make the naming changes consistent
1. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> and
do it in a central location as last attempt missed some cases.
2. this will also replace Shd-<external_epg> with Auto-<external_
3. fixed an obvious logic error.
Change-Id: I8ad72566a03fe8
Partial-Bug: 1547723
(cherry picked from commit e5cfc78600079c2
(cherry picked from commit 43a2b1ce08b1159
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #35 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 09f833e2a261546
Author: Kent Wu <email address hidden>
Date: Mon May 9 18:39:37 2016 -0700
[apic_mapping] make the naming changes consistent
1. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> and
do it in a central location as last attempt missed some cases.
2. this will also replace Shd-<external_epg> with Auto-<external_
3. fixed an obvious logic error.
Change-Id: I8ad72566a03fe8
Partial-Bug: 1547723
(cherry picked from commit e5cfc78600079c2
(cherry picked from commit 43a2b1ce08b1159
(cherry picked from commit 5046dc0d0067c82
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #36 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #37 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #38 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 42c32191237af05
Author: Kent Wu <email address hidden>
Date: Fri May 13 17:12:32 2016 -0700
[apic_mapping] handle the ES routes update for edge_nat
1. when edge_nat=true and not preexisting, we also need to update the
static routes on the Auto-<L3out> along with the real l3out for the
ES routes update event.
2. added test cases for this also.
Change-Id: I26597f08bb5573
Partial-Bug: 1547723
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #39 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #40 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #41 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 0040ce3c6f8b860
Author: Kent Wu <email address hidden>
Date: Fri May 13 17:12:32 2016 -0700
[apic_mapping] handle the ES routes update for edge_nat
1. when edge_nat=true and not preexisting, we also need to update the
static routes on the Auto-<L3out> along with the real l3out for the
ES routes update event.
2. added test cases for this also.
Change-Id: I26597f08bb5573
Partial-Bug: 1547723
(cherry picked from commit 42c32191237af05
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #42 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit ffadf8e8c7146d6
Author: Kent Wu <email address hidden>
Date: Fri May 13 17:12:32 2016 -0700
[apic_mapping] handle the ES routes update for edge_nat
1. when edge_nat=true and not preexisting, we also need to update the
static routes on the Auto-<L3out> along with the real l3out for the
ES routes update event.
2. added test cases for this also.
Change-Id: I26597f08bb5573
Partial-Bug: 1547723
(cherry picked from commit 42c32191237af05
(cherry picked from commit 0040ce3c6f8b860
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #43 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 360ac3cce0f2f81
Author: Kent Wu <email address hidden>
Date: Fri May 13 17:12:32 2016 -0700
[apic_mapping] handle the ES routes update for edge_nat
1. when edge_nat=true and not preexisting, we also need to update the
static routes on the Auto-<L3out> along with the real l3out for the
ES routes update event.
2. added test cases for this also.
Change-Id: I26597f08bb5573
Partial-Bug: 1547723
(cherry picked from commit 42c32191237af05
(cherry picked from commit 0040ce3c6f8b860
(cherry picked from commit ffadf8e8c7146d6
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #44 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #45 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit d8adb9140b12f4e
Author: Kent Wu <email address hidden>
Date: Mon May 23 19:07:20 2016 -0700
[apic_mapping] dynamic routing support for edge_nat
1. associate/
2. added test cases.
Change-Id: I86201a21e685d1
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #46 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #47 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #48 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #49 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit a3322d3504a60a0
Author: Kent Wu <email address hidden>
Date: Mon May 23 19:07:20 2016 -0700
[apic_mapping] dynamic routing support for edge_nat
1. associate/
2. added test cases.
Change-Id: I86201a21e685d1
(cherry picked from commit d8adb9140b12f4e
(cherry picked from commit b4e699da233d873
(cherry picked from commit 15ab634cd07fa24
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #50 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 15ab634cd07fa24
Author: Kent Wu <email address hidden>
Date: Mon May 23 19:07:20 2016 -0700
[apic_mapping] dynamic routing support for edge_nat
1. associate/
2. added test cases.
Change-Id: I86201a21e685d1
(cherry picked from commit d8adb9140b12f4e
(cherry picked from commit b4e699da233d873
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #51 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit b4e699da233d873
Author: Kent Wu <email address hidden>
Date: Mon May 23 19:07:20 2016 -0700
[apic_mapping] dynamic routing support for edge_nat
1. associate/
2. added test cases.
Change-Id: I86201a21e685d1
(cherry picked from commit d8adb9140b12f4e
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #52 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #53 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #54 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #55 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 9a22f6334faa81b
Author: Kent Wu <email address hidden>
Date: Wed Jun 22 12:26:37 2016 -0700
[apic_mapping] Use the tenant name instead of ID while cloning l3out
Partial-Bug: 1547723
Change-Id: If9aa892dd6ddf6
(cherry picked from commit 805def1f5831b07
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #56 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 9ae4adb98f9704f
Author: Kent Wu <email address hidden>
Date: Wed Jun 22 12:26:37 2016 -0700
[apic_mapping] Use the tenant name instead of ID while cloning l3out
Partial-Bug: 1547723
Change-Id: If9aa892dd6ddf6
(cherry picked from commit 805def1f5831b07
(cherry picked from commit 9a22f6334faa81b
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #57 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit c526dfd11930f7b
Author: Kent Wu <email address hidden>
Date: Wed Jun 22 12:26:37 2016 -0700
[apic_mapping] Use the tenant name instead of ID while cloning l3out
Partial-Bug: 1547723
Change-Id: If9aa892dd6ddf6
(cherry picked from commit 805def1f5831b07
(cherry picked from commit 9a22f6334faa81b
(cherry picked from commit 9ae4adb98f9704f
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #58 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Change abandoned on group-based-policy (master) | #59 |
Change abandoned by Kent Wu (<email address hidden>) on branch: master
Review: https:/
Reason: abandon this one as there are still fixes required.
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #60 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #61 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2b03454b17de88a
Author: Kent Wu <email address hidden>
Date: Fri Jun 24 13:57:53 2016 -0700
[apic_mapping] Fix bugs while setting auto-l3out for BDs
1. use the tenant of each BD instead.
2. don't use the transaction to avoid the ApicInvalidTran
exception under some certain workflow.
3. added more UTs to cover all the config combinations.
Change-Id: Ie045fb578e8b35
Partial-Bug: 1547723
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #62 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #63 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #64 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 3b027dd1fe3d4fd
Author: Kent Wu <email address hidden>
Date: Fri Jun 24 13:57:53 2016 -0700
[apic_mapping] Fix bugs while setting auto-l3out for BDs
1. use the tenant of each BD instead.
2. don't use the transaction to avoid the ApicInvalidTran
exception under some certain workflow.
3. added more UTs to cover all the config combinations.
Change-Id: Ie045fb578e8b35
Partial-Bug: 1547723
(cherry picked from commit 2b03454b17de88a
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #65 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 0013cfeb2b6dc1b
Author: Kent Wu <email address hidden>
Date: Fri Jun 24 13:57:53 2016 -0700
[apic_mapping] Fix bugs while setting auto-l3out for BDs
1. use the tenant of each BD instead.
2. don't use the transaction to avoid the ApicInvalidTran
exception under some certain workflow.
3. added more UTs to cover all the config combinations.
Change-Id: Ie045fb578e8b35
Partial-Bug: 1547723
(cherry picked from commit 2b03454b17de88a
(cherry picked from commit 3b027dd1fe3d4fd
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #66 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #67 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 07ba9c23b9930d6
Author: Kent Wu <email address hidden>
Date: Fri Jun 24 13:57:53 2016 -0700
[apic_mapping] Fix bugs while setting auto-l3out for BDs
1. use the tenant of each BD instead.
2. don't use the transaction to avoid the ApicInvalidTran
exception under some certain workflow.
3. added more UTs to cover all the config combinations.
Change-Id: Ie045fb578e8b35
Partial-Bug: 1547723
(cherry picked from commit 2b03454b17de88a
(cherry picked from commit 3b027dd1fe3d4fd
(cherry picked from commit 0013cfeb2b6dc1b
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #68 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #69 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #70 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 5cd08377899f3cb
Author: Kent Wu <email address hidden>
Date: Fri Jul 8 11:06:42 2016 -0700
[apic_mapping] Don't create NatEPG/NatBD when EdgeNat is on
1. also don't update the subnet of the NatBD.
2. added corresponding UTs.
Change-Id: I9fe911e423fea6
Partial-Bug: 1547723
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #71 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/kilo) | #72 |
Fix proposed to branch: stable/kilo
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #73 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 05555818171901d
Author: Kent Wu <email address hidden>
Date: Fri Jul 8 11:06:42 2016 -0700
[apic_mapping] Don't create NatEPG/NatBD when EdgeNat is on
1. also don't update the subnet of the NatBD.
2. added corresponding UTs.
Change-Id: I9fe911e423fea6
Partial-Bug: 1547723
(cherry picked from commit 5cd08377899f3cb
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #74 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit b6ee6fd45588cef
Author: Kent Wu <email address hidden>
Date: Fri Jul 8 11:06:42 2016 -0700
[apic_mapping] Don't create NatEPG/NatBD when EdgeNat is on
1. also don't update the subnet of the NatBD.
2. added corresponding UTs.
Change-Id: I9fe911e423fea6
Partial-Bug: 1547723
(cherry picked from commit 5cd08377899f3cb
(cherry picked from commit 05555818171901d
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/kilo) | #75 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit ea9cf9beb6e96ad
Author: Kent Wu <email address hidden>
Date: Fri Jul 8 11:06:42 2016 -0700
[apic_mapping] Don't create NatEPG/NatBD when EdgeNat is on
1. also don't update the subnet of the NatBD.
2. added corresponding UTs.
Change-Id: I9fe911e423fea6
Partial-Bug: 1547723
(cherry picked from commit 5cd08377899f3cb
(cherry picked from commit 05555818171901d
(cherry picked from commit b6ee6fd45588cef
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (master) | #76 |
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master) | #77 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit dcbc2dc77951a3e
Author: Kent Wu <email address hidden>
Date: Fri Jan 6 15:44:57 2017 -0800
[apic-mapping] Call the mapper properly to get the right PTG name
This is to make sure we can get the PTG name stored in the mapper DB
while doing the bind_dvs_port(). Otherwise when the PTG name is
chagned on openStack side, we will use the new PTG name which is
wrong as APIC and vCenter are still using the old name.
Partial-bug: 1547723
Change-Id: Iec7f614e5d84c1
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/mitaka) | #78 |
Fix proposed to branch: stable/mitaka
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix proposed to group-based-policy (stable/liberty) | #79 |
Fix proposed to branch: stable/liberty
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/mitaka) | #80 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit dbfd0acc525757f
Author: Kent Wu <email address hidden>
Date: Fri Jan 6 15:44:57 2017 -0800
[apic-mapping] Call the mapper properly to get the right PTG name
This is to make sure we can get the PTG name stored in the mapper DB
while doing the bind_dvs_port(). Otherwise when the PTG name is
chagned on openStack side, we will use the new PTG name which is
wrong as APIC and vCenter are still using the old name.
Partial-bug: 1547723
Change-Id: Iec7f614e5d84c1
(cherry picked from commit dcbc2dc77951a3e
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (stable/liberty) | #81 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/liberty
commit 82170af6591e47a
Author: Kent Wu <email address hidden>
Date: Fri Jan 6 15:44:57 2017 -0800
[apic-mapping] Call the mapper properly to get the right PTG name
This is to make sure we can get the PTG name stored in the mapper DB
while doing the bind_dvs_port(). Otherwise when the PTG name is
chagned on openStack side, we will use the new PTG name which is
wrong as APIC and vCenter are still using the old name.
Partial-bug: 1547723
Change-Id: Iec7f614e5d84c1
(cherry picked from commit dcbc2dc77951a3e
(cherry picked from commit dbfd0acc525757f
Reviewed: https:/ /review. openstack. org/282011 /git.openstack. org/cgit/ openstack/ group-based- policy/ commit/ ?id=42e8f6a695d 8417bcef9d8cab7 9ec8854748a934
Committed: https:/
Submitter: Jenkins
Branch: master
commit 42e8f6a695d8417 bcef9d8cab79ec8 854748a934
Author: Kent Wu <email address hidden>
Date: Thu Feb 18 10:39:01 2016 -0800
[apic_mapping] NAT support for ASR router
1. flesh out the shadow L3 out for each VRF. external_ segment_ precommit( ).
2. The shadow L3 out for each VRF will require its own vlan ID.
3. check the asr vlan range setting in create_
4. add test cases for the above.
5. no pre-existing mode support yet.
Change-Id: I43caeac443921d d03f2e54c01e0e5 afff41f1d86
Closes-Bug: 1547723