From 11660bf3296801732dac858c7875a0a9d2599fba Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 10 Dec 2014 11:38:24 +0100 Subject: Default BlockStorageCount to 0 for without-mergepy jobs 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud-without-mergepy.yaml') diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index ae61ec4b..234b9c77 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -433,7 +433,7 @@ parameters: # Block storage specific parameters BlockStorageCount: type: number - default: 1 + default: 0 BlockStorageImage: default: overcloud-cinder-volume type: string -- cgit 1.2.3-korg