PROD-35900 Conditional deployment of the empty node
Change-Id: If8dec13efbb862d14f6d8ff0108ee18b9795234e
diff --git a/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml b/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml
index 4a8ebfd..fbd3355 100644
--- a/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml
+++ b/jobs/templates/2019.2.0-heat-cicd-pike-dvr-sl.yml
@@ -105,6 +105,10 @@
default: true
description: ''
name: SHUTDOWN_ENV_ON_TEARDOWN
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: ''
diff --git a/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml b/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml
index 4da28d4..26c84d9 100644
--- a/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml
+++ b/jobs/templates/2019.2.0-heat-cicd-queens-contrail41-sl.yml
@@ -65,6 +65,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml b/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml
index 2374cb4..91895e8 100644
--- a/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml
+++ b/jobs/templates/2019.2.0-heat-cicd-queens-dvr-sl.yml
@@ -65,6 +65,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/heat-cicd-pike-dvr-sl.yml b/jobs/templates/heat-cicd-pike-dvr-sl.yml
index f3baf7e..5128bd5 100644
--- a/jobs/templates/heat-cicd-pike-dvr-sl.yml
+++ b/jobs/templates/heat-cicd-pike-dvr-sl.yml
@@ -70,6 +70,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/heat-cicd-queens-contrail41-sl.yml b/jobs/templates/heat-cicd-queens-contrail41-sl.yml
index 71f1f6a..029c090 100644
--- a/jobs/templates/heat-cicd-queens-contrail41-sl.yml
+++ b/jobs/templates/heat-cicd-queens-contrail41-sl.yml
@@ -65,6 +65,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/heat-cicd-queens-dvr-sl.yml b/jobs/templates/heat-cicd-queens-dvr-sl.yml
index b0afc13..d3bb4c6 100644
--- a/jobs/templates/heat-cicd-queens-dvr-sl.yml
+++ b/jobs/templates/heat-cicd-queens-dvr-sl.yml
@@ -64,6 +64,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: true
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/released-heat-cicd-pike-contrail41-sl.yml b/jobs/templates/released-heat-cicd-pike-contrail41-sl.yml
index 9d87587..7789c7d 100644
--- a/jobs/templates/released-heat-cicd-pike-contrail41-sl.yml
+++ b/jobs/templates/released-heat-cicd-pike-contrail41-sl.yml
@@ -62,6 +62,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/released-heat-cicd-pike-dvr-sl.yml b/jobs/templates/released-heat-cicd-pike-dvr-sl.yml
index 8b0c773..be08433 100644
--- a/jobs/templates/released-heat-cicd-pike-dvr-sl.yml
+++ b/jobs/templates/released-heat-cicd-pike-dvr-sl.yml
@@ -62,6 +62,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/released-heat-cicd-queens-contrail41-sl.yml b/jobs/templates/released-heat-cicd-queens-contrail41-sl.yml
index 983fb11..60a4372 100644
--- a/jobs/templates/released-heat-cicd-queens-contrail41-sl.yml
+++ b/jobs/templates/released-heat-cicd-queens-contrail41-sl.yml
@@ -62,6 +62,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-
diff --git a/jobs/templates/released-heat-cicd-queens-dvr-sl.yml b/jobs/templates/released-heat-cicd-queens-dvr-sl.yml
index f263ac3..0c0cb08 100644
--- a/jobs/templates/released-heat-cicd-queens-dvr-sl.yml
+++ b/jobs/templates/released-heat-cicd-queens-dvr-sl.yml
@@ -62,6 +62,10 @@
description: ''
name: ENV_NAME
trim: 'false'
+ - bool:
+ default: false
+ description: 'Add extra node to heat stack. Node without a role and with salt-minion'
+ name: DEPLOY_EMPTY_NODE
- string:
default: ''
description: |-