Fixed RAMSPEED and Whetstone bugs 77/8977/1
authorNauman_Ahad <nauman_ahad@xflowresearch.com>
Mon, 1 Feb 2016 11:33:40 +0000 (16:33 +0500)
committerNauman Ahad <nauman.ahad@xflowresearch.com>
Mon, 1 Feb 2016 22:39:06 +0000 (22:39 +0000)
After changes to incorporate "ubuntu" users for joid,
minor bugs in whetsotne and ramspeed playbooks.
These bugs were fixed.

Change-Id: I072b0b8390ad9e161e3ec2d1c9ff51e949f06cbb
Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com>
(cherry picked from commit 05e84d262c51ed6830517e3b2ac314d67693b485)

benchmarks/playbooks/ramspeed.yaml
benchmarks/playbooks/whetstone.yaml

index 4bbb615..6eb917e 100644 (file)
@@ -8,9 +8,9 @@
 
 
  - hosts:  "{{role}}"
-   tasks:
    become: yes
    become_user: "{{username}}"
+   tasks:
     - name: checking_home directory
       shell: echo $HOME
       register: home_dir
index ab9290e..3a1c727 100644 (file)
@@ -7,10 +7,9 @@
       file: path={{workingdir}}/{{Dest_dir}}/whetstone/whetstone_temp state=directory
 
  - hosts: "{{role}}"
-
-   tasks:
    become: yes
    become_user: "{{username}}"
+   tasks:
     - name: storing_home
       shell: echo $HOME
       register: home_dir