diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-20 14:40:22 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-23 08:37:13 +0000 |
commit | ad09fabff07bdfaf659aa8d3d4bfdd9a0f9907d0 (patch) | |
tree | 6db44362152bd4d0071bfa14c1031a14c7296aec /service_mapping/vFWDT/service_mapping.json | |
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/vFWDT/service_mapping.json')
-rw-r--r-- | service_mapping/vFWDT/service_mapping.json | 68 |
1 files changed, 47 insertions, 21 deletions
diff --git a/service_mapping/vFWDT/service_mapping.json b/service_mapping/vFWDT/service_mapping.json index be9c5b76..6bb70f57 100644 --- a/service_mapping/vFWDT/service_mapping.json +++ b/service_mapping/vFWDT/service_mapping.json @@ -1,23 +1,49 @@ { - "GLOBAL_SERVICE_FOLDER_MAPPING": { - "vFWDT" : ["vFWDT/vFWSNK", "vFWDT/vPKG"] - }, - "GLOBAL_SERVICE_VNF_MAPPING": { - "vFWDT" : ["vFWDTvPKG", "vFWDTvFWSNK", "vFWDTvFWSNK"] - }, - "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { - "vFWDT": [] - }, - "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { - "vFWDT": [] - }, - "GLOBAL_SERVICE_TEMPLATE_MAPPING": { - "vFWDTvPKG": [{"isBase" : "true", "template" : "vfwdt_vpkg_preload.template", "vnf_index": "0", "name_pattern": "base_vpkg"}], - "vFWDTvFWSNK": [{"isBase" : "true", "template" : "vfwdt_vfwsnk0_preload.template", "vnf_index": "1", "name_pattern": "base_vfw"}, - {"isBase" : "true", "template" : "vfwdt_vfwsnk1_preload.template", "vnf_index": "2", "name_pattern": "base_vfw"}] - }, - "GLOBAL_VALIDATE_NAME_MAPPING": { - "vFWDTvPKG": "vpg_name_0", - "vFWDTvFWSNK": "vfw_name_0" - } + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vFWDT": [ + "vFWDT/vFWSNK", + "vFWDT/vPKG" + ] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vFWDT": [ + "vFWDTvPKG", + "vFWDTvFWSNK", + "vFWDTvFWSNK" + ] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vFWDT": [] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vFWDT": [] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vFWDTvPKG": [ + { + "isBase": "true", + "template": "vfwdt_vpkg_preload.template", + "vnf_index": "0", + "name_pattern": "base_vpkg" + } + ], + "vFWDTvFWSNK": [ + { + "isBase": "true", + "template": "vfwdt_vfwsnk0_preload.template", + "vnf_index": "1", + "name_pattern": "base_vfw" + }, + { + "isBase": "true", + "template": "vfwdt_vfwsnk1_preload.template", + "vnf_index": "2", + "name_pattern": "base_vfw" + } + ] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vFWDTvPKG": "vpg_name_0", + "vFWDTvFWSNK": "vfw_name_0" + } } |