diff options
Diffstat (limited to 'sdc-os-chef/environments')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index 2109d71a16..fd3b683058 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -39,6 +39,20 @@ "FE": "yyy", "ES": "yyy", "KB": "yyy" + }, + "Designers": { + "DCAE": { + "dcae_host": "yyy", + "dcae_port": "yyy", + "dcae_path": "yyy", + "dcae_protocol": "yyy" + }, + "WORKFLOW": { + "workflow_host": "yyy", + "workflow_port": "yyy", + "workflow_path": "yyy", + "workflow_protocol": "yyy" + } } }, "override_attributes": { |