Update queens ODL to include OF table fix 69/59869/3
authorTim Rozet <trozet@redhat.com>
Mon, 16 Jul 2018 17:49:21 +0000 (13:49 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 17 Jul 2018 21:34:02 +0000 (17:34 -0400)
Also includes minor fix to patching where stable was not being removed
from the short hand branch name correctly.

Includes fix where path was changed in queens for env files:
https://review.openstack.org/#/c/567810/

Change-Id: Ia3a6769be70ea97c9bec9d5539c9ab0373fed30a
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/builders/common_builder.py
apex/common/constants.py
config/deploy/os-odl-queens-ha.yaml
config/deploy/os-odl-queens-noha.yaml

index 10fab9b..a5f301b 100644 (file)
@@ -175,7 +175,7 @@ def add_upstream_patches(patches, image, tmp_dir,
                                         patch['project'], branch,
                                         patch['change-id'])
         patch_promoted = is_patch_promoted(change,
-                                           branch.replace('/stable', ''),
+                                           branch.replace('stable/', ''),
                                            docker_img)
 
         if patch_diff and not patch_promoted:
index ee260b4..2a10b3b 100644 (file)
@@ -41,7 +41,7 @@ THT_DIR = '/usr/share/openstack-tripleo-heat-templates'
 THT_ENV_DIR = os.path.join(THT_DIR, 'environments')
 THT_DOCKER_ENV_DIR = {
     'master': os.path.join(THT_ENV_DIR, 'services'),
-    'queens': os.path.join(THT_ENV_DIR, 'services-docker')
+    'queens': os.path.join(THT_ENV_DIR, 'services')
 }
 
 DEFAULT_OS_VERSION = 'master'
index 62a12d2..1295de0 100644 (file)
@@ -1,6 +1,11 @@
 ---
 global_params:
   ha_enabled: true
+  patches:
+    overcloud:
+      - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310
+        project: openstack/puppet-tripleo
+        branch: stable/queens
 deploy_options:
   containers: true
   os_version: queens
index 75a7346..d3d4247 100644 (file)
@@ -2,9 +2,10 @@
 global_params:
   ha_enabled: false
   patches:
-    undercloud:
-      - change-id: Ie380cc41ca50a294a2647d673f339d02111bf6b3
-        project: openstack/tripleo-heat-templates
+    overcloud:
+      - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310
+        project: openstack/puppet-tripleo
+        branch: stable/queens
 deploy_options:
   containers: true
   os_version: queens