summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-17 07:41:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-17 07:41:44 +0000
commita90616876a71042422c26833186cacbce85102a4 (patch)
tree14a5f98daecea38cfb9ef57ed8e3b7f32f387531
parent6b6387c79b5453a135b05ae08bcd618da59aea76 (diff)
parentc7a2ecb9d0fbb35d5ef3b9c88a2d4ae72d6b08b1 (diff)
Merge "xci: AIO: Disable tempest on AIO"
-rw-r--r--xci/file/aio/configure-opnfvhost.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml
index f25476f9..b60c746b 100644
--- a/xci/file/aio/configure-opnfvhost.yml
+++ b/xci/file/aio/configure-opnfvhost.yml
@@ -10,6 +10,15 @@
command: "/bin/bash ./scripts/bootstrap-ansible.sh"
args:
chdir: "{{OPENSTACK_OSA_PATH}}"
+ - name: Disable AIO tempest
+ lineinfile:
+ path: "{{ OPENSTACK_OSA_PATH }}/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2"
+ regexp: "^{{ item }}.*"
+ line: "{{ item }}: false"
+ state: present
+ with_items:
+ - "tempest_install"
+ - "tempest_run"
- name: bootstrap opnfv host as aio
command: "/bin/bash ./scripts/bootstrap-aio.sh"
args: