diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2019-12-17 10:23:13 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-12-18 13:26:17 +0000 |
commit | f13ad6348df59f8883c9a3f86a7ef81ee4cb089c (patch) | |
tree | 52cca793d78d2d8f94a39f71cf6ea7053a0a5bd3 /sdc-os-chef | |
parent | 0ce779a2e1d9272ea3a0680b51ac032d6da8098a (diff) |
Revert "Add Option to proxy to plugins"
This reverts commit ee4c4d72
Issue-ID: SDC-2648
Change-Id: I1f6cba80d3fb803530573c75f2fc54ca207e768a
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/environments/plugins-configuration.yaml | 2 | ||||
-rw-r--r-- | sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-environment-configmap.yaml | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sdc-os-chef/environments/plugins-configuration.yaml b/sdc-os-chef/environments/plugins-configuration.yaml index 1135cbb54e..21de74636f 100644 --- a/sdc-os-chef/environments/plugins-configuration.yaml +++ b/sdc-os-chef/environments/plugins-configuration.yaml @@ -19,8 +19,6 @@ pluginsList: - pluginId: WORKFLOW pluginDiscoveryUrl: <%= @workflow_discovery_url %> pluginSourceUrl: <%= @workflow_source_url %> - pluginFeProxyUrl: <%= @workflow_fe_proxy_url %> - pluginProxyRedirectPath: <%= @workflow_redirect_path %> pluginStateUrl: "workflowDesigner" pluginDisplayOptions: tab: diff --git a/sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-environment-configmap.yaml b/sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-environment-configmap.yaml index e332729526..0eb5289c64 100644 --- a/sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-environment-configmap.yaml +++ b/sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-environment-configmap.yaml @@ -57,9 +57,7 @@ data: }, "WORKFLOW": { "workflow_discovery_url": "10.0.2.15", - "workflow_source_url": "10.0.2.15", - "workflow_fe_proxy_url": "10.0.2.15", - "workflow_redirect_path": "/wf" + "workflow_source_url": "10.0.2.15" } }, "VnfRepo": { |