beaker-pe 1.0.0 → 1.1.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
- ODliMGVjYWViODZhMDY2Y2U2NDJhYjI2MjhkOTAxNDg1NjkwYWE0Yw==
4
+ Y2MxN2YxODgwZTUxYjExMTljZGJlYzY4ZmU0MjgzNjM2NTQ1MzM3Yw==
5
5
  data.tar.gz: !binary |-
6
- Nzg0NzNmZjE1OTMwMzM5MDI4YWFjMmJmNWE0ODNlMjE4OTJlYWU5MQ==
6
+ OGQ5YTEyNGU2YTUyZjZjMWQwYTBhZmRiZmNmMmU3ZDdiMGM4MWVjZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MmEyNGM3NGZhNmFjYjViNTkyZGVjMGZkZDY2YzljMjA4OTY0ZTI3NTY4Y2Ix
10
- YjI3MzU0YzE4MGViZmRjOThjYmJmMWY2NTM5MmZjYjI0NTQ5MTU0MDkxM2Fm
11
- MDg3YWU1OGZkMmEzNzUxNTA4MWQxNGMyNGYwYzQyZmU1OGM0NTQ=
9
+ YzVlM2Y1MDZlYzhjNDc5ZjAyZGI1N2I2NjE4NTdkOTk1YWYyMTU3NDg4YjQx
10
+ ODk3OGU2ZTNlMTZjYWM3ZTJhNmQxMDY1MmJhYWQwNzI1MGQ1NDkyZTBmMjA0
11
+ MjcwMTQ4MGE4MGZlYjE4M2UxNmU0YTUxZGI1NDFiZGM2MDdjYjY=
12
12
  data.tar.gz: !binary |-
