Change designer to plugin in code
[sdc.git] / sdc-os-chef / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / templates / default / FE-plugins-configuration.yaml.erb
1 pluginsList:
2    - pluginId: DCAE
3      pluginProtocol: <%= @dcae_protocol %>
4      pluginHost: <%= @dcae_host %>
5      pluginPort: <%= @dcae_port %>
6      pluginPath: "/openoui/vnfmarket/#!/marketplace"
7      pluginStateUrl: "dcae"
8      pluginDisplayOptions:
9         context:
10             displayName: "Monitor"
11             displayContext: ["RESOURCE", "SERVICE"]
12    - pluginId: WORKFLOW
13      pluginProtocol: <%= @workflow_protocol %>
14      pluginHost: <%= @workflow_host %>
15      pluginPort: <%= @workflow_port %>
16      pluginPath: "/"
17      pluginStateUrl: "workflowDesigner"
18      pluginDisplayOptions:
19         top:
20             displayName: "WORKFLOW"
21         context:
22             displayName: "Workflow Designer"
23             displayContext: ["RESOURCE"]