From ca0daf17348ab11c84774c990ba6f40583fd2b8b Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Mon, 11 Mar 2019 06:09:56 -0400 Subject: [PATCH] base job has changed to bionic The base job that we use has switched to bionic nodeset [1] so use that instead of defining use of nodeset locally. [1] https://review.openstack.org/#/c/639096/ Change-Id: I7ae8e95d2dca05ae2e55600a48454064e432c676 --- .zuul.yaml | 1 - playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 303ca0090..0e74ec24e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,7 +22,6 @@ - job: name: manilaclient-dsvm-neutron-functional parent: legacy-dsvm-base - nodeset: openstack-single-node-bionic run: playbooks/legacy/manilaclient-dsvm-neutron-functional/run.yaml post-run: playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml timeout: 4800 diff --git a/playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml b/playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml index 7c5b4fe32..2f327ff28 100644 --- a/playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml +++ b/playbooks/legacy/manilaclient-dsvm-neutron-functional/post.yaml @@ -1,4 +1,4 @@ -- hosts: controller +- hosts: primary roles: - role: fetch-tox-output