Enable ETCD_USE_RAMDISK in Kuryr gates

Option listed above will make the data directory of etcd deployed by
DevStack to be a ramfs RAM disk, which should greatly help with
Kubernetes instability by reducing fsync durations.

Change-Id: I9543c1b7aa41e10b64996b0d705593521f46b8b2
Depends-On: https://review.openstack.org/#/c/626885
This commit is contained in:
Michał Dulko 2019-01-18 15:51:03 +01:00
parent 3fbb26b011
commit 5cf228ad93
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
TEMPEST_PLUGINS: '/opt/stack/kuryr-tempest-plugin'
Q_BUILD_OVS_FROM_GIT: true
KURYR_K8S_CLOUD_PROVIDER: false
ETCD_USE_RAMDISK: true
devstack_services:
# TODO(dmellado):Temporary workaround until proper fix
base: false