summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2018-09-13 10:47:22 -0600
committerZane Bitter <zbitter@redhat.com>2018-09-13 10:47:22 -0600
commit866864f7e5973053edcd9de59caab05790729964 (patch)
treec12696bd5f9cefa3a16fb82473fabdec9d6481f9 /playbooks
parent062d04e6851d61077f2a87e51313186a64176675 (diff)
downloadheat-866864f7e5973053edcd9de59caab05790729964.tar.gz
Use no-op drivers for Octavia in gate
Continue to test Heat's interaction with the Octavia API without relying on Octavia's interaction with Nova, Neutron &c. which is known to be unstable. Change-Id: I8765aceee09ada3086abc704b7f73ce240e21847
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/devstack/functional/run.yaml3
-rw-r--r--playbooks/get_amphora_tarball.yaml6
2 files changed, 3 insertions, 6 deletions
diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml
index 119f9e1db..1e396b5c0 100644
--- a/playbooks/devstack/functional/run.yaml
+++ b/playbooks/devstack/functional/run.yaml
@@ -68,6 +68,9 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_NAME=test-only-amphora-x64-haproxy-ubuntu-xenial"
services+=,octavia,o-cw,o-hk,o-hm,o-api
export PROJECTS="openstack/octavia $PROJECTS"
+ export OCTAVIA_AMPHORA_DRIVER="amphora_noop_driver"
+ export OCTAVIA_COMPUTE_DRIVER="compute_noop_driver"
+ export OCTAVIA_NETWORK_DRIVER="network_noop_driver"
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"
diff --git a/playbooks/get_amphora_tarball.yaml b/playbooks/get_amphora_tarball.yaml
deleted file mode 100644
index 9da0826dc..000000000
--- a/playbooks/get_amphora_tarball.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: primary
- tasks:
- - name: Download amphora tarball
- get_url:
- url: "https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2"
- dest: /tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2