diff options
author | 2019-02-11 13:50:16 +0100 | |
---|---|---|
committer | 2019-02-13 13:17:53 +0100 | |
commit | aef5d4ba9128c0cc4418b6dd9e12533b3d76bc84 (patch) | |
tree | 4c4b0392966510c2635bf05e7c4071dd06ad5ede /README.md | |
parent | 95d45aa4490b09f7ddf229141501befa5a0d3d55 (diff) |
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 <xg353y@intl.att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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",
|