beaker-pe 1.3.0 → 1.4.0
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.
- checksums.yaml +8 -8
- data/HISTORY.md +40 -2
- data/lib/beaker-pe/install/pe_utils.rb +5 -1
- data/lib/beaker-pe/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjU5MmM4NjRiY2U4OGZhZWVjYzJjYTQ5OWU5MmQ5ZWZmMmRhYTVkNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGFhZjgwYjVjNmQwYjc4NTNmMjdjZmFkM2UzM2Y4ZTE0YjliZTgxNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzgzODgwNzk4NDU0NzlkNTQ1OGFhY2M1Yzk0NjM0OGRkNDFmNDUzZDRkMGQx
|
|
10
|
+
Y2RiYWY3YzA4NmU4ZTllMzM1ODUzYmU4MWY1NGQ1MWYxMDBjMDVhZWQyZTYz
|
|
11
|
+
NjhkMjc2MGQwODM3YzhlZTMyZDNmNDIxYWE0ZmEzNDE2YTRjY2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjVkZGEzNzVkM2IyZjM4OGFjYjEwOTg4MjcxZDNjZjU3MjMyZDE1OGYxMzYz
|
|
14
|
+
OTIwYzNiNzQ3OWMxYTJjNjk5ZWU4YTdhNmVmNWQxN2EzMjA0NTQ5ZTJlOGNi
|
|
15
|
+
YmI3MjkzMDYyNzlkMDY5YmJiODI3ZmFhNGI0MzY5OTJhZjk3ZTU=
|
data/HISTORY.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# default - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [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 -
|
|
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
|
-
|
|
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
|
data/lib/beaker-pe/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|