From e375251c9469104d1386398d4ac270a9d6fac73c Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 8 Sep 2020 13:36:16 -0700 Subject: [PATCH] Change metalsmith nodeset to Focal By default, metalsmith jobs relied upon the devstack default which would pull in bionic, but as we want to test UEFI soon, we need to have focal jobs for the working uefi driver PXE network stack. Also disables dstat as we don't presently use it and it seems broken on focal. :\ Change-Id: I411e2bc9c15ee4fb77fba980e1924823fe16ba3f --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 14fb876..c55cab2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,7 @@ description: | Base job for devstack-based metalsmith jobs. parent: devstack-minimal + nodeset: openstack-single-node-focal post-run: playbooks/integration/post.yaml run: playbooks/integration/run.yaml irrelevant-files: @@ -30,7 +31,7 @@ vars: ironic_bm_logs: /opt/stack/logs/ironic-bm-logs devstack_services: - dstat: true + dstat: false etcd3: true mysql: true rabbit: true