diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-18 19:07:38 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-01-21 06:52:00 +0000 |
commit | 30e728d280b77193500a7f0941db336ee60b80a6 (patch) | |
tree | f57f86948f47f3dd2333e21e12e5cdc1ccaeff33 /sdc-os-chef/environments/Template.json | |
parent | a7735509a29580d0bf8a9eac92f4402940b74517 (diff) |
Update designer configuraiton file
Updated the designer configuration file to support the new display options
Made sure that the old code still works
Change-Id: Ia63cb89b0f8cb92fc86e0804afe7e2c2caea0541
Issue-ID: SDC-938
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/environments/Template.json')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index d39eba33b6..5d11261f05 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -42,22 +42,14 @@ }, "Designers": { "DCAE": { - "dcae_host": "yyy", - "dcae_port": "yyy", - "dcae_path": "yyy", - "dcae_state_url": "yyy", "dcae_protocol": "yyy", - "dcae_button_position": ["xxx", "yyy"], - "dcae_tab_presentation": ["xxx", "yyy"] + "dcae_host": "yyy", + "dcae_port": "yyy" }, "WORKFLOW": { - "workflow_host": "yyy", - "workflow_port": "yyy", - "workflow_path": "yyy", - "workflow_state_url": "yyy", "workflow_protocol": "yyy", - "workflow_button_position": ["xxx", "yyy"], - "workflow_tab_presentation": ["xxx", "yyy"] + "workflow_host": "yyy", + "workflow_port": "yyy" } } }, |