From f096d1145c7b14fae2c666b8d088574e570bffd4 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Tue, 18 Dec 2018 16:12:43 -0500 Subject: [PATCH] Only run the needed services for CephFS jobs These jobs often fail due to timeouts so only enable the services required for devstack tests with these back ends. Change-Id: Ib620ec3c2a9999ea9908a7c23aa7172c40a4cbd9 --- .../manila-tempest-minimal-dsvm-cephfs-native-centos-7/run.yaml | 2 ++ .../manila-tempest-minimal-dsvm-cephfs-nfs-centos-7/run.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native-centos-7/run.yaml b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native-centos-7/run.yaml index bbb0fbffa5..b3c5826f0e 100644 --- a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native-centos-7/run.yaml +++ b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-native-centos-7/run.yaml @@ -102,6 +102,8 @@ export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient" export KEEP_LOCALRC=1 export PROJECTS="openstack/manila-tempest-plugin $PROJECTS" + OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest + export OVERRIDE_ENABLED_SERVICES function pre_test_hook { # Configure Manila with a CephFS Native or NFS driver backend. diff --git a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs-centos-7/run.yaml b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs-centos-7/run.yaml index 9d2023667b..2de9804440 100644 --- a/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs-centos-7/run.yaml +++ b/playbooks/legacy/manila-tempest-minimal-dsvm-cephfs-nfs-centos-7/run.yaml @@ -102,6 +102,8 @@ export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient" export KEEP_LOCALRC=1 export PROJECTS="openstack/manila-tempest-plugin $PROJECTS" + OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest + export OVERRIDE_ENABLED_SERVICES function pre_test_hook { # Configure Manila with a CephFS Native or NFS driver backend.