beaker-pe 2.11.9 → 2.11.10
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 +4 -4
- data/lib/beaker-pe/install/pe_utils.rb +4 -0
- data/lib/beaker-pe/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e67561d58e3d22880ebc902fd9204e74deadb4af7f35580d93c4352e6bbd08c8
|
|
4
|
+
data.tar.gz: 922b92e642722c8592d48925ee374d474cecda7b92f0ed4f23db6fe411e78ef9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40180fdc182048b2bac7632c8d2236f70f2c6ff4a5256d6b42e3b0281823ed0bc1c2b03907f677471fb9483d022cec9b3fe8e513131e7313e9c2b37e78c5baa0
|
|
7
|
+
data.tar.gz: ac839faf008edf53c4ec75e1c27a61fa1e6fab8ae9902cb584058d35eae6f95bc3a9814b5c32ee7a82c6169d1d1cbe3aaf1f3c2d95cf8bcfdd01e6e0dc842a61
|
|
@@ -731,12 +731,16 @@ module Beaker
|
|
|
731
731
|
hosts.each do |host|
|
|
732
732
|
step "Configuring #{host} to use proxy" do
|
|
733
733
|
@osmirror_host = "osmirror.delivery.puppetlabs.net"
|
|
734
|
+
puts "Grabbing IP for osmirror.delivery.puppetlabs.net"
|
|
734
735
|
@osmirror_host_ip = IPSocket.getaddress(@osmirror_host)
|
|
735
736
|
@delivery_host = "artifactory.delivery.puppetlabs.net"
|
|
737
|
+
puts "Grabbing IP for artifactory.delivery.puppetlabs.net"
|
|
736
738
|
@delivery_host_ip = IPSocket.getaddress(@delivery_host)
|
|
737
739
|
@test_forge_host = "api-forge-aio02-petest.puppet.com"
|
|
740
|
+
puts "Grabbing IP for api-forge-aio02-petest.puppet.com"
|
|
738
741
|
@test_forge_host_ip = IPSocket.getaddress(@test_forge_host)
|
|
739
742
|
@github_host = "github.com"
|
|
743
|
+
puts "Grabbing IP for github.com"
|
|
740
744
|
@github_host_ip = IPSocket.getaddress(@github_host)
|
|
741
745
|
@proxy_ip = @options[:proxy_ip]
|
|
742
746
|
@proxy_hostname = @options[:proxy_hostname]
|
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: 2.11.
|
|
4
|
+
version: 2.11.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppetlabs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|