beaker-pe 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2ZiYmY3MTRjNTEyMThjYmY4NDllZmVjNGYxMDkwYWIwYjlhZDJjZQ==
4
+ ZjU5MmM4NjRiY2U4OGZhZWVjYzJjYTQ5OWU5MmQ5ZWZmMmRhYTVkNg==
5
5
  data.tar.gz: !binary |-
6
- ZjAxYzc5NzY2NzBmMTk1ZGQwNTFhZDI2NDhiZjE0N2Y1NDE3MGU3Mw==
6
+ OGFhZjgwYjVjNmQwYjc4NTNmMjdjZmFkM2UzM2Y4ZTE0YjliZTgxNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NThlZmY0MDAzOTIxNDYwOWI0ODE2NjIzNWRjMTBjNTg5ODEyMzRhNDZjMjQ0
10
- MzFjYjQwOWQyMWIyMmRkOTRjZGRjZTA4YTAxZWY5NzhhN2I4MTQ0MWJmYzdm
11
- OGRiMGFhZGVlODZiMjRmMDc4ODY3NGY2ODk5MzMyMTc4ODMyMmM=
9
+ YzgzODgwNzk4NDU0NzlkNTQ1OGFhY2M1Yzk0NjM0OGRkNDFmNDUzZDRkMGQx
10
+ Y2RiYWY3YzA4NmU4ZTllMzM1ODUzYmU4MWY1NGQ1MWYxMDBjMDVhZWQyZTYz
11
+ NjhkMjc2MGQwODM3YzhlZTMyZDNmNDIxYWE0ZmEzNDE2YTRjY2U=
12
12
  data.tar.gz: !binary |-
13
- M2JjNTUxNmY0ZTlkMTQ0YjU2MzFhMTY3MjFmM2NjMGE4YTk4ZDlhNDFhZWFj
14
- MTk3ZjBiOTM4ZGY0NDFiZDhmNDNmODQwYjUyODE2OGYyOGU0NjgyZDRjYjhm
15
- MjUyMzMyNDMyYjQyMWZhYjkzMDYzZDQ1MzQ5NjgxYmE4NDkzMzM=
13
+ ZjVkZGEzNzVkM2IyZjM4OGFjYjEwOTg4MjcxZDNjZjU3MjMyZDE1OGYxMzYz
14
+ OTIwYzNiNzQ3OWMxYTJjNjk5ZWU4YTdhNmVmNWQxN2EzMjA0NTQ5ZTJlOGNi
15
+ YmI3MjkzMDYyNzlkMDY5YmJiODI3ZmFhNGI0MzY5OTJhZjk3ZTU=
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 6 Oct, 2016 (24d8b969)](#LATEST)
3
+ * [LATEST - 11 Oct, 2016 (2c31bfcb)](#LATEST)
4
+ * [1.3.0 - 6 Oct, 2016 (97f781bb)](#1.3.0)
4
5
  * [1.2.0 - 4 Oct, 2016 (7362ab78)](#1.2.0)
5
6
  * [1.1.0 - 29 Sep, 2016 (5b9f2600)](#1.1.0)
6
7
  * [1.0.0 - 26 Sep, 2016 (84a5b56b)](#1.0.0)
@@ -21,7 +22,44 @@
21
22
  * [0.1.0 - 29 Feb, 2016 (4fc88d8c)](#0.1.0)
22
23
 
23
24
  ## Details
24
- ### <a name = "LATEST">LATEST - 6 Oct, 2016 (24d8b969)
25
+ ### <a name = "LATEST">LATEST - 11 Oct, 2016 (2c31bfcb)
26
+
27
+ * (GEM) update beaker-pe version to 1.4.0 (2c31bfcb)
28
+
29
+ * Merge pull request #34 from phongdly/PE-17825/Higgs_Automation (52921be8)
30
+
31
+
32
+ ```
33
+ Merge pull request #34 from phongdly/PE-17825/Higgs_Automation
34
+
35
+ (PE-17825) Update do_higgs_install method with new installation log
36
+ ```
37
+ * (PE-17825) added older version compability (d4d16462)
38
+
39
+
40
+ ```
41
+ (PE-17825) added older version compability
42
+
43
+ [skip ci]
44
+ ```
45
+ * (PE-17825) Update do_higgs_install method with new installation log (f17b5091)
46
+
47
+
48
+ ```
49
+ (PE-17825) Update do_higgs_install method with new installation log
50
+
51
+ Prior to this PR, the PE the do_higgs_install method waits for the below PE installation log:
52
+ "Please go to https://higgs_installer_web_server:3000 in your browser to continue installation"
53
+
54
+ However, newer PE, for example in Davis builds, that line of log has changed to be:
55
+ "#Go to https://higgs_installer_web_server:3000 in your browser to continue installation"
56
+
57
+ This PR is a simple fix for this by only searching for the substring:
58
+ "o to https://higgs_installer_web_server:3000 in your browser to continue installation"
59
+ ```
60
+ ### <a name = "1.3.0">1.3.0 - 6 Oct, 2016 (97f781bb)
61
+
62
+ * (HISTORY) update beaker-pe history for gem release 1.3.0 (97f781bb)
25
63
 
26
64
  * (GEM) update beaker-pe version to 1.3.0 (24d8b969)
27
65
 
@@ -899,7 +899,11 @@ module Beaker
899
899
 
900
900
  #wait for output to host['higgs_file']
901
901
  #we're all done when we find this line in the PE installation log
902
- higgs_re = /Please\s+go\s+to\s+https:\/\/.*\s+in\s+your\s+browser\s+to\s+continue\s+installation/m
902
+ if version_is_less(options[:pe_ver] || host['pe_ver'], '2016.3')
903
+ higgs_re = /Please\s+go\s+to\s+https:\/\/.*\s+in\s+your\s+browser\s+to\s+continue\s+installation/m
904
+ else
905
+ higgs_re = /o\s+to\s+https:\/\/.*\s+in\s+your\s+browser\s+to\s+continue\s+installation/m
906
+ end
903
907
  res = Result.new(host, 'tmp cmd')
904
908
  tries = 10
905
909
  attempts = 0
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '1.3.0'
6
+ STRING = '1.4.0'
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-pe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-06 00:00:00.000000000 Z
11
+ date: 2016-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec