cloudstrap 0.30.2.pre → 0.30.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cloudstrap +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97686b83f147bb32793dfa3bfd37f58753779856
4
- data.tar.gz: 3344bd6d5844520e486037e60a8cab1c69e08fbb
3
+ metadata.gz: cc52292c5203623fd695f66cc5c2276b89064ad5
4
+ data.tar.gz: e8244ba8ba5803e52b9ea733f85b3753ec71a57a
5
5
  SHA512:
6
- metadata.gz: d36a159ededa1abd160fa6121b6f062308b543f97007ba1204c17233779890926aa88006657600b8d2009c0a2122e4fd4c939353cc58fdb18b3726fcb5af0310
7
- data.tar.gz: 9f3784188d24bb9c82cf431a724e2d3f7509ab1b1f77678335e5dd866fd0104a8e60009d048ed848b66f901feec2dac6c838a38fb90cc6d028fa2560ee61435f
6
+ metadata.gz: 945880c50affe195293385818416f0d2ab15fc5516ec6751bdf281d703909c09c954ed601967be3620a6901e02254cac791988b25de73d8c6b93dc59c87b72e1
7
+ data.tar.gz: 339b02c7a8221c7a8e11676ac719190e0169e9e56b149d01dfc5600426816980068e45b01dfd4f549b51efaedbb39d21589bfaa267f98aa831c0a542d9fd58e1
data/bin/cloudstrap CHANGED
@@ -91,8 +91,11 @@ EOS
91
91
  STDERR.puts <<-EOS
92
92
  When you are ready to proceed, the following command will do the rest:
93
93
 
94
- ssh -l ubuntu -i #{agent.ssh_key.private_file} #{agent.jumpbox_ip} bootstrap
94
+ ssh -l ubuntu -i #{agent.ssh_key.private_file} #{agent.jumpbox_ip} bootstrap install bootstrap.properties
95
95
 
96
+ You will need to provide AWS credentials either via environment (recommended) or
97
+ directly in bootstrap.properties. Alternatively, this can be done automatically
98
+ if you set BOOTSTRAP_WITHOUT_HUMAN_OVERSIGHT=true and invoke cloudstrap again.
96
99
  EOS
97
100
  else
98
101
  STDERR.puts Pastel.new.bold.bright_yellow.on_blue 'Human oversight has been disabled.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.2.pre
4
+ version: 0.30.3.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom