Update designer configuraiton file
[sdc.git] / sdc-os-chef / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / templates / default / FE-designers-configuration.yaml.erb
1 designersList:
2    - designerId: DCAE
3      designerProtocol: <%= @dcae_protocol %>
4      designerHost: <%= @dcae_host %>
5      designerPort: <%= @dcae_port %>
6      designerPath: "/dace"
7      designerStateUrl: "dcae"
8      designerDisplayOptions:
9         tab:
10             displayName: "monitor"
11             validResourceTypes: ["VF", "SERVICE"]
12         top:
13             displayName: "DCAE"
14    - designerId: WORKFLOW
15      designerProtocol: <%= @workflow_protocol %>
16      designerHost: <%= @workflow_host %>
17      designerPort: <%= @workflow_port %>
18      designerPath: "/"
19      designerStateUrl: "workflowDesigner"
20      designerDisplayOptions:
21         top:
22             displayName: "Workflow Designer"