From aef5d4ba9128c0cc4418b6dd9e12533b3d76bc84 Mon Sep 17 00:00:00 2001 From: xg353y Date: Mon, 11 Feb 2019 13:50:16 +0100 Subject: Remove SDC query Remove the query to SDC to get Service/VF related parameters. Also remove the UI which triggers the SDC query. Issue-ID: CLAMP-290 Change-Id: Ie7864942b91c022a3a7329c17ab2785448aae9ff Signed-off-by: xg353y --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 783501a66..e5b6090f2 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,6 @@ Note that all others configurations can be configured in the JSON as well, "spring.datasource.cldsdb.username": "admin", "spring.datasource.cldsdb.password": "password" - "clamp.config.sdc.catalog.url": "https://sdchost:8443/sdc/v1/catalog/", - "clamp.config.sdc.hostUrl": "https://sdchost:8443/", - "clamp.config.sdc.serviceUrl": "https://sdchost:8443/sdc/v1/catalog/services", - "clamp.config.sdc.serviceUsername": "clamp", - "clamp.config.sdc.servicePassword": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", "clamp.config.dcae.inventory.url": "http://dcaegen2.host:8080", "clamp.config.dcae.dispatcher.url": "http://dcaegen2.host:8080", "clamp.config.policy.pdpUrl1": "https://policy-pdp.host:9091/pdp/ , testpdp, alpha123", -- cgit 1.2.3-korg