Disable dstat to enable tests on Ubuntu 20.04

Apparently dstat's bug causing it to show that kuryr-daemon is using
1 TB of RAM causes some buffer overflow in Python 3.8. We need to
disable it in order to enable testing on Ubuntu Focal.

Change-Id: Ifacc8c5f3e4a7adc010de75923d69f1df615450a
This commit is contained in:
Michał Dulko 2020-09-23 13:40:23 +02:00
parent f852e76056
commit dbda8b2b4f
2 changed files with 7 additions and 1 deletions

View File

@ -45,6 +45,8 @@
devstack_services:
# TODO(dmellado):Temporary workaround until proper fix
base: false
# Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162
dstat: false
s-account: false
s-container: false
s-object: false
@ -111,6 +113,8 @@
devstack_services:
# TODO(dmellado):Temporary workaround until proper fix
base: false
# Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162
dstat: false
s-account: false
s-container: false
s-object: false

View File

@ -17,7 +17,7 @@
parent: kuryr-kubernetes-tempest
description: |
Kuryr-Kubernetes tempest multinode job
nodeset: openstack-two-node-bionic
nodeset: openstack-two-node-focal
host-vars:
controller:
devstack_plugins:
@ -31,6 +31,8 @@
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
kuryr-kubernetes: https://opendev.org/openstack/kuryr
devstack_services:
# Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162
dstat: false
kuryr-kubernetes: false
kubernetes-api: false
kubernetes-controller-manager: false