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
This commit is contained in:
Julia Kreger 2020-09-08 13:36:16 -07:00
parent e0ed4d2dee
commit e375251c94

View File

@ -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