diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-07 14:38:22 +0530 |
---|---|---|
committer | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-07 17:24:17 +0530 |
commit | 55b429cfc73802e3e52fa2f3864ecc4cdd552728 (patch) | |
tree | 5eee99f5b0b7e039ea0250d5549ca25aae74fd04 /platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json | |
parent | db323d0fa39eabc03faf8c803876da5f87079e58 (diff) |
integration test issues fix for sdwan and sotn
Change-Id: I406550404f0cfb661d6e480cf1df48d39fad06e7
Issue-ID: SDNC-357
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: 3e4fa46160a5d6d52bb7eccf08dbb790d96a4682
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json b/platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json index 6d22cb9e..89da9a28 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology.json @@ -3,13 +3,14 @@ "areas": [ { "name": "area1", - "areaType": "leaf", + "areaType": "backbone", "topologyType": ${prop.topology}, - "siteAttachements": [${repeat:prop.siteAttachement_length: - {"siteId": [${repeat:prop.siteAttachement[${1}].siteId_length: - ${prop.siteAttachement[${1}].siteId[${2}]},} + "siteAttachments": [${repeat:prop.siteAttachements_length: + {"siteId": ${prop.siteAttachements[${1}].siteId}, + "role": [${repeat:prop.siteAttachements[${1}].roles_length: + ${prop.siteAttachements[${1}].roles[${2}]}, + } ], - "role": ${prop.siteAttachement[${1}].role}, "workMode": "with-interconnection", "sitePriority": "active", "borders": null |