diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2017-11-23 09:53:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-23 09:53:49 +0000 |
commit | 4ffe62585886f4a4e23a8e6f271f4de03eaeea10 (patch) | |
tree | a3d991b735cc91112c87f8e2d1e2a40a343ecf98 /xci/file | |
parent | f365ad89be8f4d17d04325b118a15da81ef7bf05 (diff) | |
parent | a0e50ff54d5b7a9cec0998775a653018cc284237 (diff) |
Merge "Use RUN_TEMPEST global env"
Diffstat (limited to 'xci/file')
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml index 6b140c15..907e87de 100644 --- a/xci/file/aio/configure-opnfvhost.yml +++ b/xci/file/aio/configure-opnfvhost.yml @@ -18,11 +18,11 @@ command: "/bin/bash ./scripts/bootstrap-ansible.sh" args: chdir: "{{OPENSTACK_OSA_PATH}}" - - name: Disable AIO tempest + - name: Configure AIO tempest lineinfile: path: "{{ OPENSTACK_OSA_PATH }}/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2" regexp: "^{{ item }}.*" - line: "{{ item }}: false" + line: "{{ item }}: {{ RUN_TEMPEST | bool }}" state: present with_items: - "tempest_install" |