diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-12-11 09:57:46 +0100 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2019-12-11 09:57:46 +0100 |
commit | f14b68c0ef0a5305bdf88eb87ac53c3e5cd18844 (patch) | |
tree | edb09d159a9692ae5fc0fcd25bcf9759ac21fdda /src/main/resources/application.properties | |
parent | 724b5025cd16fbed0bba66e21129fd9530ce736d (diff) |
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 <romain.gimbert@orange.com>
Change-Id: I34911a3c785aac24f5feb71fede36a142f8fcffe
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 8 |
1 files changed, 4 insertions, 4 deletions
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 |