Fix OpenDaylight Oxygen deployment failures (master) 97/59797/1
authorTim Rozet <trozet@redhat.com>
Fri, 13 Jul 2018 15:25:20 +0000 (11:25 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 13 Jul 2018 15:25:20 +0000 (11:25 -0400)
ODL scenarios are failing deployment with oxygen because table 17 from
the OpenFlow pipeline is missing. This pulls in an upstream patch to no
longer check for table 17. The default table 17 flow has been removed
upstream which is why it no longer appears during deployment.

This patch fixes master OS branch scenarios only. Once the patch is
cherry-picked to queens we can submit a new patch updating the DS
settings.

Change-Id: If60cf25c75440e3a1998b412ac8b903849507dab
Signed-off-by: Tim Rozet <trozet@redhat.com>
config/deploy/os-odl-nofeature-ha.yaml
config/deploy/os-odl-nofeature-noha.yaml

index 313cb1f..53b3bcd 100644 (file)
@@ -5,6 +5,10 @@ global_params:
     undercloud:
       - change-id: Ib8ff69a4bc869de21ad838b3bc6c38a8676036c6
         project: openstack/tripleo-heat-templates
+    overcloud:
+      - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310
+        project: openstack/puppet-tripleo
+        branch: master
 deploy_options:
   containers: true
   os_version: master
index e2b3464..e57d1d3 100644 (file)
@@ -5,7 +5,10 @@ global_params:
     undercloud:
       - change-id: Ib8ff69a4bc869de21ad838b3bc6c38a8676036c6
         project: openstack/tripleo-heat-templates
-
+    overcloud:
+      - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310
+        project: openstack/puppet-tripleo
+        branch: master
 deploy_options:
   containers: true
   os_version: master