diff options
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/service_mappings.py | 5 | ||||
-rw-r--r-- | robot/assets/templates/aai/add_complex_body.template | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index 52f1ca1e..2cdc0d59 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -42,6 +42,11 @@ GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0', "vLB" : 'vlb_name_0', "vVG" : '', "vCPE" : 'vgw_name_0', + "vCPEvGW" : 'vgw_name_0', + "vCPEvDNS" : 'vdns_name_0', + "vCPEvAAA" : 'vaaa_name_0', + "vCPEvWEB" : 'vweb_name_0', + "vCPEvDHCP" : 'vdhcp_name_0', "vFWSNK" : 'vfw_name_0', "vPKG" : 'vpg_name_0', } diff --git a/robot/assets/templates/aai/add_complex_body.template b/robot/assets/templates/aai/add_complex_body.template index 136a620b..8ef8927d 100644 --- a/robot/assets/templates/aai/add_complex_body.template +++ b/robot/assets/templates/aai/add_complex_body.template @@ -8,12 +8,12 @@ "street2": "example-street2-val-99210", "city": "example-city-val-27150", "state": "example-state-val-59487", - "postal-code": "example-postal-code-val-68871", + "postal-code": "68871", "country": "example-country-val-94173", "region": "example-region-val-13893", "latitude": "example-latitude-val-89101", - "longitude": "example-longitude-val-66229", - "elevation": "example-elevation-val-30253", + "longitude": "32.89948", + "elevation": "97.045443", "lata": "example-lata-val-46073", "relationship-list": { "relationship": [ |