Comment 9 for bug 1547723

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to group-based-policy (master)

Reviewed: https://review.openstack.org/300244
Committed: https://git.openstack.org/cgit/openstack/group-based-policy/commit/?id=c4c240cd52e7a192397c71e8de81749adbabbbad
Submitter: Jenkins
Branch: master

commit c4c240cd52e7a192397c71e8de81749adbabbbad
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-subinterfaces then.
       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: I37ba6954641afab60bfcf9219ed0dc4c7e78fee3
    Closes-Bug: 1547723