13
- M2Y2NDE4MzRjNjU0MGEwOWFlNzVmN2YzZWIxMjFmZDI5YzhlNGE5OWMwMTg4
14
- ODQ2YWNmZDBiNTE5MjM0ZGNlODBkYWEyMDZiZWM2ZDNmOWJlYWIwOTg4YWFi
15
- M2NkOWRjZjliZjMxNmNhMTE3ZjJjMmFhYjNmZjNjOTZlN2E4NWQ=
13
+ MTRlYjU2ZjljZjFhZGY3NjUyN2M2ZGU5M2E5ODY1ZjRjMDM0N2M1MjcyMjRk
14
+ ZTE4NWM2ZGY4Y2E4ODRmYTQ2MTFiMzg5MTFkZTBjOTYzNTQwYTlhMmU1YmFi
15
+ ZjNiNjRlYTcxZmE4ZGE0OTgxNGY5OTc3ZTc1MzBhYTFlODY5OTQ=
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 26 Sep, 2016 (0f384656)](#LATEST)
3
+ * [LATEST - 29 Sep, 2016 (e4576973)](#LATEST)
4
+ * [1.0.0 - 26 Sep, 2016 (84a5b56b)](#1.0.0)
4
5
  * [0.12.0 - 16 Sep, 2016 (81e5a0b0)](#0.12.0)
5
6
  * [0.11.0 - 25 Aug, 2016 (7167f39e)](#0.11.0)
6
7
  * [0.10.1 - 24 Aug, 2016 (97adf276)](#0.10.1)
@@ -18,7 +19,53 @@
18
19
  * [0.1.0 - 29 Feb, 2016 (4fc88d8c)](#0.1.0)
19
20
 
20
21
  ## Details
21
- ### <a name = "LATEST">LATEST - 26 Sep, 2016 (0f384656)
22
+ ### <a name = "LATEST">LATEST - 29 Sep, 2016 (e4576973)
23
+
24
+ * (GEM) update beaker-pe version to 1.1.0 (e4576973)
25
+
26
+ * Merge pull request #31 from tvpartytonight/pe_17658_update_gpg_key (60a293f3)
27
+
28
+
29
+ ```
30
+ Merge pull request #31 from tvpartytonight/pe_17658_update_gpg_key
31
+
32
+ (PE-17658) Update gpg key location
33
+ ```
34
+ * (PE-17658) Update gpg key location (5824f76d)
35
+
36
+
37
+ ```
38
+ (PE-17658) Update gpg key location
39
+
40
+ Prior to this change, beaker-pe was downloading
41
+ an expired key: pubkey.gpg, which caused packages
42
+ to fail authentication on debian platforms (ubuntu).
43
+
44
+ This commit updates the key we're getting to
45
+ DEB-GPG-KEY-puppetlabs which is still valid.
46
+ ```
47
+ * Merge pull request #29 from tvpartytonight/BKR-945_add_beakerpe_acceptance (ac814a9a)
48
+
49
+
50
+ ```
51
+ Merge pull request #29 from tvpartytonight/BKR-945_add_beakerpe_acceptance
52
+
53
+ (BKR-945) Add acceptance tests to beaker-pe
54
+ ```
55
+ * (BKR-945) Add acceptance tests to beaker-pe (cf0bf446)
56
+
57
+
58
+ ```
59
+ (BKR-945) Add acceptance tests to beaker-pe
60
+
61
+ Previous to this commit, we relied on tests that existed within the
62
+ beaker repo to test functionality that actually resided within
63
+ beaker-pe. This change adds those tests to beaker-pe, so they can be
64
+ removed beaker itself.
65
+ ```
66
+ ### <a name = "1.0.0">1.0.0 - 26 Sep, 2016 (84a5b56b)
67
+
68
+ * (HISTORY) update beaker-pe history for gem release 1.0.0 (84a5b56b)
22
69
 
23
70
  * (GEM) update beaker-pe version to 1.0.0 (0f384656)
24
71
 
@@ -0,0 +1 @@
1
+ require 'beaker-pe'
@@ -0,0 +1 @@
1
+ install_pe
@@ -0,0 +1,21 @@
1
+ test_name "puppet install smoketest"
2
+
3
+ step 'puppet install smoketest: verify \'facter --help\' can be successfully called on all hosts'
4
+ hosts.each do |host|
5
+ on host, facter('--help')
6
+ end
7
+
8
+ step 'puppet install smoketest: verify \'hiera --help\' can be successfully called on all hosts'
9
+ hosts.each do |host|
10
+ on host, hiera('--help')
11
+ end
12
+
13
+ step 'puppet install smoketest: verify \'puppet help\' can be successfully called on all hosts'
14
+ hosts.each do |host|
15
+ on host, puppet('help')
16
+ end
17
+
18
+ step "puppet install smoketest: can get a configprint of the puppet server setting on all hosts"
19
+ hosts.each do |host|
20
+ assert(!host.puppet['server'].empty?, "can get a configprint of the puppet server setting")
21
+ end
@@ -554,7 +554,7 @@ module Beaker
554
554
  host_ver = host['pe_ver'] || opts['pe_ver']
555
555
 
556
556
  if version_is_less(host_ver, '3.8.5') || (!version_is_less(host_ver, '2015.2.0') && version_is_less(host_ver, '2016.1.2'))
557
- on(host, 'curl http://apt.puppetlabs.com/pubkey.gpg | apt-key add -')
557
+ on(host, 'curl http://apt.puppetlabs.com/DEB-GPG-KEY-puppetlabs | apt-key add -')
558
558
  end
559
559
  end
560
560
  end
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '1.0.0'
6
+ STRING = '1.1.0'
7
7
  end
8
8
 
9
9
  end
@@ -445,7 +445,7 @@ describe ClassMixedWithDSLInstallUtils do
445
445
  end
446
446
 
447
447
  describe 'add_extended_gpg_key_to_hosts' do
448
- let(:on_cmd) { 'curl http://apt.puppetlabs.com/pubkey.gpg | apt-key add -' }
448
+ let(:on_cmd) { 'curl http://apt.puppetlabs.com/DEB-GPG-KEY-puppetlabs | apt-key add -' }
449
449
  let(:deb_host) do
450
450
  host = hosts.first
451
451
  host['platform'] = 'debian'
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.0.0
4
+ version: 1.1.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-09-26 00:00:00.000000000 Z
11
+ date: 2016-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -181,7 +181,10 @@ files:
181
181
  - README.md
182
182
  - Rakefile
183
183
  - acceptance/config/nodes/vagrant-ubuntu-1404.yml
184
+ - acceptance/lib/test_helpers.rb
185
+ - acceptance/pre_suite/install.rb
184
186
  - acceptance/tests/first.rb
187
+ - acceptance/tests/install_smoke_test.rb
185
188
  - beaker-pe.gemspec
186
189
  - bin/beaker-template
187
190
  - lib/beaker-pe.rb