diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-07 11:50:37 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-08-08 11:05:58 -0400 |
commit | beafc8f4ede72ddb1d2abc2eaff14f9c954bf3fd (patch) | |
tree | 52d9ae41b41b5660df337db1f31bc8e61ed98d88 /config/deploy/os-odl-nofeature-noha.yaml | |
parent | 5b4de29a689ec1a38e44f9b3d1d82c3084629392 (diff) |
Bump deploy timeout
We are seeing queens baremetal deployments are all failing in step 5 due
to timeout. Not sure why the sudden increase in deployment time, but we
can try increasing the deploy timeout to see if it fixes it.
Also includes a revert for a commit that broke OOO master:
https://bugs.launchpad.net/tripleo/+bug/1785872
Change-Id: I0bcfd5b3ca49b176f901c13b8b432fa29c899188
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy/os-odl-nofeature-noha.yaml')
-rw-r--r-- | config/deploy/os-odl-nofeature-noha.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/deploy/os-odl-nofeature-noha.yaml b/config/deploy/os-odl-nofeature-noha.yaml index e57d1d3c..609a03da 100644 --- a/config/deploy/os-odl-nofeature-noha.yaml +++ b/config/deploy/os-odl-nofeature-noha.yaml @@ -3,8 +3,8 @@ global_params: ha_enabled: false patches: undercloud: - - change-id: Ib8ff69a4bc869de21ad838b3bc6c38a8676036c6 - project: openstack/tripleo-heat-templates + - change-id: I2e0a40d7902f592e4b7bd727f57048111e0bea36 + project: openstack/tripleo-common overcloud: - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310 project: openstack/puppet-tripleo |