bosh_cli_plugin_aws 1.2862.0 → 1.2865.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4104fae934771e54fefa6e0b87602e9a40ccf37
|
|
4
|
+
data.tar.gz: 2a6ed7516dd17819da2b4323d1bb96728e4ba1bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
68
|
+
version: 1.2865.0
|
|
69
69
|
description: |-
|
|
70
70
|
BOSH plugin to easily create and delete an AWS VPC
|
|
71
|
-
|
|
71
|
+
14ebaf
|
|
72
72
|
email: support@cloudfoundry.com
|
|
73
73
|
executables: []
|
|
74
74
|
extensions: []
|