From bd0b90329234b109be810029b90165aeb2951176 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 5 Feb 2019 14:03:22 -0800 Subject: [PATCH] Fix the neutron-lbaas-to-octavia-migration job It appears we missed the placement project in the required-projects block for this periodic job. This patch corrects that. A patch[1] changed the behavior for the VIP port security group migration. This patch updates the test job to reflect that change. [1] https://review.openstack.org/#/c/592471/ Change-Id: I6a097822f60e41c5265a2eb8bc53509fa46400e5 --- playbooks/migration-test/run.yaml | 10 ---------- zuul.d/jobs.yaml | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/playbooks/migration-test/run.yaml b/playbooks/migration-test/run.yaml index a67b7ee24..b30848a2e 100644 --- a/playbooks/migration-test/run.yaml +++ b/playbooks/migration-test/run.yaml @@ -187,11 +187,6 @@ register: result failed_when: result.stdout.find("Octavia") == -1 - - name: Validate VIP port security group ownership - command: openstack security group show -f value -c project_id {{ lb_sg_id.stdout }} - register: result - failed_when: result.stdout.find(octavia_account_id.stdout) == -1 - # Test the HAproxy provider migration # NOTE: At this time there is no HAProxy driver for Octavia. This tests # just the data migration. @@ -305,11 +300,6 @@ register: result failed_when: result.stdout.find("Octavia") == -1 - - name: Validate VIP port security group ownership - command: openstack security group show -f value -c project_id {{ lb_sg_id.stdout }} - register: result - failed_when: result.stdout.find(octavia_account_id.stdout) == -1 - # Validate select load balancer settings migrated - name: Validate load balancer name and port_id diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 351afbb9e..e2af98a8e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -94,6 +94,7 @@ - openstack/neutron-lbaas - openstack/nova - openstack/octavia + - openstack/placement - openstack/python-neutronclient - openstack/python-octaviaclient vars: