From f14b68c0ef0a5305bdf88eb87ac53c3e5cd18844 Mon Sep 17 00:00:00 2001 From: romaingimbert Date: Wed, 11 Dec 2019 09:57:46 +0100 Subject: Update SO request to use GR_API instead of VNF_API - add GR_API to so request - request to AAI to retrieve cloud owner id -add status "inprogress" after check Issue-ID: EXTAPI-337 Signed-off-by: romaingimbert Change-Id: I34911a3c785aac24f5feb71fede36a142f8fcffe --- src/main/resources/application-test.properties | 2 +- src/main/resources/application.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 1ab93e3..1a73f16 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -58,7 +58,7 @@ aai.header.transaction.id = 808b54e3-e563-4144-a1b9-e24e2ed93d4f so.host = http://127.0.0.1:8091 so.header.authorization = so.api.id = SO -so.owning.entity.id = 6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e +so.owning.entity.id = OE-generic so.owning.entity.name = OE-generic so.project.name = Project-generic so.onap.partner.name = NBI diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2925137..fe0b9d1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -54,21 +54,21 @@ dmaapCheck.schedule = 10000 dmaapCheck.initial = 1 # SDC -sdc.host = http://10.0.3.1:8080 +sdc.host = http://localhost:8081 sdc.header.ecompInstanceId = demo sdc.header.authorization = Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= # AAI -aai.host = https://10.0.1.1:8443 +aai.host = http://localhost:8081 aai.header.authorization = Basic QUFJOkFBSQ== aai.api.id = NBI aai.header.transaction.id = 808b54e3-e563-4144-a1b9-e24e2ed93d4f # SO -so.host = http://10.0.5.1:8080 +so.host = http://localhost:8081 so.header.authorization = Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA== so.api.id = SO -so.owning.entity.id = 6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e +so.owning.entity.id = OE-generic so.owning.entity.name = OE-generic so.project.name = Project-generic so.onap.partner.name = NBI -- cgit 1.2.3-korg