summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/resources
diff options
context:
space:
mode:
authorshrikantawachar <shrikant.awachar@amdocs.com>2019-01-16 13:12:21 +0530
committershrikantawachar <shrikant.awachar@amdocs.com>2019-01-18 17:39:02 +0530
commit0c84bc3c74f77b8ef030c3cf2f40cc1d652a237b (patch)
tree89e5a02a61a4d35e8f02ece0386d096edaa412ca /kubernetes/sdc/resources
parent6758b55235ad56583163aa6abdb388c082c412f4 (diff)
Allow custom plugins in SDC
Allow custom plugins in SDC Change-Id: I48b3defca43de1fed4916ef5b9e27324d22af75e Issue-ID: SDC-2022 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/resources')
-rwxr-xr-xkubernetes/sdc/resources/config/environments/AUTO.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/kubernetes/sdc/resources/config/environments/AUTO.json b/kubernetes/sdc/resources/config/environments/AUTO.json
index 46c58eff19..bb5df2bf90 100755
--- a/kubernetes/sdc/resources/config/environments/AUTO.json
+++ b/kubernetes/sdc/resources/config/environments/AUTO.json
@@ -52,20 +52,6 @@
],
"KB": "sdc-kb.{{include "common.namespace" .}}"
},
- "Plugins": {
- "DCAE": {
- "dcae_discovery_url": "http://sdc-dcae-fe.{{include "common.namespace" .}}:8183/dcaed/#/home",
- "dcae_source_url": "http://sdc.dcae.plugin.simpledemo.onap.org:30263/dcaed/#/home"
- },
- "DCAE-TAB": {
- "dcae_dt_discovery_url": "http://sdc-dcae-dt.{{include "common.namespace" .}}:8186/dcae/#/dcae/home",
- "dcae_dt_source_url": "http://sdc.dcae.plugin.simpledemo.onap.org:30265/dcae/#/dcae/home"
- },
- "WORKFLOW": {
- "workflow_discovery_url": "http://sdc-wfd-fe.{{include "common.namespace" .}}:8080",
- "workflow_source_url": "http://sdc.workflow.plugin.simpledemo.onap.org:30256"
- }
- },
"VnfRepo": {
"vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
"vnfRepoHost": "refrepo.{{include "common.namespace" .}}"