diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-20 14:35:39 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-23 07:47:18 +0000 |
commit | ebe2b4d5e616a69b374fa9214255c971e014d144 (patch) | |
tree | 081f591d03022d15a8356793615ddb8805cc1bdd /tutorials/vFWDT/workflow/templates/hasRequest.json | |
parent | ac4ab50bdf312a1824388acbb9908c31f2b39c1a (diff) |
Pretty print json files in tutorials/
Fixing json files to conform to linter rules.
Change-Id: Ib71831d153f32133eef7deb95804e9d96240f5c7
Issue-ID: INT-1482
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'tutorials/vFWDT/workflow/templates/hasRequest.json')
-rw-r--r-- | tutorials/vFWDT/workflow/templates/hasRequest.json | 117 |
1 files changed, 68 insertions, 49 deletions
diff --git a/tutorials/vFWDT/workflow/templates/hasRequest.json b/tutorials/vFWDT/workflow/templates/hasRequest.json index c9d77637..a0c678b6 100644 --- a/tutorials/vFWDT/workflow/templates/hasRequest.json +++ b/tutorials/vFWDT/workflow/templates/hasRequest.json @@ -3,7 +3,10 @@ "template": { "constraints": { "affinity_vFW_TD": { - "demands": ["vFW-SINK", "vPGN"], + "demands": [ + "vFW-SINK", + "vPGN" + ], "properties": { "category": "region", "qualifier": "same" @@ -32,57 +35,73 @@ } }, "demands": { - "vFW-SINK": [{ - "attributes": { - "global-customer-id": { - "get_param": "chosen_customer_id" + "vFW-SINK": [ + { + "attributes": { + "global-customer-id": { + "get_param": "chosen_customer_id" + }, + "cloud-region-id": { + "get_param": "chosen_region" + }, + "model-version-id": "202d2fd8-a045-4c9a-b767-2a1639c10291", + "orchestration-status": [ + "active" + ], + "model-invariant-id": "6f3fd439-fd5f-4a2d-95bc-b6bf8787001a", + "service_instance_id": { + "get_param": "service_id" + }, + "prov-status": "ACTIVE" }, - "cloud-region-id": { - "get_param": "chosen_region" - }, - "model-version-id": "202d2fd8-a045-4c9a-b767-2a1639c10291", - "orchestration-status": ["active"], - "model-invariant-id": "6f3fd439-fd5f-4a2d-95bc-b6bf8787001a", - "service_instance_id": { - "get_param": "service_id" - }, - "prov-status": "ACTIVE" - }, - "inventory_provider": "aai", - "service_resource_id": "vFW-SINK-XX", - "inventory_type": "vfmodule", - "service_type": "vFW-SINK-XX", - "excluded_candidates": [{ + "inventory_provider": "aai", + "service_resource_id": "vFW-SINK-XX", "inventory_type": "vfmodule", - "candidate_id": ["e765d576-8755-4145-8536-0bb6d9b1dc9a"] - }], - "required_candidates": [{ - "inventory_type": "vfmodule", - "candidate_id": ["e765d576-8755-4145-8536-0bb6d9b1dc9a"] - }] - }], - "vPGN": [{ - "attributes": { - "global-customer-id": { - "get_param": "chosen_customer_id" - }, - "cloud-region-id": { - "get_param": "chosen_region" - }, - "model-version-id": "6bfe954e-bb00-4111-be3c-33eed9d20a8c", - "orchestration-status": ["active"], - "model-invariant-id": "3f356335-7b36-41ee-8f74-72d0a2ec3ebf", - "service_instance_id": { - "get_param": "service_id" + "service_type": "vFW-SINK-XX", + "excluded_candidates": [ + { + "inventory_type": "vfmodule", + "candidate_id": [ + "e765d576-8755-4145-8536-0bb6d9b1dc9a" + ] + } + ], + "required_candidates": [ + { + "inventory_type": "vfmodule", + "candidate_id": [ + "e765d576-8755-4145-8536-0bb6d9b1dc9a" + ] + } + ] + } + ], + "vPGN": [ + { + "attributes": { + "global-customer-id": { + "get_param": "chosen_customer_id" + }, + "cloud-region-id": { + "get_param": "chosen_region" + }, + "model-version-id": "6bfe954e-bb00-4111-be3c-33eed9d20a8c", + "orchestration-status": [ + "active" + ], + "model-invariant-id": "3f356335-7b36-41ee-8f74-72d0a2ec3ebf", + "service_instance_id": { + "get_param": "service_id" + }, + "prov-status": "ACTIVE" }, - "prov-status": "ACTIVE" - }, - "inventory_provider": "aai", - "service_resource_id": "vPGN-XX", - "unique": "false", - "inventory_type": "vfmodule", - "service_type": "vPGN-XX" - }] + "inventory_provider": "aai", + "service_resource_id": "vPGN-XX", + "unique": "false", + "inventory_type": "vfmodule", + "service_type": "vPGN-XX" + } + ] }, "homing_template_version": "2017-10-10" }, |