From 836be777835eb05be1a62b98a9e1f5860623d7b2 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Wed, 2 Sep 2020 12:48:47 +0000 Subject: Add k8s-upload-profile node type and logic. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: CCSDK-2630 Change-Id: Icd50ab98503a2c2259c56ced20976579afefd7fc Signed-off-by: Marek SzwaƂkiewicz --- .../application/src/test/resources/application-test.properties | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ms/blueprintsprocessor/application/src/test/resources') diff --git a/ms/blueprintsprocessor/application/src/test/resources/application-test.properties b/ms/blueprintsprocessor/application/src/test/resources/application-test.properties index d2170c7c1..c436b3876 100644 --- a/ms/blueprintsprocessor/application/src/test/resources/application-test.properties +++ b/ms/blueprintsprocessor/application/src/test/resources/application-test.properties @@ -66,3 +66,8 @@ blueprintprocessor.healthcheck.mapping-service-name-with-service-link=[Execution #BaseUrls for health check Cds Listener services cdslistener.healthcheck.baseUrl=http://cds-sdc-listener:8080/ cdslistener.healthcheck.mapping-service-name-with-service-link=[SDC Listener service,/api/v1/sdclistener/healthcheck] + +#K8s Plugin properties +blueprintprocessor.k8s.plugin.username=test +blueprintprocessor.k8s.plugin.password=pass +blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ -- cgit 1.2.3-korg