diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-28 17:23:59 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-28 17:23:59 +0200 |
commit | 443a2fd4740eb4f4f0e900d62894ec327b5f4ce6 (patch) | |
tree | 50f02c172bef714249595a9e62175fe5d91bebc7 /src/main/resources | |
parent | ab5106ac26f2cbe846c3b1cf91f91f13da8b15fe (diff) |
Set localhost in config
Set to localhost in clds config file
Change-Id: Ic8595e0fcfd7a4481464b1facc8bcb4cbeac92fb
Issue-ID: CLAMP-59
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/clds/clds-reference.properties | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/main/resources/clds/clds-reference.properties b/src/main/resources/clds/clds-reference.properties index 9a56295b..d29d63f9 100644 --- a/src/main/resources/clds/clds-reference.properties +++ b/src/main/resources/clds/clds-reference.properties @@ -74,9 +74,9 @@ op.eNodeB.limit=2 op.eNodeB.period=10s
#
# Sdc service properties
-sdc.catalog.url=http://sdcb-conexus.e73c65.rdm2.tci.att.com:8080/sdc/v1/catalog/
-sdc.hostUrl=http://sdcb-conexus.e73c65.rdm2.tci.att.com:8080
-sdc.serviceUrl=http://sdcb-conexus.e73c65.rdm2.tci.att.com:8080/sdc/v1/catalog/services
+sdc.catalog.url=http://localhost:8080/sdc/v1/catalog/
+sdc.hostUrl=http://localhost:8080
+sdc.serviceUrl=http://localhost:8080/sdc/v1/catalog/services
sdc.serviceUsername=test
sdc.servicePassword=123456
sdc.artifactLabel=blueprintclampcockpit
@@ -85,17 +85,6 @@ sdc.artifactType=DCAE_INVENTORY_BLUEPRINT sdc.locationArtifactLabel=locationclampcockpit
sdc.locationArtifactType=DCAE_INVENTORY_JSON
sdc.InstanceID=X-ECOMP-InstanceID
-#sdc.catalog.url=http://135.205.226.136:8080/sdc/v1/catalog/
-#sdc.hostUrl=http://135.205.226.136:8080
-#sdc.serviceUrl=http://135.205.226.136:8080/sdc/v1/catalog/services
-#sdc.serviceUsername=clamp
-#sdc.servicePassword=clampdown
-##sdc.artifactLabel=blueprintclampcockpit
-#sdc.sdcX-InstanceID=CLAMP
-#sdc.artifactType=DCAE_INVENTORY_BLUEPRINT
-#sdc.locationArtifactLabel=locationclampcockpit
-#sdc.locationArtifactType=DCAE_INVENTORY_JSON
-#sdc.InstanceID=X-ECOMP-InstanceID
#
#
#
|