knife-acropolis 0.0.4
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 +7 -0
- data/CHANGELOG.md +11 -0
- data/LICENSE +201 -0
- data/README.md +93 -0
- data/lib/chef/knife/acropolis_base.rb +95 -0
- data/lib/chef/knife/acropolis_ha_list.rb +32 -0
- data/lib/chef/knife/acropolis_image_list.rb +35 -0
- data/lib/chef/knife/acropolis_network_list.rb +39 -0
- data/lib/chef/knife/acropolis_snapshot_create.rb +61 -0
- data/lib/chef/knife/acropolis_snapshot_delete.rb +38 -0
- data/lib/chef/knife/acropolis_snapshot_list.rb +61 -0
- data/lib/chef/knife/acropolis_task_list.rb +60 -0
- data/lib/chef/knife/acropolis_vdisk_list.rb +55 -0
- data/lib/chef/knife/acropolis_vm_list.rb +55 -0
- data/lib/knife-acropolis/version.rb +6 -0
- metadata +103 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 5fc68dee2c738d6e41826c7a23e364e73d5486a3
|
|
4
|
+
data.tar.gz: cbafeaf3a6004a365f4fedce789943dc939dab63
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 937426587c2e134c66814df9c3d7567e4d75ea652bed0c26c9baed821b44f63021a22dbd7a30c502cbd5f0a40bd4e6777ad9e6d32b2b51baf41656b2b573be2f
|
|
7
|
+
data.tar.gz: 9c96ea9d02b3ec993817304d799f063cabe3dabe90dc5e2deacce80e7aa45d473ce904ce386988e254cbacfc08220f00759f3c0b4c477b3f399b8418a4d93b31
|
data/CHANGELOG.md
ADDED
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,93 @@
|
|
|
1
|
+
Knife Nutanix Acropolis
|
|
2
|
+
======
|
|
3
|
+
|
|
4
|
+
This is an unofficial Chef Knife plugin for the Nutanix Acroplis Hypervisor. This plugin allows to collect the informations available in the Management API.
|
|
5
|
+
|
|
6
|
+
# Installation #
|
|
7
|
+
|
|
8
|
+
You can add this plugin to you normal knife plugin path (like ~/.chef/plugins/knife/) or download it as a gem:
|
|
9
|
+
|
|
10
|
+
$ gem install knife-acropolis
|
|
11
|
+
|
|
12
|
+
Depending on your system's configuration, you may need to run this command with root privileges.
|
|
13
|
+
|
|
14
|
+
The simplest way to test the installation is to pass your host (-H), username (-U) and password (-P) with one of the available commands:
|
|
15
|
+
|
|
16
|
+
knife acropolis ha list (options)
|
|
17
|
+
knife acropolis image list (options)
|
|
18
|
+
knife acropolis network list (options)
|
|
19
|
+
knife acropolis snapshot create (options)
|
|
20
|
+
knife acropolis snapshot delete (options)
|
|
21
|
+
knife acropolis snapshot list (options)
|
|
22
|
+
knife acropolis task list (options)
|
|
23
|
+
knife acropolis vdisk list (options)
|
|
24
|
+
knife acropolis vm list (options)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
You can also add the static options like host, username and password to your knife.rb configuration:
|
|
28
|
+
|
|
29
|
+
knife[:a_host] = "yourhost.com"
|
|
30
|
+
knife[:a_user] = "yourUsername"
|
|
31
|
+
knife[:a_pass] = "yourPassword"
|
|
32
|
+
|
|
33
|
+
# Subcommands #
|
|
34
|
+
|
|
35
|
+
knife acropolis ha list
|
|
36
|
+
-----------------------
|
|
37
|
+
|
|
38
|
+
This command shows the actual HA state of the cluster.
|
|
39
|
+
|
|
40
|
+
knife acropolis image list
|
|
41
|
+
--------------------------
|
|
42
|
+
|
|
43
|
+
This command shows all images (ISO/Disk) available.
|
|
44
|
+
|
|
45
|
+
knife acropolis network list
|
|
46
|
+
----------------------------
|
|
47
|
+
|
|
48
|
+
This command shows all available networks.
|
|
49
|
+
|
|
50
|
+
knife acropolis snapshot create
|
|
51
|
+
-------------------------------
|
|
52
|
+
|
|
53
|
+
This command allows you to create a snapshot using (-I) for the VM UUID (you can find with "knife acropolis vm list") and (-N) for the snapshot name. The uuid for the snapshot is auto-generated.
|
|
54
|
+
|
|
55
|
+
knife acropolis snapshot delete
|
|
56
|
+
-------------------------------
|
|
57
|
+
|
|
58
|
+
This command allows you to delete a snapshot using (-S) for the Snapshot UUID (you can find with "knife acropolis snapshot list").
|
|
59
|
+
|
|
60
|
+
knife acropolis snapshot list
|
|
61
|
+
-----------------------------
|
|
62
|
+
|
|
63
|
+
This command shows all available snapshots in the cluster.
|
|
64
|
+
|
|
65
|
+
knife acropolis task list
|
|
66
|
+
-------------------------
|
|
67
|
+
|
|
68
|
+
This command shows all the actual tasks. When using (-C) all completed tasks will be shown as well.
|
|
69
|
+
|
|
70
|
+
knife acropolis vdisk list
|
|
71
|
+
--------------------------
|
|
72
|
+
|
|
73
|
+
This command shows all available vdisks in a path. You have to use (-N) to set the NDFS path. Using "/" shows the root path.
|
|
74
|
+
|
|
75
|
+
knife acropolis vm list
|
|
76
|
+
-----------------------
|
|
77
|
+
|
|
78
|
+
This command shows all available virtual machines in the cluster. Adding (-S) will show them sorted by name.
|
|
79
|
+
|
|
80
|
+
# Upcoming releases #
|
|
81
|
+
|
|
82
|
+
The next release will provide the creation of virtual machines and networks.
|
|
83
|
+
|
|
84
|
+
# License #
|
|
85
|
+
|
|
86
|
+
Author: Christian Johannsen (c.johannsen@clickedways.de)
|
|
87
|
+
License: Apache License, Version 2.0
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
require 'digest'
|
|
3
|
+
|
|
4
|
+
class Chef
|
|
5
|
+
class Knife
|
|
6
|
+
module AcropolisBase
|
|
7
|
+
|
|
8
|
+
def self.included(includer)
|
|
9
|
+
includer.class_eval do
|
|
10
|
+
|
|
11
|
+
deps do
|
|
12
|
+
require 'chef/knife'
|
|
13
|
+
require 'rest-client'
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
option :a_host,
|
|
17
|
+
:short => "-H HOST",
|
|
18
|
+
:long => "--acropolis-host HOST",
|
|
19
|
+
:description => "Please enter the IP/hostname of the Nutanix Management API host.",
|
|
20
|
+
:proc => Proc.new { |key| Chef::Config[:knife][:a_host] = key }
|
|
21
|
+
|
|
22
|
+
option :a_user,
|
|
23
|
+
:short => "-U USER",
|
|
24
|
+
:long => "--acropolis-user USER",
|
|
25
|
+
:description => "Please enter the IP/hostname of the Nutanix Management API host.",
|
|
26
|
+
:proc => Proc.new { |key| Chef::Config[:knife][:a_user] = key }
|
|
27
|
+
|
|
28
|
+
option :a_pass,
|
|
29
|
+
:short => "-P PASS",
|
|
30
|
+
:long => "--acropolis-password PASS",
|
|
31
|
+
:description => "Please enter the password of the Nutanix Management API user.",
|
|
32
|
+
:proc => Proc.new { |key| Chef::Config[:knife][:a_pass] = key }
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def validate
|
|
37
|
+
unless Chef::Config[:knife][:a_user] && Chef::Config[:knife][:a_pass] && Chef::Config[:knife][:a_host]
|
|
38
|
+
ui.error("Missing Credentials and/or host. Please use --help to see all available options.")
|
|
39
|
+
exit 1
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
def get(url)
|
|
44
|
+
validate
|
|
45
|
+
base_url = "https://"+ Chef::Config[:knife][:a_host] +":9440/api/nutanix/v0.8"+url
|
|
46
|
+
puts "Trying to connect Acropolis on "+base_url
|
|
47
|
+
RestClient::Request.execute(
|
|
48
|
+
:method => :get,
|
|
49
|
+
:url => base_url,
|
|
50
|
+
:content_type => 'json',
|
|
51
|
+
:accept => 'json',
|
|
52
|
+
:user => Chef::Config[:knife][:a_user],
|
|
53
|
+
:password => Chef::Config[:knife][:a_pass],
|
|
54
|
+
:verify_ssl => false
|
|
55
|
+
)
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
def post(url,data)
|
|
59
|
+
validate
|
|
60
|
+
base_url = "https://"+ Chef::Config[:knife][:a_host] +":9440/api/nutanix/v0.8"+url
|
|
61
|
+
puts "Trying to connect Acropolis on "+base_url
|
|
62
|
+
RestClient::Request.execute(
|
|
63
|
+
:method => :post,
|
|
64
|
+
:url => base_url,
|
|
65
|
+
:payload => data,
|
|
66
|
+
#Please note the change in the headers, POST will not work with other options (Error 512).
|
|
67
|
+
:headers => {:accept => :json},
|
|
68
|
+
:headers => {:content_type => :json},
|
|
69
|
+
:user => Chef::Config[:knife][:a_user],
|
|
70
|
+
:password => Chef::Config[:knife][:a_pass],
|
|
71
|
+
:verify_ssl => false
|
|
72
|
+
)
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
def delete(url,data)
|
|
76
|
+
validate
|
|
77
|
+
base_url = "https://"+ Chef::Config[:knife][:a_host] +":9440/api/nutanix/v0.8"+url
|
|
78
|
+
puts "Trying to connect Acropolis on "+base_url
|
|
79
|
+
RestClient::Request.execute(
|
|
80
|
+
:method => :delete,
|
|
81
|
+
:url => base_url + "/" + data,
|
|
82
|
+
#Please note the change in the headers, POST will not work with other options (Error 512).
|
|
83
|
+
:headers => {:accept => :json},
|
|
84
|
+
:headers => {:content_type => :json},
|
|
85
|
+
:user => Chef::Config[:knife][:a_user],
|
|
86
|
+
:password => Chef::Config[:knife][:a_pass],
|
|
87
|
+
:verify_ssl => false
|
|
88
|
+
)
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
end
|
|
95
|
+
end
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisHa < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis ha list (options)"
|
|
14
|
+
|
|
15
|
+
def run
|
|
16
|
+
ha_list = [
|
|
17
|
+
ui.color('Enabled', :bold),
|
|
18
|
+
ui.color('Hosts', :bold),
|
|
19
|
+
ui.color('HA State', :bold)
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
ha = get("/ha")
|
|
23
|
+
info = JSON.parse(ha)
|
|
24
|
+
ha_list << info["failoverEnabled"].to_s
|
|
25
|
+
ha_list << info["numHostFailuresToTolerate"].to_s
|
|
26
|
+
ha_list << info["reservationType"].to_s
|
|
27
|
+
print ui.list(ha_list, :uneven_columns_across, 3)
|
|
28
|
+
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisImage < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis image list (options)"
|
|
14
|
+
|
|
15
|
+
def run
|
|
16
|
+
im_list = [
|
|
17
|
+
ui.color('UUID', :bold),
|
|
18
|
+
ui.color('Name', :bold),
|
|
19
|
+
ui.color('Type', :bold),
|
|
20
|
+
ui.color('State', :bold)
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
ha = get("/images")
|
|
24
|
+
info = JSON.parse(ha)
|
|
25
|
+
info["entities"].sort_by do |image|
|
|
26
|
+
im_list << image["uuid"].to_s
|
|
27
|
+
im_list << image["name"].to_s
|
|
28
|
+
im_list << image["imageType"].to_s
|
|
29
|
+
im_list << image["imageState"].to_s
|
|
30
|
+
end
|
|
31
|
+
print ui.list(im_list, :uneven_columns_across, 4)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisNetwork < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis network list (options)"
|
|
14
|
+
|
|
15
|
+
def run
|
|
16
|
+
$stdout.sync = true
|
|
17
|
+
|
|
18
|
+
network_list = [
|
|
19
|
+
ui.color('UUID', :bold),
|
|
20
|
+
ui.color('VLAN ID', :bold),
|
|
21
|
+
ui.color('IP Address', :bold),
|
|
22
|
+
ui.color('Prefix', :bold),
|
|
23
|
+
ui.color('Gateway', :bold)
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
networks = get("/networks")
|
|
27
|
+
info = JSON.parse(networks)
|
|
28
|
+
info["entities"].each do |network|
|
|
29
|
+
network_list << network["uuid"].to_s
|
|
30
|
+
network_list << network["vlanId"].to_s
|
|
31
|
+
network_list << network["ipConfig"]["networkAddress"].to_s
|
|
32
|
+
network_list << network["ipConfig"]["prefixLength"].to_s
|
|
33
|
+
network_list << network["ipConfig"]["defaultGateway"].to_s
|
|
34
|
+
end
|
|
35
|
+
print ui.list(network_list, :uneven_columns_across, 5)
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisSnapshotCreate < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
require 'securerandom'
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
banner "knife acropolis snapshot create (options)"
|
|
15
|
+
|
|
16
|
+
option :uuid,
|
|
17
|
+
:short => "-I ID",
|
|
18
|
+
:long => "--vm-uuid ID",
|
|
19
|
+
:description => "The VM UUID to take a snapshot on.",
|
|
20
|
+
:proc => Proc.new { |i| Chef::Config[:knife][:uuid] = i }
|
|
21
|
+
|
|
22
|
+
option :snap,
|
|
23
|
+
:short => "-S NAME",
|
|
24
|
+
:long => "--snap-name NAME",
|
|
25
|
+
:description => "The name of the Snapshot.",
|
|
26
|
+
:proc => Proc.new { |s| Chef::Config[:knife][:snap] = s }
|
|
27
|
+
|
|
28
|
+
def validate
|
|
29
|
+
unless Chef::Config[:knife][:uuid] && Chef::Config[:knife][:snap]
|
|
30
|
+
ui.error('Missing ID or Name. Use -I (--vm-uuid) to set the VM and -S (--snap-name) for the snapshot name.')
|
|
31
|
+
exit 1
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
def run
|
|
37
|
+
validate
|
|
38
|
+
|
|
39
|
+
task_list = [
|
|
40
|
+
ui.color('Task ID', :bold)
|
|
41
|
+
]
|
|
42
|
+
|
|
43
|
+
#generates UUID for snapshot
|
|
44
|
+
uuid = SecureRandom.uuid
|
|
45
|
+
specs = '{
|
|
46
|
+
"snapshotSpecs": [
|
|
47
|
+
{
|
|
48
|
+
"vmUuid": "'"#{Chef::Config[:knife][:uuid].to_s}"'",
|
|
49
|
+
"snapshotName": "'"#{Chef::Config[:knife][:snap].to_s}"'",
|
|
50
|
+
"uuid": "'"#{uuid}"'"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}'
|
|
54
|
+
task = post("/snapshots", specs)
|
|
55
|
+
uuid = JSON.parse(task)
|
|
56
|
+
task_list << uuid["taskUuid"].to_s
|
|
57
|
+
print ui.list(task_list, :uneven_columns_across, 1)
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
end
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisSnapshotDelete < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis snapshot delete (options)"
|
|
14
|
+
|
|
15
|
+
option :uuid,
|
|
16
|
+
:short => "-S ID",
|
|
17
|
+
:long => "--snap-uuid ID",
|
|
18
|
+
:description => "The UUID of the snapshot to delete",
|
|
19
|
+
:proc => Proc.new { |i| Chef::Config[:knife][:snapUuid] = i }
|
|
20
|
+
|
|
21
|
+
def validate
|
|
22
|
+
unless Chef::Config[:knife][:snapUuid]
|
|
23
|
+
ui.error('Missing ID. Use -S (--snap-uuid) to set the snapshot ID for deletion. Use "knife acropolis snapshot list" to find the UUID.')
|
|
24
|
+
exit 1
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def run
|
|
29
|
+
validate
|
|
30
|
+
|
|
31
|
+
specs = Chef::Config[:knife][:snapUuid].to_s
|
|
32
|
+
p specs
|
|
33
|
+
task = delete("/snapshots", specs)
|
|
34
|
+
p task
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisSnapshotList < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis snapshot list (options)"
|
|
14
|
+
|
|
15
|
+
option :sorted,
|
|
16
|
+
:short => '-S',
|
|
17
|
+
:long => '--sorted',
|
|
18
|
+
:boolean => true,
|
|
19
|
+
:description => "Getting a list of your Snaphots sorted by Snapshot name."
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
def run
|
|
23
|
+
snap_list = [
|
|
24
|
+
ui.color('Snap-UUID', :bold),
|
|
25
|
+
ui.color('Snap-Name', :bold),
|
|
26
|
+
ui.color('Deleted', :bold),
|
|
27
|
+
ui.color('VM-UUID', :bold),
|
|
28
|
+
ui.color('VM-Name', :bold)
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
if config[:sorted]
|
|
32
|
+
snap = get("/snapshots")
|
|
33
|
+
info = JSON.parse(snap)
|
|
34
|
+
info["entities"].sort_by do |snap|
|
|
35
|
+
[snap["snapshotName"].to_s.downcase].compact
|
|
36
|
+
end.each do |snap|
|
|
37
|
+
snap_list << snap["uuid"]
|
|
38
|
+
snap_list << snap["snapshotName"]
|
|
39
|
+
snap_list << snap["deleted"].to_s
|
|
40
|
+
snap_list << snap["vmUuid"]
|
|
41
|
+
snap_list << snap["vmCreateSpecification"]["name"]
|
|
42
|
+
end
|
|
43
|
+
print ui.list(snap_list, :uneven_columns_across, 5)
|
|
44
|
+
|
|
45
|
+
else
|
|
46
|
+
snap = get("/snapshots")
|
|
47
|
+
info = JSON.parse(snap)
|
|
48
|
+
info["entities"].each do |snap|
|
|
49
|
+
snap_list << snap["uuid"]
|
|
50
|
+
snap_list << snap["snapshotName"]
|
|
51
|
+
snap_list << snap["deleted"].to_s
|
|
52
|
+
snap_list << snap["vmUuid"]
|
|
53
|
+
snap_list << snap["vmCreateSpecification"]["name"]
|
|
54
|
+
end
|
|
55
|
+
print ui.list(snap_list, :uneven_columns_across, 5)
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
end
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisTask < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis task list (options)"
|
|
14
|
+
|
|
15
|
+
option :completed,
|
|
16
|
+
:short => '-C',
|
|
17
|
+
:long => '--completed',
|
|
18
|
+
:boolean => true,
|
|
19
|
+
:description => "Getting a list of your Snaphots sorted by Snapshot name."
|
|
20
|
+
|
|
21
|
+
def run
|
|
22
|
+
task_list = [
|
|
23
|
+
ui.color('UUID', :bold),
|
|
24
|
+
ui.color('Operation', :bold),
|
|
25
|
+
ui.color('Status', :bold),
|
|
26
|
+
ui.color('VM-UUID', :bold),
|
|
27
|
+
ui.color('Type', :bold)
|
|
28
|
+
]
|
|
29
|
+
|
|
30
|
+
if config[:completed]
|
|
31
|
+
tasks = get("/tasks/?includeCompleted=true")
|
|
32
|
+
info = JSON.parse(tasks)
|
|
33
|
+
info["entities"].each do |task|
|
|
34
|
+
task_list << task["uuid"].to_s
|
|
35
|
+
task_list << task["operationType"].to_s
|
|
36
|
+
task_list << task["progressStatus"].to_s
|
|
37
|
+
task_list << task["entityList"][0]["uuid"]
|
|
38
|
+
task_list << task["entityList"][0]["entityType"]
|
|
39
|
+
end
|
|
40
|
+
print ui.list(task_list, :uneven_columns_across, 5)
|
|
41
|
+
else
|
|
42
|
+
tasks = get("/tasks")
|
|
43
|
+
info = JSON.parse(tasks)
|
|
44
|
+
if info["entities"].any?
|
|
45
|
+
info["entities"].each do |task|
|
|
46
|
+
task_list << task["uuid"].to_s
|
|
47
|
+
task_list << task["operationType"].to_s
|
|
48
|
+
task_list << task["progressStatus"].to_s
|
|
49
|
+
task_list << task["entityList"][0]["uuid"]
|
|
50
|
+
task_list << task["entityList"][0]["entityType"]
|
|
51
|
+
end
|
|
52
|
+
print ui.list(task_list, :uneven_columns_across, 5)
|
|
53
|
+
else
|
|
54
|
+
ui.error("no actual tasks, using -C shows completed tasks")
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisVdisk < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis vdisk list (options)"
|
|
14
|
+
|
|
15
|
+
option :completed,
|
|
16
|
+
:short => '-N NAME',
|
|
17
|
+
:long => '--ndfs NAME',
|
|
18
|
+
:boolean => true,
|
|
19
|
+
:description => "Name of the NDFS path to look for (root is /)",
|
|
20
|
+
:proc => Proc.new { |p| Chef::Config[:knife][:path] = p }
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def validate
|
|
24
|
+
unless Chef::Config[:knife][:path]
|
|
25
|
+
ui.error('Missing path. Use -N (--ndfs) to check vdisks. Root path is "/" for all.')
|
|
26
|
+
exit 1
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def run
|
|
31
|
+
validate
|
|
32
|
+
|
|
33
|
+
vdisk_list = [
|
|
34
|
+
ui.color('Name', :bold),
|
|
35
|
+
ui.color('Size', :bold),
|
|
36
|
+
ui.color('Used', :bold),
|
|
37
|
+
ui.color('File-Type', :bold),
|
|
38
|
+
ui.color('File-Path', :bold),
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
path = Chef::Config[:knife][:path].sub! '/', '%2F'
|
|
42
|
+
vdisk = get("/vdisks/?path="+path)
|
|
43
|
+
info = JSON.parse(vdisk)
|
|
44
|
+
info["entities"].sort_by do |vdisk|
|
|
45
|
+
vdisk_list << vdisk["name"].to_s
|
|
46
|
+
vdisk_list << vdisk["totalSize"].to_s
|
|
47
|
+
vdisk_list << vdisk["usedSize"].to_s
|
|
48
|
+
vdisk_list << vdisk["fileType"].to_s
|
|
49
|
+
vdisk_list << vdisk["filePath"].to_s
|
|
50
|
+
end
|
|
51
|
+
print ui.list(vdisk_list, :uneven_columns_across, 5)
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
require 'chef/knife'
|
|
2
|
+
|
|
3
|
+
class Chef
|
|
4
|
+
class Knife
|
|
5
|
+
class AcropolisVm < Knife
|
|
6
|
+
|
|
7
|
+
include AcropolisBase
|
|
8
|
+
|
|
9
|
+
deps do
|
|
10
|
+
require 'json'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
banner "knife acropolis vm list (options)"
|
|
14
|
+
|
|
15
|
+
option :sorted,
|
|
16
|
+
:short => '-S',
|
|
17
|
+
:long => '--sorted',
|
|
18
|
+
:boolean => true,
|
|
19
|
+
:description => "Getting a list of you acropolis VM´s sorted by name."
|
|
20
|
+
|
|
21
|
+
def run
|
|
22
|
+
vms_list = [
|
|
23
|
+
ui.color('VM UUID', :bold),
|
|
24
|
+
ui.color('Name', :bold),
|
|
25
|
+
ui.color('CPU', :bold),
|
|
26
|
+
ui.color('RAM (MB)', :bold)
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
if config[:sorted]
|
|
30
|
+
vms = get("/vms")
|
|
31
|
+
info = JSON.parse(vms)
|
|
32
|
+
info["entities"].sort_by do |vm|
|
|
33
|
+
[vm["config"]["name"].downcase].compact
|
|
34
|
+
end.each do |vm|
|
|
35
|
+
vms_list << vm["uuid"].to_s
|
|
36
|
+
vms_list << vm["config"]["name"]
|
|
37
|
+
vms_list << vm["config"]["numVcpus"].to_s
|
|
38
|
+
vms_list << vm["config"]["memoryMb"].to_s
|
|
39
|
+
end
|
|
40
|
+
print ui.list(vms_list, :uneven_columns_across, 4)
|
|
41
|
+
else
|
|
42
|
+
vms = get("/vms")
|
|
43
|
+
info = JSON.parse(vms)
|
|
44
|
+
info["entities"].each do |vm|
|
|
45
|
+
vms_list << vm["uuid"].to_s
|
|
46
|
+
vms_list << vm["config"]["name"]
|
|
47
|
+
vms_list << vm["config"]["numVcpus"].to_s
|
|
48
|
+
vms_list << vm["config"]["memoryMb"].to_s
|
|
49
|
+
end
|
|
50
|
+
print ui.list(vms_list, :uneven_columns_across, 4)
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: knife-acropolis
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.4
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Christian Johannsen
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-12-09 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: chef
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '12.0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '12.0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rest-client
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '1.8'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '1.8'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: json
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '1.7'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '1.7'
|
|
55
|
+
description: Plugin for Chef´s knife command, to support the Nutanix Acropolis App
|
|
56
|
+
Fabric.
|
|
57
|
+
email:
|
|
58
|
+
- c.johannsen@clickedways.de
|
|
59
|
+
executables: []
|
|
60
|
+
extensions: []
|
|
61
|
+
extra_rdoc_files:
|
|
62
|
+
- README.md
|
|
63
|
+
- LICENSE
|
|
64
|
+
files:
|
|
65
|
+
- CHANGELOG.md
|
|
66
|
+
- LICENSE
|
|
67
|
+
- README.md
|
|
68
|
+
- lib/chef/knife/acropolis_base.rb
|
|
69
|
+
- lib/chef/knife/acropolis_ha_list.rb
|
|
70
|
+
- lib/chef/knife/acropolis_image_list.rb
|
|
71
|
+
- lib/chef/knife/acropolis_network_list.rb
|
|
72
|
+
- lib/chef/knife/acropolis_snapshot_create.rb
|
|
73
|
+
- lib/chef/knife/acropolis_snapshot_delete.rb
|
|
74
|
+
- lib/chef/knife/acropolis_snapshot_list.rb
|
|
75
|
+
- lib/chef/knife/acropolis_task_list.rb
|
|
76
|
+
- lib/chef/knife/acropolis_vdisk_list.rb
|
|
77
|
+
- lib/chef/knife/acropolis_vm_list.rb
|
|
78
|
+
- lib/knife-acropolis/version.rb
|
|
79
|
+
homepage: https://github.com/cjohannsen81/knife-acropolis
|
|
80
|
+
licenses:
|
|
81
|
+
- APACHE
|
|
82
|
+
metadata: {}
|
|
83
|
+
post_install_message:
|
|
84
|
+
rdoc_options: []
|
|
85
|
+
require_paths:
|
|
86
|
+
- lib
|
|
87
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
|
+
requirements:
|
|
89
|
+
- - ">="
|
|
90
|
+
- !ruby/object:Gem::Version
|
|
91
|
+
version: '0'
|
|
92
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
97
|
+
requirements: []
|
|
98
|
+
rubyforge_project:
|
|
99
|
+
rubygems_version: 2.4.8
|
|
100
|
+
signing_key:
|
|
101
|
+
specification_version: 4
|
|
102
|
+
summary: Nutanix Acropolis plugin
|
|
103
|
+
test_files: []
|