chef-provisioning-google 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +201 -0
- data/README.md +121 -0
- data/Rakefile +22 -0
- data/lib/chef/provider/google_key_pair.rb +172 -0
- data/lib/chef/provisioning/driver_init/google.rb +3 -0
- data/lib/chef/provisioning/google_driver.rb +5 -0
- data/lib/chef/provisioning/google_driver/client/global_operations.rb +18 -0
- data/lib/chef/provisioning/google_driver/client/google_base.rb +72 -0
- data/lib/chef/provisioning/google_driver/client/google_compute_error.rb +16 -0
- data/lib/chef/provisioning/google_driver/client/instance.rb +64 -0
- data/lib/chef/provisioning/google_driver/client/instances.rb +98 -0
- data/lib/chef/provisioning/google_driver/client/metadata.rb +112 -0
- data/lib/chef/provisioning/google_driver/client/operation.rb +23 -0
- data/lib/chef/provisioning/google_driver/client/operations_base.rb +44 -0
- data/lib/chef/provisioning/google_driver/client/projects.rb +39 -0
- data/lib/chef/provisioning/google_driver/client/zone_operations.rb +18 -0
- data/lib/chef/provisioning/google_driver/credentials.rb +63 -0
- data/lib/chef/provisioning/google_driver/driver.rb +313 -0
- data/lib/chef/provisioning/google_driver/resources.rb +0 -0
- data/lib/chef/provisioning/google_driver/version.rb +7 -0
- data/lib/chef/resource/google_key_pair.rb +50 -0
- data/spec/chef/provisioning/google_driver/client/instances_spec.rb +205 -0
- data/spec/chef/provisioning/google_driver/client/operations_spec.rb +62 -0
- data/spec/chef/provisioning/google_driver/client/projects_spec.rb +162 -0
- data/spec/chef/provisioning/google_driver/client/services_helper.rb +33 -0
- data/spec/spec_helper.rb +0 -0
- metadata +222 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 36a2ac40200d32525a140205f1ad645a35ed8d9f
|
4
|
+
data.tar.gz: d213a110806b078c666686fed4c5542559896621
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0ba304b4e702161c4369c0b3c3727ce8c81f55996a07b0565e01900687e71265b8b9adb9d94a6f16fc315c10adb0e7e05db5ecf28bb4d80823bb87926f9c89d8
|
7
|
+
data.tar.gz: d04a63679afe6cb8ed8ac76249e265cca03e98335fbe6f0591c158c90204cbdd1b694af4c2dcb1eca7b7aa819f7eb01d23658c030fd91b8dcfd9f367ba1c692b
|
data/LICENSE
ADDED
@@ -0,0 +1,201 @@
|
|
1
|
+
Apache License
|
2
|
+
Version 2.0, January 2004
|
3
|
+
http://www.apache.org/licenses/
|
4
|
+
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
+
|
7
|
+
1. Definitions.
|
8
|
+
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
+
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
+
the copyright owner that is granting the License.
|
14
|
+
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
+
other entities that control, are controlled by, or are under common
|
17
|
+
control with that entity. For the purposes of this definition,
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19
|
+
direction or management of such entity, whether by contract or
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
+
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
+
exercising permissions granted by this License.
|
25
|
+
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
27
|
+
including but not limited to software source code, documentation
|
28
|
+
source, and configuration files.
|
29
|
+
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
31
|
+
transformation or translation of a Source form, including but
|
32
|
+
not limited to compiled object code, generated documentation,
|
33
|
+
and conversions to other media types.
|
34
|
+
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36
|
+
Object form, made available under the License, as indicated by a
|
37
|
+
copyright notice that is included in or attached to the work
|
38
|
+
(an example is provided in the Appendix below).
|
39
|
+
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
+
the Work and Derivative Works thereof.
|
47
|
+
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
49
|
+
the original version of the Work and any modifications or additions
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
+
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
64
|
+
subsequently incorporated within the Work.
|
65
|
+
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
72
|
+
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
+
where such license applies only to those patent claims licensable
|
79
|
+
by such Contributor that are necessarily infringed by their
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
82
|
+
institute patent litigation against any entity (including a
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
85
|
+
or contributory patent infringement, then any patent licenses
|
86
|
+
granted to You under this License for that Work shall terminate
|
87
|
+
as of the date such litigation is filed.
|
88
|
+
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
91
|
+
modifications, and in Source or Object form, provided that You
|
92
|
+
meet the following conditions:
|
93
|
+
|
94
|
+
(a) You must give any other recipients of the Work or
|
95
|
+
Derivative Works a copy of this License; and
|
96
|
+
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
98
|
+
stating that You changed the files; and
|
99
|
+
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
102
|
+
attribution notices from the Source form of the Work,
|
103
|
+
excluding those notices that do not pertain to any part of
|
104
|
+
the Derivative Works; and
|
105
|
+
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
108
|
+
include a readable copy of the attribution notices contained
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
111
|
+
of the following places: within a NOTICE text file distributed
|
112
|
+
as part of the Derivative Works; within the Source form or
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
114
|
+
within a display generated by the Derivative Works, if and
|
115
|
+
wherever such third-party notices normally appear. The contents
|
116
|
+
of the NOTICE file are for informational purposes only and
|
117
|
+
do not modify the License. You may add Your own attribution
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
120
|
+
that such additional attribution notices cannot be construed
|
121
|
+
as modifying the License.
|
122
|
+
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
124
|
+
may provide additional or different license terms and conditions
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
128
|
+
the conditions stated in this License.
|
129
|
+
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
133
|
+
this License, without any additional terms or conditions.
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
+
the terms of any separate license agreement you may have executed
|
136
|
+
with Licensor regarding such Contributions.
|
137
|
+
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
140
|
+
except as required for reasonable and customary use in describing the
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
+
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
152
|
+
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
158
|
+
incidental, or consequential damages of any character arising as a
|
159
|
+
result of this License or out of the use or inability to use the
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
162
|
+
other commercial damages or losses), even if such Contributor
|
163
|
+
has been advised of the possibility of such damages.
|
164
|
+
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
+
or other liability obligations and/or rights consistent with this
|
169
|
+
License. However, in accepting such obligations, You may act only
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
174
|
+
of your accepting any such warranty or additional liability.
|
175
|
+
|
176
|
+
END OF TERMS AND CONDITIONS
|
177
|
+
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
179
|
+
|
180
|
+
To apply the Apache License to your work, attach the following
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
182
|
+
replaced with your own identifying information. (Don't include
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
184
|
+
comment syntax for the file format. We also recommend that a
|
185
|
+
file or class name and description of purpose be included on the
|
186
|
+
same "printed page" as the copyright notice for easier
|
187
|
+
identification within third-party archives.
|
188
|
+
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
190
|
+
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
+
you may not use this file except in compliance with the License.
|
193
|
+
You may obtain a copy of the License at
|
194
|
+
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
+
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
+
See the License for the specific language governing permissions and
|
201
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,121 @@
|
|
1
|
+
# chef-provisioning-google
|
2
|
+
|
3
|
+
[![Build Status](https://travis-ci.org/chef/chef-provisioning-google.svg?branch=master)](https://travis-ci.org/chef/chef-provisioning-google)
|
4
|
+
|
5
|
+
## Development Process
|
6
|
+
|
7
|
+
The [GoogleDriver](https://github.com/someara/chef-provisioning-google/blob/master/lib/chef/provisioning/google_driver/driver.rb) class needs to implement required methods from [its parent](https://github.com/chef/chef-provisioning/blob/master/lib/chef/provisioning/driver.rb) to successfully create [base resources](https://github.com/chef/chef-provisioning/tree/master/lib/chef/resource) like `machine` and `load_balancer`.
|
8
|
+
|
9
|
+
I added all the driver methods to support creating and destroying a machine. The action `:converge_only` currently does not work because the machine spec does not store credential information. But this should be fixed as part of the credentials update TODO.
|
10
|
+
|
11
|
+
## Prerequisites
|
12
|
+
|
13
|
+
Before you start writing a recipe, you need to log into the [google developers console](https://console.developers.google.com/) and create a project. This project must be enabled for billing. Once billing is enabled you should be able to create VM instances through the console.
|
14
|
+
|
15
|
+
Then you need to set up credentials to use for connecting. We use the Google OAuth 2.0 credentials. Because we cannot present a pop-up to cookbook writers to authorize access, we need a service account key and a service user to act on our behalf and request instances.
|
16
|
+
|
17
|
+
Service account key workflow:
|
18
|
+
|
19
|
+
- Access `API Manager` -> `Credentials` from the navigation gutter.
|
20
|
+
- Click the `New Credentials` button and select `Service Account key`.
|
21
|
+
- Select the service account to create the key for or 'New service account' if you haven't created one yet.
|
22
|
+
- Choose `JSON Key` in the Key type options. This will create your service user and will download the JSON key to your workstation.
|
23
|
+
|
24
|
+
Provide the full path to the downloaded JSON file as `:json_key_path` anb the `Email Address` (can be found in "Pemissions" -> "Service accounts") as the `:google_client_email`.
|
25
|
+
|
26
|
+
## Sample Recipe
|
27
|
+
|
28
|
+
I am running the following recipe to test the code:
|
29
|
+
|
30
|
+
```ruby
|
31
|
+
require 'chef/provisioning/google_driver'
|
32
|
+
|
33
|
+
with_driver 'google:us-central1-a:some-project',
|
34
|
+
:google_credentials => {
|
35
|
+
:json_key_path => 'REDACTED',
|
36
|
+
:google_client_email => 'REDACTED',
|
37
|
+
}
|
38
|
+
|
39
|
+
google_key_pair "chef_default" do
|
40
|
+
private_key_path "google_default"
|
41
|
+
public_key_path "google_default.pub"
|
42
|
+
end
|
43
|
+
|
44
|
+
machine 'test' do
|
45
|
+
machine_options key_name: "google_default"
|
46
|
+
action [:converge, :destroy]
|
47
|
+
end
|
48
|
+
```
|
49
|
+
|
50
|
+
Currently, you _must_ specify `key_name` as an option to `machine_options`.
|
51
|
+
|
52
|
+
## Supplying `insert_options` for machine creation
|
53
|
+
|
54
|
+
Google requires a minimum set of options to provision a machine during a `compute.instances.create` call. You can see the minimum set of options in the `instance_client.rb` file. It is a machine with Ubuntu 14.04 installed, 1 disc available and 1 network device configured.
|
55
|
+
|
56
|
+
To customize your machine you provide override options as `:insert_options` to the `machine_options` attribute. The full list of options is available at <https://cloud.google.com/compute/docs/reference/latest/instances#resource> EG,
|
57
|
+
|
58
|
+
```ruby
|
59
|
+
machine 'test' do
|
60
|
+
machine_options insert_options: {
|
61
|
+
:machineType=> "zones/us-central1-a/machineTypes/n1-standard-1",
|
62
|
+
:tags => {
|
63
|
+
:items => [
|
64
|
+
"http-server",
|
65
|
+
"https-server"
|
66
|
+
]
|
67
|
+
},
|
68
|
+
:disks => [
|
69
|
+
{
|
70
|
+
:deviceName => 'test',
|
71
|
+
:autoDelete=>true,
|
72
|
+
:boot=>true,
|
73
|
+
:initializeParams=>{
|
74
|
+
:sourceImage => "projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150316",
|
75
|
+
:diskType => "zones/us-central1-a/diskTypes/pd-ssd",
|
76
|
+
:diskSizeGb => 200
|
77
|
+
},
|
78
|
+
:type=>"PERSISTENT"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
:type => "PERSISTENT",
|
82
|
+
:mode => "READ_WRITE",
|
83
|
+
:zone => "zones/us-central1-a",
|
84
|
+
:source => "zones/us-central1-a/disks/disk-1",
|
85
|
+
:deviceName => "disk-1"
|
86
|
+
}
|
87
|
+
],
|
88
|
+
:serviceAccounts => [
|
89
|
+
{
|
90
|
+
:email => "default",
|
91
|
+
:scopes => [
|
92
|
+
"https://www.googleapis.com/auth/devstorage.read_only",
|
93
|
+
"https://www.googleapis.com/auth/bigquery",
|
94
|
+
"https://www.googleapis.com/auth/logging.write"
|
95
|
+
]
|
96
|
+
}
|
97
|
+
]
|
98
|
+
}, key_name: "google_default"
|
99
|
+
action [:converge, :destroy]
|
100
|
+
end
|
101
|
+
```
|
102
|
+
|
103
|
+
Some remaining TODOs with this are to make it easier to specify options - users shouldn't be required to specify `zones/us-central1-a/machineTypes/f1-micro` for the machine type. It should just be `f1-micro.
|
104
|
+
|
105
|
+
The user also shouldn't be required to specify all the required options for each `disc` if they are overwriting the default. If the user wants to specify `:autoDelete => false` they shouldn't also have to specify name, boot, initializeParams, etc. The logic that merges user provided values with default values should be smarter.
|
106
|
+
|
107
|
+
## TODO items
|
108
|
+
|
109
|
+
- Update the Credentials to read from the file system or environmental variables - it is a big no-no to put credentials in the cookbook.
|
110
|
+
- DRY up the client request/response logic.
|
111
|
+
- Lots of polish
|
112
|
+
- Support for machine_image, machine_batch, machine_execute and load_balancer resources
|
113
|
+
- Windows hosts
|
114
|
+
|
115
|
+
# Resources
|
116
|
+
|
117
|
+
## google_key_pair
|
118
|
+
|
119
|
+
This creates a local private/public keypair and uploads it to Google as a project-wide key. This is used to SSH into the instance.
|
120
|
+
|
121
|
+
TODO: Add support for instance-specific keys.
|
data/Rakefile
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
require "bundler"
|
2
|
+
require "bundler/gem_tasks"
|
3
|
+
|
4
|
+
task default: [:spec, :style]
|
5
|
+
|
6
|
+
begin
|
7
|
+
require "chefstyle"
|
8
|
+
require "rubocop/rake_task"
|
9
|
+
|
10
|
+
desc "Run Ruby style checks"
|
11
|
+
RuboCop::RakeTask.new(:style)
|
12
|
+
rescue LoadError => e
|
13
|
+
puts ">>> Gem load error: #{e}, omitting #{task.name}" unless ENV["CI"]
|
14
|
+
end
|
15
|
+
|
16
|
+
begin
|
17
|
+
desc "Run rspec"
|
18
|
+
require "rspec/core/rake_task"
|
19
|
+
RSpec::Core::RakeTask.new(:spec)
|
20
|
+
rescue LoadError => e
|
21
|
+
puts ">>> Gem load error: #{e}, omitting #{task.name}" unless ENV["CI"]
|
22
|
+
end
|
@@ -0,0 +1,172 @@
|
|
1
|
+
require "chef/provider/lwrp_base"
|
2
|
+
require "cheffish/key_formatter"
|
3
|
+
require "chef/resource/google_key_pair"
|
4
|
+
require "retryable"
|
5
|
+
|
6
|
+
class Chef::Provider::GoogleKeyPair < Chef::Provider::LWRPBase
|
7
|
+
use_inline_resources
|
8
|
+
|
9
|
+
# TODO make sure we can take relative paths - where do we get base path from then?
|
10
|
+
action :create do
|
11
|
+
if !current_resource_exists? || allow_overwrite
|
12
|
+
converge_local_keys(:create)
|
13
|
+
end
|
14
|
+
|
15
|
+
#Check if keys exist
|
16
|
+
unless allow_overwrite
|
17
|
+
if current_resource.private_key_path && current_resource.private_key_path != new_private_key_path ||
|
18
|
+
current_resource.public_key_path && current_resource.public_key_path != new_public_key_path ||
|
19
|
+
current_fingerprint && current_fingerprint != Cheffish::KeyFormatter.encode(desired_key, :format => :fingerprint)
|
20
|
+
raise "cannot update google_key_pair[#{new_resource.name}] because 'allow_overwrite' is false"
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
# We store the mapping from resource name to key in GCE
|
25
|
+
name_to_key = driver.project_client.get.ssh_mappings
|
26
|
+
if name_to_key.key?(new_resource.name)
|
27
|
+
remote_key = name_to_key[new_resource.name]
|
28
|
+
if remote_key != desired_key_openssh
|
29
|
+
if allow_overwrite
|
30
|
+
set_key_and_mapping
|
31
|
+
else
|
32
|
+
raise "the remote key is different than local but cannot be updated because 'allow_overwrite' is false"
|
33
|
+
end
|
34
|
+
end
|
35
|
+
# if local key same as server - we are done
|
36
|
+
else
|
37
|
+
# We need to upload the key for the first time
|
38
|
+
set_key_and_mapping
|
39
|
+
end
|
40
|
+
|
41
|
+
end
|
42
|
+
|
43
|
+
action :destroy do
|
44
|
+
metadata = driver.project_client.get
|
45
|
+
name_to_key = metadata.ssh_mappings
|
46
|
+
remote_key = name_to_key[new_resource.name]
|
47
|
+
if remote_key
|
48
|
+
operation_id = nil
|
49
|
+
username = remote_key.split(" ")[2].split("@")[0]
|
50
|
+
converge_by "deleting key for username #{username}" do
|
51
|
+
metadata.delete_ssh_key(remote_key)
|
52
|
+
end
|
53
|
+
|
54
|
+
converge_by "deleting metadata mapping for google_key_pair[#{new_resource.name}]" do
|
55
|
+
metadata.delete_ssh_mapping(new_resource.name)
|
56
|
+
end
|
57
|
+
|
58
|
+
reupload_metadata(metadata)
|
59
|
+
end
|
60
|
+
# TODO do we care about deleting the local key?
|
61
|
+
end
|
62
|
+
|
63
|
+
attr_reader :current_fingerprint
|
64
|
+
|
65
|
+
def load_current_resource
|
66
|
+
@current_resource = Chef::Resource::GoogleKeyPair.new(new_resource.name, run_context)
|
67
|
+
|
68
|
+
existing_key = driver.project_client.get.ssh_mappings[new_resource.name]
|
69
|
+
if existing_key
|
70
|
+
@current_fingerprint = Cheffish::KeyFormatter.encode(
|
71
|
+
Cheffish::KeyFormatter.decode(existing_key)[0],
|
72
|
+
:format => :fingerprint
|
73
|
+
)
|
74
|
+
else
|
75
|
+
current_resource.action :destroy
|
76
|
+
end
|
77
|
+
|
78
|
+
if new_private_key_path && ::File.exist?(new_private_key_path)
|
79
|
+
current_resource.private_key_path new_private_key_path
|
80
|
+
end
|
81
|
+
if new_public_key_path && ::File.exist?(new_public_key_path)
|
82
|
+
current_resource.public_key_path new_public_key_path
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
def current_resource_exists?
|
87
|
+
@current_resource.action != [ :destroy ]
|
88
|
+
end
|
89
|
+
|
90
|
+
# Converge the local keys
|
91
|
+
# private_key_path will always be populated but public_key_path can be
|
92
|
+
# parsed from the private key later if it isn't provided
|
93
|
+
def converge_local_keys(action)
|
94
|
+
resource = new_resource
|
95
|
+
Cheffish.inline_resource(self, action) do
|
96
|
+
directory run_context.config[:private_key_write_path]
|
97
|
+
private_key resource.private_key_path do
|
98
|
+
public_key_path resource.public_key_path if resource.public_key_path
|
99
|
+
if resource.private_key_options
|
100
|
+
resource.private_key_options.each_pair do |key, value|
|
101
|
+
send(key, value)
|
102
|
+
end
|
103
|
+
end
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
def allow_overwrite
|
109
|
+
new_resource.allow_overwrite
|
110
|
+
end
|
111
|
+
|
112
|
+
def new_private_key_path
|
113
|
+
new_resource.private_key_path
|
114
|
+
end
|
115
|
+
|
116
|
+
def new_public_key_path
|
117
|
+
new_resource.public_key_path
|
118
|
+
end
|
119
|
+
|
120
|
+
def desired_private_key
|
121
|
+
@desired_private_key ||= begin
|
122
|
+
private_key, format = Cheffish::KeyFormatter.decode(IO.read(new_private_key_path))
|
123
|
+
private_key
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
127
|
+
def desired_key
|
128
|
+
@desired_public_key ||= begin
|
129
|
+
if new_public_key_path
|
130
|
+
public_key, format = Cheffish::KeyFormatter.decode(IO.read(new_public_key_path))
|
131
|
+
public_key
|
132
|
+
else
|
133
|
+
desired_private_key.public_key
|
134
|
+
end
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
def desired_key_openssh
|
139
|
+
Cheffish::KeyFormatter.encode(desired_key, :format => :openssh)
|
140
|
+
end
|
141
|
+
|
142
|
+
def set_key_and_mapping
|
143
|
+
username = desired_key_openssh.split(" ")[2].split("@")[0]
|
144
|
+
metadata = driver.project_client.get
|
145
|
+
converge_by "adding key for username #{username}" do
|
146
|
+
metadata.ensure_key(username, desired_key_openssh)
|
147
|
+
end
|
148
|
+
|
149
|
+
converge_by "ensuring we store metadata mapping for google_key_pair[#{new_resource.name}]" do
|
150
|
+
metadata.set_ssh_mapping(new_resource.name, desired_key_openssh)
|
151
|
+
end
|
152
|
+
|
153
|
+
reupload_metadata(metadata)
|
154
|
+
end
|
155
|
+
|
156
|
+
# TODO abstract into base class
|
157
|
+
def driver
|
158
|
+
new_resource.driver
|
159
|
+
end
|
160
|
+
|
161
|
+
# TODO abstract into base class
|
162
|
+
def action_handler
|
163
|
+
@action_handler ||= Chef::Provisioning::ChefProviderActionHandler.new(self)
|
164
|
+
end
|
165
|
+
|
166
|
+
def reupload_metadata(metadata)
|
167
|
+
converge_by "reuploading changed metadata" do
|
168
|
+
operation = driver.project_client.set_common_instance_metadata(metadata)
|
169
|
+
driver.global_operations_client.wait_for_done(action_handler, operation)
|
170
|
+
end
|
171
|
+
end
|
172
|
+
end
|