Comment 14 for bug 1684622

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/30902
Committed: http://github.com/Juniper/contrail-server-manager/commit/d57dfb1dd8da6a0e65c2ca520e305a5f13cb08cf
Submitter: Zuul (<email address hidden>)
Branch: master

commit d57dfb1dd8da6a0e65c2ca520e305a5f13cb08cf
Author: nitishkrishna <email address hidden>
Date: Mon May 1 13:21:27 2017 -0700

Closes-Bug: #1684622 Import ext_routers from testbed as external routers list

Param named changed from external_routers to external_routers_list and moved to controller_config

In testbed.py:
ext_routers = [('mx1', '10.204.216.253')]

In JSON:
"parameters": {
"provision": {
"contrail_4": {
"controller_config": {
"external_routers_list": {
"mx1": "10.204.216.253"
}
},

Also importing encap_priority and router ASN from testbed.py

Change-Id: Ifb7f8ed85ba828a3d159732cf346d9f74e54451c