diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-05-15 12:46:42 +0300 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-06-14 13:46:05 +0000 |
commit | 86be172a9427a4ecee5666e9660ce37c006abe1b (patch) | |
tree | 3bbecc00eb429852b921645faa3ae1f9627c0ce9 /ansible/roles/install_yardstick/tasks | |
parent | 35e4659cd170cde59512ad72441f9573954da5b6 (diff) |
Install dependencies: bare-metal, standalone
This will install all dependencies needed on the bare-metal and standalone
physical nodes.
JIRA: YARDSTICK-1177
Change-Id: I719ca64d4da098d6dd60597e5fc4ad6f4715f79e
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'ansible/roles/install_yardstick/tasks')
-rw-r--r-- | ansible/roles/install_yardstick/tasks/regular_install.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/install_yardstick/tasks/regular_install.yml b/ansible/roles/install_yardstick/tasks/regular_install.yml index 4a9925ab4..cd0e86fb9 100644 --- a/ansible/roles/install_yardstick/tasks/regular_install.yml +++ b/ansible/roles/install_yardstick/tasks/regular_install.yml @@ -18,5 +18,6 @@ - name: Install Yardstick code pip: - name: "{{ yardstick_dir }}/." + name: "." extra_args: -e + chdir: "{{ yardstick_dir }}/" |