simple_perf 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ EOS
30
30
  command = 'simple_deploy execute' +
31
31
  ' -e ' + opts[:environment] +
32
32
  ' -n ' + 'simple-perf-' + opts[:project] +
33
- ' -c "cd ~/simple_perf_test_files; nohup ./start_custom.sh > start_custom.log &"' +
33
+ ' -c "cd ~/simple_perf_test_files; nohup ./start_custom.sh 2>&1 start_custom.log &"' +
34
34
  ' -l debug -x'
35
35
 
36
36
  Shared::pretty_print `#{command}`
@@ -150,7 +150,6 @@
150
150
  "group": "root",
151
151
  "mode": "000644"
152
152
  }
153
-
154
153
  }
155
154
 
156
155
  },
@@ -203,6 +202,14 @@
203
202
 
204
203
  "jmeter_disable_cookie_check": {
205
204
  "command": "sed -i 's/#CookieManager.check.cookies=true/CookieManager.check.cookies=false/' /opt/jakarta-jmeter/bin/jmeter.properties"
205
+ },
206
+
207
+ "modify_etc_sudoers_1": {
208
+ "command": "sed -i 's/Defaults requiretty/#Defaults requiretty/' /etc/sudoers"
209
+ },
210
+
211
+ "modify_etc_sudoers_2": {
212
+ "command": "sed -i 's/Defaults !visiblepw/#Defaults !visiblepw/' /etc/sudoers"
206
213
  }
207
214
 
208
215
  },
@@ -151,7 +151,16 @@
151
151
  "mode": "000644"
152
152
  }
153
153
 
154
- }
154
+ },
155
+ "commands": {
156
+ "modify_etc_sudoers_1": {
157
+ "command": "sed -i 's/Defaults requiretty/#Defaults requiretty/' /etc/sudoers"
158
+ },
159
+
160
+ "modify_etc_sudoers_2": {
161
+ "command": "sed -i 's/Defaults !visiblepw/#Defaults !visiblepw/' /etc/sudoers"
162
+ }
163
+ }
155
164
 
156
165
  },
157
166
 
@@ -190,7 +199,17 @@
190
199
  },
191
200
 
192
201
  "gatling": {
202
+ "commands": {
203
+
204
+ "modify_etc_sudoers_1": {
205
+ "command": "sed -i 's/Defaults requiretty/#Defaults requiretty/' /etc/sudoers"
206
+ },
207
+
208
+ "modify_etc_sudoers_2": {
209
+ "command": "sed -i 's/Defaults !visiblepw/#Defaults !visiblepw/' /etc/sudoers"
210
+ }
193
211
 
212
+ },
194
213
  "files": {
195
214
 
196
215
  "/home/ec2-user/sync_test_files.sh": {
@@ -1,3 +1,3 @@
1
1
  module SimplePerf
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_perf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-09 00:00:00.000000000 Z
12
+ date: 2014-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake