Fix pip install issues in install.yaml script 57/58857/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 21 Jun 2018 11:42:55 +0000 (12:42 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 21 Jun 2018 11:43:35 +0000 (12:43 +0100)
commit6cc6b8a477fc3f7a32a11af4f6a6dc76b5fac83f
tree9471eb357c7390b4f028182dc3ea6038a47ca83a
parent0c53e91c61c358ae43371aba92eccd1dde5829e6
Fix pip install issues in install.yaml script

For long executing commands, ansible should use async jobs. For example,
when installing the project requirements.

There is a problem in ansible pip module when using a "editable installs".
This command should be called with "editable" flag.

JIRA: YARDSTICK-1250

Change-Id: I6d29bab2f388373e252d065ff5aa0c459a8f265a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
ansible/roles/install_yardstick/tasks/main.yml
ansible/roles/install_yardstick/tasks/regular_install.yml [deleted file]
ansible/roles/install_yardstick/tasks/virtual_install.yml [deleted file]