diff options
Diffstat (limited to 'xci')
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 9 |
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: |