bosh_cli_plugin_aws 1.2862.0 → 1.2865.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdb46eaa0fb80ad7242378205128bb1269502dc4
4
- data.tar.gz: e7a67fb29f1fcc396fbf90a0d2a3eb46e3490cbf
3
+ metadata.gz: d4104fae934771e54fefa6e0b87602e9a40ccf37
4
+ data.tar.gz: 2a6ed7516dd17819da2b4323d1bb96728e4ba1bf
5
5
  SHA512:
6
- metadata.gz: 360d1b446fc4d8489b9da000dcef295fda43c98bd370496a1943e2cb4f4c586bc8f79dc7eb300c46491d81467af7c57de22db381022f4f7edca019bbb4083aba
7
- data.tar.gz: d940bd31f58f6817cee6fe36d9796d86f1c2691ffff7c2612d62c1f92fae14e501594ed03e476cc1f1918fcf2ccafb130707af41b6892db1da93f6bfcd93ca34
6
+ metadata.gz: 6e706548e6f489d3d1fc74cb872c4b5e453dc7bd322f763ff6c692311e1ce08677e2a2bce474f20311a60a6850862ba2e91fe181cbab1d8cc44d26acab707434
7
+ data.tar.gz: 4963853819c5923791c01ec6e8593f48d0e8e84c694a4eeb9d98a7aaa8625687f13bf1ec12b8298ffc980ffd983fb30097246f3488a7c59a609be032c8f38176
@@ -18,9 +18,9 @@ module Bosh
18
18
  end
19
19
 
20
20
  def login(username, password)
21
- misc = Bosh::Cli::Command::Misc.new(runner)
22
- misc.options = self.options
23
- misc.login(username, password)
21
+ login_command = Bosh::Cli::Command::Login.new(runner)
22
+ login_command.options = self.options
23
+ login_command.login(username, password)
24
24
  end
25
25
 
26
26
  def manifest
@@ -28,4 +28,4 @@ module Bosh
28
28
  end
29
29
  end
30
30
  end
31
- end
31
+ end
@@ -94,9 +94,12 @@ This command should be used for bootstrapping bosh from scratch.
94
94
  misc_command.options = self.options
95
95
  misc_command.set_target(manifest.vip)
96
96
  misc_command.options[:target] = manifest.vip
97
- misc_command.login('admin', 'admin')
98
97
 
99
- self.options[:target] = misc_command.config.target
98
+ login_command = Bosh::Cli::Command::Login.new
99
+ login_command.options = misc_command.options
100
+ login_command.login('admin', 'admin')
101
+
102
+ self.options[:target] = login_command.config.target
100
103
  end
101
104
 
102
105
  def deploy
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Aws
3
- VERSION = '1.2862.0'
3
+ VERSION = '1.2865.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_cli_plugin_aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2862.0
4
+ version: 1.2865.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - VMware
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-03 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bosh_cli
@@ -16,59 +16,59 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.2862.0
19
+ version: 1.2865.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.2862.0
26
+ version: 1.2865.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bosh_aws_cpi
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2862.0
33
+ version: 1.2865.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.2862.0
40
+ version: 1.2865.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bosh_cli_plugin_micro
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.2862.0
47
+ version: 1.2865.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.2862.0
54
+ version: 1.2865.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bosh-stemcell
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.2862.0
61
+ version: 1.2865.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.2862.0
68
+ version: 1.2865.0
69
69
  description: |-
70
70
  BOSH plugin to easily create and delete an AWS VPC
71
- c8ad5c
71
+ 14ebaf
72
72
  email: support@cloudfoundry.com
73
73
  executables: []
74
74
  extensions: []