Disable dstat service temporary in ovn scenario jobs
Multinode OVN jobs are failing very often due to bug [1] so lets disable dstat service in those jobs for now as workaround of the problem. [1] https://bugs.launchpad.net/ubuntu/+source/dstat/+bug/1866619 Change-Id: Id9bb16d9e3e649e1538bc33bd1b7e8eab7e74048 Closes-Bug: #1898863
This commit is contained in:
parent
d29e412e9e
commit
9d38c06980
@ -177,6 +177,10 @@
|
|||||||
q-qos: true
|
q-qos: true
|
||||||
neutron-segments: True
|
neutron-segments: True
|
||||||
q-port-forwarding: true
|
q-port-forwarding: true
|
||||||
|
# NOTE(slaweq): disable dstat until bug
|
||||||
|
# https://bugs.launchpad.net/ubuntu/+source/dstat/+bug/1866619 will be
|
||||||
|
# fixed
|
||||||
|
dstat: false
|
||||||
group-vars:
|
group-vars:
|
||||||
subnode:
|
subnode:
|
||||||
devstack_services:
|
devstack_services:
|
||||||
@ -197,6 +201,10 @@
|
|||||||
q-metering: false
|
q-metering: false
|
||||||
q-ovn-metadata-agent: true
|
q-ovn-metadata-agent: true
|
||||||
tls-proxy: true
|
tls-proxy: true
|
||||||
|
# NOTE(slaweq): disable dstat until bug
|
||||||
|
# https://bugs.launchpad.net/ubuntu/+source/dstat/+bug/1866619 will be
|
||||||
|
# fixed
|
||||||
|
dstat: false
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
Q_AGENT: ovn
|
Q_AGENT: ovn
|
||||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
|
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
|
||||||
|
Loading…
Reference in New Issue
Block a user