From: sebdet Date: Wed, 1 Apr 2020 14:38:29 +0000 (+0200) Subject: Rework the CDS Json schema X-Git-Tag: 5.0.2~3^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=eb4e4ca9b9eb2a2f2fe16d8e5a1bc9ac463c6ebe Rework the CDS Json schema Rework a bit the CDS Json schema, so that the payload info is good now Issue-ID: CLAMP-805 Signed-off-by: sebdet Change-Id: I807e00536befe53d266b2dee279bde29b0f7d0cb --- diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index d61b7ed5..044fcecf 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -181,6 +181,6 @@ clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/d clamp.config.tosca.converter.dictionary.support.enabled=true # Configuration settings for CDS -clamp.config.cds.url=http4://blueprints-processor-http:8080 +clamp.config.cds.url=http4://cds-blueprints-processor-http:8080 clamp.config.cds.userName=ccsdkapps clamp.config.cds.password=ccsdkapps \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3937d8fc..3069cf63 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -194,6 +194,6 @@ clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/d clamp.config.tosca.converter.dictionary.support.enabled=true # Configuration settings for CDS -clamp.config.cds.url=http4://blueprints-processor-http:8080 +clamp.config.cds.url=http4://cds-blueprints-processor-http:8080 clamp.config.cds.userName=ccsdkapps clamp.config.cds.password=ccsdkapps \ No newline at end of file