summaryrefslogtreecommitdiff
path: root/playbooks/devstack
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-05-16 17:14:22 +0000
committerGerrit Code Review <review@openstack.org>2018-05-16 17:14:22 +0000
commita4e93c412a57a5efd1838aa095b63155a4ae1559 (patch)
tree53d8f190c88b577ce902446f45b3a1cf529b5572 /playbooks/devstack
parent4d500932c29564f8963f81d77afeed8cc549faa9 (diff)
parent84bb0a0fe670a42a239030258ebd43877e5d5b04 (diff)
downloadheat-a4e93c412a57a5efd1838aa095b63155a4ae1559.tar.gz
Merge "Download octavia image in tests"
Diffstat (limited to 'playbooks/devstack')
-rw-r--r--playbooks/devstack/functional/run.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml
index 626573707..82fd4b697 100644
--- a/playbooks/devstack/functional/run.yaml
+++ b/playbooks/devstack/functional/run.yaml
@@ -65,6 +65,9 @@
export PROJECTS="openstack/neutron-lbaas $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas"
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
export PROJECTS="openstack/barbican $PROJECTS"