Bump up Ceph job timeout for resource availability

The Ceph job seems to be hitting same timeout issues seen for HA
job: long waits during resources acquisition, see [1].

At [2] there is a sample case where CephStorage node never moved to
CREATE_COMPLETE, from CREATE_IN_PROGRESS, as timeout occurred sooner.

1. Change I72a5339a39fd7a447c37bec9f40ef08beb34d5f8
2. http://logs.openstack.org/62/187262/8/check-tripleo/check-tripleo-ironic-overcloud-f21puppet-ceph/f00606e/console.html#_2015-06-03_18_42_42_322

Change-Id: I687c8305da6431aaf13f5708086e6a496f05c549
This commit is contained in:
Giulio Fidente 2015-06-04 01:54:52 +02:00
parent 38033cf42c
commit dd31b8f5f2
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ parameters:
EOF
;;
ceph)
export OVERCLOUD_STACK_TIMEOUT="90"
export OVERCLOUD_CUSTOM_HEAT_ENV=/opt/stack/new/tripleo-heat-templates/environments/puppet-ceph-devel.yaml
;;
vlan)