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
(cherry picked from commit f096d1145c)
(cherry picked from commit a950ce0da5)
(cherry picked from commit 13f121ad20)
This commit is contained in:
Tom Barron 2018-12-18 16:12:43 -05:00
parent a9f6638118
commit 203bab833f
2 changed files with 6 additions and 2 deletions

View File

@ -37,7 +37,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
SKIP_EPEL_INSTALL=True
SKIP_EPEL_INSTALL=False
enable_plugin manila git://git.openstack.org/openstack/manila
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph
@ -75,6 +75,8 @@
export PROJECTS="openstack/devstack-plugin-ceph $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export KEEP_LOCALRC=1
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.

View File

@ -37,7 +37,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
SKIP_EPEL_INSTALL=True
SKIP_EPEL_INSTALL=False
enable_plugin manila git://git.openstack.org/openstack/manila
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph
@ -75,6 +75,8 @@
export PROJECTS="openstack/devstack-plugin-ceph $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export KEEP_LOCALRC=1
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.