Bump deploy timeout 11/60711/4
authorTim Rozet <trozet@redhat.com>
Tue, 7 Aug 2018 15:50:37 +0000 (11:50 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 8 Aug 2018 15:05:58 +0000 (11:05 -0400)
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>
apex/build_utils.py
apex/common/constants.py
config/deploy/os-nosdn-nofeature-ha.yaml
config/deploy/os-nosdn-nofeature-noha.yaml
config/deploy/os-odl-bgpvpn-ha.yaml
config/deploy/os-odl-bgpvpn-noha.yaml
config/deploy/os-odl-nofeature-ha.yaml
config/deploy/os-odl-nofeature-noha.yaml

index 213ae11..7846787 100644 (file)
@@ -86,7 +86,7 @@ def clone_fork(args):
         logging.info('Checked out commit:\n{}'.format(ws.head.commit.message))
 
 
-def strip_patch_sections(patch, sections=['releasenotes']):
+def strip_patch_sections(patch, sections=['releasenotes', 'tests']):
     """
     Removes patch sections from a diff which contain a file path
     :param patch:  patch to strip
index 138166f..2ad22ad 100644 (file)
@@ -51,7 +51,7 @@ PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \
                  '/puppet-opendaylight'
 DEBUG_OVERCLOUD_PW = 'opnfvapex'
 NET_ENV_FILE = 'network-environment.yaml'
-DEPLOY_TIMEOUT = 90
+DEPLOY_TIMEOUT = 120
 UPSTREAM_RDO = 'https://images.rdoproject.org/master/delorean/current' \
                '-tripleo-rdo/'
 OPENSTACK_GERRIT = 'https://review.openstack.org'
index 13bf6d8..d642533 100644 (file)
@@ -3,8 +3,8 @@ global_params:
   ha_enabled: true
   patches:
     undercloud:
-      - change-id: Ib8ff69a4bc869de21ad838b3bc6c38a8676036c6
-        project: openstack/tripleo-heat-templates
+      - change-id: I2e0a40d7902f592e4b7bd727f57048111e0bea36
+        project: openstack/tripleo-common
 deploy_options:
   containers: true
   os_version: master
index 0b1aaa0..41b9ec7 100644 (file)
@@ -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
 deploy_options:
   containers: true
   os_version: master
index f61e1a6..80b5b3b 100644 (file)
@@ -1,7 +1,10 @@
 ---
 global_params:
   ha_enabled: true
-
+  patches:
+    undercloud:
+      - change-id: I2e0a40d7902f592e4b7bd727f57048111e0bea36
+        project: openstack/tripleo-common
 deploy_options:
   containers: true
   os_version: master
index 4bf90aa..04dbaa8 100644 (file)
@@ -1,7 +1,10 @@
 ---
 global_params:
   ha_enabled: false
-
+  patches:
+    undercloud:
+      - change-id: I2e0a40d7902f592e4b7bd727f57048111e0bea36
+        project: openstack/tripleo-common
 deploy_options:
   containers: true
   os_version: master
index 53b3bcd..a46b484 100644 (file)
@@ -3,8 +3,8 @@ global_params:
   ha_enabled: true
   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
index e57d1d3..609a03d 100644 (file)
@@ -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