diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-03-11 15:50:07 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-03-11 16:05:19 +0200 |
commit | cb8baa2054a427becd39e4031798375efcc9027c (patch) | |
tree | aad2b6cc0a6afcc2627a84868d74ffb736210e24 /vid-ext-services-simulator/src/main/resources/preset_registration/environment | |
parent | e2617e9d5b82f2605e1660750a0dae96a077d83f (diff) |
Merge simulator from ECOMP's repository
Reference commit in ECOMP: 8e92a8c6
Issue-ID: VID-378
Change-Id: Ifd87e07db55a760fc94c582758a7413103b5fdd8
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-ext-services-simulator/src/main/resources/preset_registration/environment')
-rw-r--r-- | vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json b/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json index b2834d6d3..3c9c78bf1 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json @@ -134,7 +134,7 @@ "method": "GET", "path": "/aai/v../cloud-infrastructure/operational-environments", "queryParams": { - "operational-environment-type": "ECOMP" + "operational-environment-type": "ONAP" } }, "simulatorResponse": { @@ -144,7 +144,7 @@ { "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ec", "operational-environment-name": "operational_environment_ec", - "operational-environment-type": "ECOMP", + "operational-environment-type": "ONAP", "operational-environment-status": "Activate", "tenant-context": "ECOMP Test", "workload-context": "ECOMP_Development", @@ -153,7 +153,7 @@ { "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ed", "operational-environment-name": "operational_environment_ed", - "operational-environment-type": "ECOMP", + "operational-environment-type": "ONAP", "operational-environment-status": "Activate", "tenant-context": "ECOMP Test", "workload-context": "ECOMP_Development", |