aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/environments/Template.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-os-chef/environments/Template.json')
-rw-r--r--sdc-os-chef/environments/Template.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json
index 7eb7376ed4..9073f2c562 100644
--- a/sdc-os-chef/environments/Template.json
+++ b/sdc-os-chef/environments/Template.json
@@ -11,6 +11,7 @@
"disableHttp": false,
"CS_VIP": "yyy",
"BE_VIP": "yyy",
+ "ONBOARDING_BE_VIP": "yyy",
"FE_VIP": "yyy",
"ES_VIP": "yyy",
"KB_VIP": "yyy",
@@ -34,11 +35,12 @@
"fqdn": ["10.0.11.1", "10.0.11.1"]
},
"Nodes": {
- "CS": "yyy",
- "BE": "yyy",
- "FE": "yyy",
- "ES": "yyy",
- "KB": "yyy"
+ "CS": "yyy",
+ "BE": "yyy",
+ "ONBOARDING_BE": "yyy",
+ "FE": "yyy",
+ "ES": "yyy",
+ "KB": "yyy"
},
"Plugins": {
"DCAE": {
@@ -64,6 +66,10 @@
"http_port": "8080",
"https_port": "8443"
},
+ "ONBOARDING_BE": {
+ "http_port": "8081",
+ "https_port": "8445"
+ },
"elasticsearch": {
"cluster_name": "SDC-ES-",
"ES_path_home": "/usr/share/elasticsearch",