aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>2019-12-12 15:07:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-12 15:07:58 +0000
commit64d083dcd86fa0b0c90440647df7c900993d523f (patch)
treebc9bdb3f58f3b5c47381c190c572882467f3cf12 /src/main/resources
parent7329beb42ed77cb0e10e7ebef15e279a45d917dc (diff)
parentf14b68c0ef0a5305bdf88eb87ac53c3e5cd18844 (diff)
Merge "Update SO request to use GR_API instead of VNF_API"
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application-test.properties2
-rw-r--r--src/main/resources/application.properties8
2 files changed, 5 insertions, 5 deletions
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