aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorNauman_Ahad <nauman_ahad@xflowresearch.com>2016-02-01 16:33:40 +0500
committerNauman_Ahad <nauman_ahad@xflowresearch.com>2016-02-01 16:33:40 +0500
commit05e84d262c51ed6830517e3b2ac314d67693b485 (patch)
treeb3b07a2f00096c00fd5dd3831adc1ebb5776e80f /benchmarks
parent6bfa54e98b06fdd3daf9d26f9a66545402e9252c (diff)
Fixed RAMSPEED and Whetstone bugs
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>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/playbooks/ramspeed.yaml2
-rw-r--r--benchmarks/playbooks/whetstone.yaml3
2 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/playbooks/ramspeed.yaml b/benchmarks/playbooks/ramspeed.yaml
index 4bbb6151..6eb917e4 100644
--- a/benchmarks/playbooks/ramspeed.yaml
+++ b/benchmarks/playbooks/ramspeed.yaml
@@ -8,9 +8,9 @@
- hosts: "{{role}}"
- tasks:
become: yes
become_user: "{{username}}"
+ tasks:
- name: checking_home directory
shell: echo $HOME
register: home_dir
diff --git a/benchmarks/playbooks/whetstone.yaml b/benchmarks/playbooks/whetstone.yaml
index ab9290e6..3a1c7270 100644
--- a/benchmarks/playbooks/whetstone.yaml
+++ b/benchmarks/playbooks/whetstone.yaml
@@ -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