summaryrefslogtreecommitdiff
path: root/playbooks/devstack/functional/run.yaml
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2018-04-17 16:43:12 +0530
committerrabi <ramishra@redhat.com>2018-05-31 10:04:21 +0530
commit4748dbc4b11bd0d0fc7df1dc7a7c239f13749d50 (patch)
tree44d0cb8f0589b65f6c52ae2f3b57eed1b930587d /playbooks/devstack/functional/run.yaml
parentf72fbd55311ef9761dcbb0c7e8991dc8f1ac227b (diff)
downloadheat-4748dbc4b11bd0d0fc7df1dc7a7c239f13749d50.tar.gz
Stop testing neutron-lbaas in gate jobs
neutron-lbaas has been deprecated since long. Let's remove the service from gate jobs and skip the relevant tests. Change-Id: I8eede46ed2ad014522e00d28b0b7c0b194a0b996
Diffstat (limited to 'playbooks/devstack/functional/run.yaml')
-rw-r--r--playbooks/devstack/functional/run.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml
index 82fd4b697..a0437dfe5 100644
--- a/playbooks/devstack/functional/run.yaml
+++ b/playbooks/devstack/functional/run.yaml
@@ -61,15 +61,13 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat"
- # Enable LBaaS V2 plugin
- export PROJECTS="openstack/neutron-lbaas $PROJECTS"
- export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas"
+ # Enable octavia plugin and services
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin octavia https://git.openstack.org/openstack/octavia"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_FILE=/tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_SIZE=3"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_NAME=test-only-amphora-x64-haproxy-ubuntu-xenial"
- # enabling lbaas plugin does not enable the lbaasv2 service, explicitly enable it
- services+=,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api
+ services+=,octavia,o-cw,o-hk,o-hm,o-api
+ export PROJECTS="openstack/octavia $PROJECTS"
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"