From a0e50ff54d5b7a9cec0998775a653018cc284237 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 21 Nov 2017 02:17:42 -0800 Subject: Use RUN_TEMPEST global env The RUN_TEMPEST global environment has been defined in *user-vars* but never used in the playbooks. This change pretends to enable the use of that value. Change-Id: I49ca092546494c0cdcb015a549828bf79fa5f889 Signed-off-by: Victor Morales --- xci/file/aio/configure-opnfvhost.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xci/file/aio/configure-opnfvhost.yml') 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" -- cgit 1.2.3-korg