commit | fb7551088e124f9b252a4b09504f37007f40ad00 | [log] [tgz] |
---|---|---|
author | Idan Amit <ia096e@intl.att.com> | Wed Feb 07 13:29:38 2018 +0200 |
committer | Idan Amit <ia096e@intl.att.com> | Wed Feb 07 12:55:46 2018 +0000 |
tree | 61f09785a1528d337cf4f3f29f245e5b23254130 | |
parent | d487b130a0607df88bd49276214ffba9d70ce216 [diff] |
Support DCAE in new plugins integration Updated the plugins configuration for DCAE Change-Id: I340f71901b504a1e34c2f80393adfa63b1fc5bae Issue-ID: SDC-1008 Signed-off-by: Idan Amit <ia096e@intl.att.com>
diff --git a/sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb b/sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb index 0a3b15c..a21a7ab 100644 --- a/sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb +++ b/sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb
@@ -4,12 +4,9 @@ pluginSourceUrl: <%= @dcae_source_url %> pluginStateUrl: "dcae" pluginDisplayOptions: - tab: - displayName: "DCAE" - displayRoles: ["TESTER"] context: - displayName: "Monitor" - displayContext: ["VF", "SERVICE"] + displayName: "Monitoring" + displayContext: ["SERVICE"] displayRoles: ["DESIGNER"] - pluginId: WORKFLOW pluginDiscoveryUrl: <%= @workflow_discovery_url %>