diff options
author | 2020-03-20 14:40:22 +0100 | |
---|---|---|
committer | 2020-03-23 08:37:13 +0000 | |
commit | ad09fabff07bdfaf659aa8d3d4bfdd9a0f9907d0 (patch) | |
tree | 6db44362152bd4d0071bfa14c1031a14c7296aec /service_mapping/vFW | |
parent | f38883e404eda8a3248b1416d09830ffde8277cb (diff) |
Pretty print json files in service_mapping/
Fixing json files to conform to linter rules.
Change-Id: I2c0e6bf4df7cd921a4860570045bf26bc1ab6c5b
Issue-ID: INT-1482
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'service_mapping/vFW')
-rw-r--r-- | service_mapping/vFW/service_mapping.json | 47 |
1 files changed, 29 insertions, 18 deletions
diff --git a/service_mapping/vFW/service_mapping.json b/service_mapping/vFW/service_mapping.json index 0c6486fa..f1798b6a 100644 --- a/service_mapping/vFW/service_mapping.json +++ b/service_mapping/vFW/service_mapping.json @@ -1,20 +1,31 @@ { - "GLOBAL_SERVICE_FOLDER_MAPPING": { - "vFW" : ["vFW"] - }, - "GLOBAL_SERVICE_VNF_MAPPING": { - "vFW" : ["vFW"] - }, - "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { - "vFW" :[] - }, - "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { - "vFW" :[] - }, - "GLOBAL_SERVICE_TEMPLATE_MAPPING": { - "vFW" : [{"isBase" : "true", "template" : "vfw_preload.template", "vnf_index": "0", "name_pattern": "base_vfw"}] - }, - "GLOBAL_VALIDATE_NAME_MAPPING": { - "vFW" : "vfw_name_0" - } + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vFW": [ + "vFW" + ] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vFW": [ + "vFW" + ] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vFW": [] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vFW": [] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vFW": [ + { + "isBase": "true", + "template": "vfw_preload.template", + "vnf_index": "0", + "name_pattern": "base_vfw" + } + ] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vFW": "vfw_name_0" + } } |