Merge "Remove juno handling from manila Jenkins jobs"
This commit is contained in:
commit
8e0be8587b
@ -21,16 +21,10 @@
|
|||||||
export DEVSTACK_GATE_POSTGRES={postgres_enabled}
|
export DEVSTACK_GATE_POSTGRES={postgres_enabled}
|
||||||
export ENABLED_SERVICES=tempest
|
export ENABLED_SERVICES=tempest
|
||||||
|
|
||||||
if [[ $ZUUL_BRANCH = "stable/juno" ]]; then
|
# Enable manila devstack plugin. Provided repo should be
|
||||||
# Juno version uses 'hooks' approach that requires explicit
|
# cloned by zuul before devstack run and below provided
|
||||||
# enabling of services.
|
# link should not be used.
|
||||||
ENABLED_SERVICES+=,manila,m-api,m-shr,m-sch
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
||||||
else
|
|
||||||
# Enable manila devstack plugin. Provided repo should be
|
|
||||||
# cloned by zuul before devstack run and below provided
|
|
||||||
# link should not be used.
|
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Keep localrc to be able to set some vars in pre_test_hook
|
# Keep localrc to be able to set some vars in pre_test_hook
|
||||||
export KEEP_LOCALRC=1
|
export KEEP_LOCALRC=1
|
||||||
@ -76,15 +70,10 @@
|
|||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
export PROJECTS="openstack/python-manilaclient $PROJECTS"
|
export PROJECTS="openstack/python-manilaclient $PROJECTS"
|
||||||
|
|
||||||
if [[ $ZUUL_BRANCH = "stable/juno" ]]; then
|
# Enable manila devstack plugin. Provided repo should be
|
||||||
# Juno version uses 'hooks' approach that requires explicit
|
# cloned by zuul before devstack run and below provided link
|
||||||
# enabling of services.
|
# should not be used.
|
||||||
ENABLED_SERVICES+=,manila,m-api,m-shr,m-sch
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
||||||
else
|
|
||||||
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
||||||
# and below provided link should not be used.
|
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Keep localrc to be able to set some vars in pre_test_hook
|
# Keep localrc to be able to set some vars in pre_test_hook
|
||||||
export KEEP_LOCALRC=1
|
export KEEP_LOCALRC=1
|
||||||
@ -155,15 +144,10 @@
|
|||||||
export ENABLED_SERVICES=tempest
|
export ENABLED_SERVICES=tempest
|
||||||
export PROJECTS="openstack/devstack-plugin-glusterfs $PROJECTS"
|
export PROJECTS="openstack/devstack-plugin-glusterfs $PROJECTS"
|
||||||
|
|
||||||
if [[ $ZUUL_BRANCH = "stable/juno" ]]; then
|
# Enable manila devstack plugin. Provided repo should be
|
||||||
# Juno version uses 'hooks' approach that requires explicit
|
# cloned by zuul before devstack run and below provided link
|
||||||
# enabling of services.
|
# should not be used.
|
||||||
ENABLED_SERVICES+=,manila,m-api,m-shr,m-sch
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
||||||
else
|
|
||||||
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
||||||
# and below provided link should not be used.
|
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
|
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-glusterfs git://git.openstack.org/stackforge/devstack-plugin-glusterfs"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-glusterfs git://git.openstack.org/stackforge/devstack-plugin-glusterfs"
|
||||||
@ -218,15 +202,10 @@
|
|||||||
export ENABLED_SERVICES=tempest
|
export ENABLED_SERVICES=tempest
|
||||||
export PROJECTS="openstack/devstack-plugin-glusterfs $PROJECTS"
|
export PROJECTS="openstack/devstack-plugin-glusterfs $PROJECTS"
|
||||||
|
|
||||||
if [[ $ZUUL_BRANCH = "stable/juno" ]]; then
|
# Enable manila devstack plugin. Provided repo should be
|
||||||
# Juno version uses 'hooks' approach that requires explicit
|
# cloned by zuul before devstack run and below provided link
|
||||||
# enabling of services.
|
# should not be used.
|
||||||
ENABLED_SERVICES+=,manila,m-api,m-shr,m-sch
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
||||||
else
|
|
||||||
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
|
|
||||||
# and below provided link should not be used.
|
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin manila git://git.openstack.org/openstack/manila"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
|
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-glusterfs git://git.openstack.org/stackforge/devstack-plugin-glusterfs"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-glusterfs git://git.openstack.org/stackforge/devstack-plugin-glusterfs"
|
||||||
|
Loading…
Reference in New Issue
Block a user