Increase default overcloud deployment timeout

'minimal' deployments have begun to fail with the existing, 60 minute,
default time. Bumping to prevent build failures

- Increase default timeout to 75 minutes
- Remove timeout override for HA

Change-Id: I03f0592a528313ae22caf130e8234173db4ef4ba
This commit is contained in:
Harry Rybacki 2016-06-20 13:58:25 -04:00
parent 7d3b850720
commit a45f2e9b05
2 changed files with 1 additions and 2 deletions

View File

@ -36,6 +36,5 @@ extra_args: >-
--neutron-tunnel-types vxlan
-e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml
--ntp-server pool.ntp.org
deploy_timeout: 75
test_tempest: false
test_ping: true

View File

@ -19,7 +19,7 @@ floating_ip_end: "{{ floating_ip_cidr|nthhost(120) }}"
external_network_gateway: "{{ floating_ip_cidr|nthhost(1) }}"
# Minutes to wait before giving up on the deploy.
deploy_timeout: 60
deploy_timeout: 75
extra_args: ""
libvirt_args: "--libvirt-type qemu"