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