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