aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-fe
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-09-15 17:49:47 +0200
committerChrisC <christophe.closset@intl.att.com>2020-09-16 17:29:24 +0200
commit700491fb131160dcfd7a83d8e0dba47b16c82ac5 (patch)
tree9e6ce9c424346d5b46c57c00438fea54c7c07ff1 /kubernetes/sdc/components/sdc-fe
parent27aae18cdee00c873e3617a6a3b5fb2d294b9b98 (diff)
[SDC] Deprecate DCAE-DS
DCAE-DS is now deprecated (replaced by DCAE-MOD) - no need to maintain old charts Issue-ID: SDC-2642 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iba2f17ff22c73b668466abd638323e5b2914c959
Diffstat (limited to 'kubernetes/sdc/components/sdc-fe')
-rw-r--r--kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml b/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml
index f9a3b17e03..9dc317b2b5 100644
--- a/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml
+++ b/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml
@@ -1,21 +1,4 @@
pluginsList:
- - pluginId: DCAED
- pluginDiscoveryUrl: "{{ .Values.config.plugins.dcae_discovery_url }}"
- pluginSourceUrl: "{{ .Values.config.plugins.dcae_source_url }}"
- pluginStateUrl: "dcaed"
- pluginDisplayOptions:
- context:
- displayName: "Monitoring"
- displayContext: ["SERVICE"]
- displayRoles: ["DESIGNER"]
- - pluginId: DCAE-DS
- pluginDiscoveryUrl: "{{ .Values.config.plugins.dcae_dt_discovery_url }}"
- pluginSourceUrl: "{{ .Values.config.plugins.dcae_dt_source_url }}"
- pluginStateUrl: "dcae-ds"
- pluginDisplayOptions:
- tab:
- displayName: "DCAE-DS"
- displayRoles: ["DESIGNER"]
- pluginId: WORKFLOW
pluginDiscoveryUrl: "{{ .Values.config.plugins.workflow_discovery_url }}"
pluginSourceUrl: "{{ .Values.config.plugins.workflow_source_url }}"