Default BlockStorageCount to 0 for without-mergepy jobs
authorGiulio Fidente <gfidente@redhat.com>
Wed, 10 Dec 2014 10:38:24 +0000 (11:38 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 8 Jan 2015 19:27:06 +0000 (19:27 +0000)
We have never created these additional storage nodes by default with
the old templates; we agreed on adding a job for this in CI [1] so
we will override the default value in the specific CI job.

1. https://github.com/openstack-infra/tripleo-ci/blob/master/docs/wanted_ci_jobs.csv

Change-Id: Iaec38807bc209fc28d83e3d6922269e803110053

overcloud-without-mergepy.yaml

index ae61ec4..234b9c7 100644 (file)
@@ -433,7 +433,7 @@ parameters:
 # Block storage specific parameters
   BlockStorageCount:
     type: number
-    default: 1
+    default: 0
   BlockStorageImage:
     default: overcloud-cinder-volume
     type: string