cloudstrap 0.37.6.pre → 0.37.9.pre

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e4cbd0e624e13648f329fd612d5844d365377c3
4
- data.tar.gz: 4c0c8932e1472fc565bcf372d8013c01f01fb16e
3
+ metadata.gz: 0b1077c5728b1bbf29dca2b2899b612fe5dfc738
4
+ data.tar.gz: 158635478dfc6d644240ab9fd337bdcbee6a00cc
5
5
  SHA512:
6
- metadata.gz: 2c884750bd5c0003f048d93ca328e16156118847f37df97dec4de728214eab65eeca815431cde471e81ee5633ee875f58419cb0dc6620090bdf1b178f7f8193f
7
- data.tar.gz: 7acec0b5c8bba5f3c0283697dbd8b9c0b3053379a1c0dc204f5885bf605f35c32dd855e66e4e7de410c93dee8a9d92f8e8032b301ec6a84c76b20c16d9d45998
6
+ metadata.gz: 0a216adf1c95606e46296d2b6a70bd96910c3060e540b0cb037f6683a7a3e06205e41f4653c4bf5a7a932b6c3f6bd570333bf99673f76dd8949922d9865bfe6f
7
+ data.tar.gz: 67a2fd1aa2a53996f625dd6c09f90b47338f378afbc47a9a9ad15a465f10dbedf869de911d07b5b10a948202238faf487420df609782c1724945f25bdd9e107c
data/bin/cloudstrap-dns CHANGED
@@ -21,8 +21,8 @@ puts <<-EOS
21
21
  # #{gem.summary}
22
22
  EOS
23
23
 
24
- route53 = Cloudstrap::Amazon::Route53.new
25
24
  config = Cloudstrap::Config.new
25
+ route53 = Cloudstrap::Amazon::Route53.new region: config.region
26
26
 
27
27
  abort "Cache not found! #{$PROGRAM_NAME} should be run *after* cloudstrap." unless Dir.exist? config.cache_path
28
28
 
@@ -68,14 +68,17 @@ module Cloudstrap
68
68
 
69
69
  Contract None => String
70
70
  def hdp_bootstrap_origin
71
- lookup :hdp_bootstrap_origin
71
+ lookup(:hdp_bootstrap_origin) { 'https://release.stackato.com/downloads/hcp/bootstrap' }
72
72
  end
73
73
 
74
74
  alias hdp_origin hdp_bootstrap_origin
75
75
 
76
76
  Contract None => String
77
77
  def hdp_bootstrap_version
78
- lookup :hdp_bootstrap_version
78
+ lookup(:hdp_bootstrap_version) do
79
+ STDERR.puts pastel.yellow '# No version given, using default release'
80
+ '1.0.20-0-gda74de0'
81
+ end
79
82
  end
80
83
 
81
84
  alias hdp_version hdp_bootstrap_version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.6.pre
4
+ version: 0.37.9.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-09 00:00:00.000000000 Z
11
+ date: 2016-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  version: 1.3.1
281
281
  requirements: []
282
282
  rubyforge_project:
283
- rubygems_version: 2.6.7
283
+ rubygems_version: 2.6.8
284
284
  signing_key:
285
285
  specification_version: 4
286
286
  summary: Strapping Boots to Clouds