knife-softlayer 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +1 -1
- data/knife-softlayer.gemspec +1 -1
- data/lib/knife-softlayer/version.rb +1 -1
- metadata +3 -30
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDQ1MGU5YzFlOTMwMTBmODRiNDdiYjAzYjhhMGIxMDE5NjhiMjlkMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTIyZWExNTlkYzFhMmE3MTUxZDFhZTljZDViZDAyN2YzZjQ0NDk4Mw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGVlZmUxMmVmMjBlMGU3ZTNlZGE3N2VkMzBiMTRjMzg3MWRjZjNkNzAwNWU3
|
10
|
+
MjJiOWE0Nzc3ODQxMTg1OGUwZDU5ZTA5OTJkMmQ5NGMyNTAxZDkzM2UwZWNj
|
11
|
+
ZTFiZjI3MGY3NjA3OWM0NTM5NDVhNTQ0OTM5Mjg4NDg4YTkwNTA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDg1OWFmMWQ5OTRlM2ZiNWJmZTAwMDU2N2Q3MGUxMzAzOTg2ZjM1OGY5MWQy
|
14
|
+
MTAzNTg0NGJlNmFkOWVlYzM1NTQ3YmQ4YTIyZDY5ZjFkYjg2NGFmY2UzNThh
|
15
|
+
MWNjZWU3MzI4ZjdjZWJmYTI0MWQyOGRhOTRhMmQwNjFjNTgyNmI=
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
[![Build Status](https://api.travis-ci.org/softlayer/knife-softlayer.svg)](https://travis-ci.org/softlayer/knife-softlayer)
|
4
4
|
[![Dependency Status](https://gemnasium.com/softlayer/knife-softlayer.svg)](https://gemnasium.com/softlayer/knife-softlayer)
|
5
5
|
|
6
|
-
A
|
6
|
+
A Chef Knife plugin for launching, bootstrapping, and managing compute instances in the IBM SoftLayer cloud.
|
7
7
|
|
8
8
|
## Installation
|
9
9
|
|
data/knife-softlayer.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
16
16
|
spec.authors = ["Matt Eldridge"]
|
17
17
|
spec.email = ["matt.eldridge@us.ibm.com"]
|
18
18
|
spec.summary = %q{SoftLayer VM support for Chef's knife utility.}
|
19
|
-
spec.description =
|
19
|
+
spec.description = %q{A knife plugin for launching and bootstrapping instances in the IBM SoftLayer cloud.}
|
20
20
|
spec.homepage = "https://github.com/SoftLayer/knife-softlayer"
|
21
21
|
spec.license = "Apache 2.0"
|
22
22
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-softlayer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Eldridge
|
@@ -160,35 +160,8 @@ dependencies:
|
|
160
160
|
- - ~>
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: '1.5'
|
163
|
-
description:
|
164
|
-
|
165
|
-
Status](https://gemnasium.com/softlayer/knife-softlayer.svg)](https://gemnasium.com/softlayer/knife-softlayer)\n\nA
|
166
|
-
knife plugin for launching and bootstrapping instances in the IBM SoftLayer cloud.\n\n##
|
167
|
-
Installation\n\nAdd this line to your application's Gemfile:\n\n gem 'knife-softlayer'\n\nAnd
|
168
|
-
then execute:\n\n $ bundle\n\nOr install it yourself as:\n\n $ gem install
|
169
|
-
knife-softlayer\n\n## Configuration\nAdd your SoftLayer username and API key to
|
170
|
-
your `knife.rb` file.\n\n```ruby\nlog_level :info\nlog_location STDOUT\nnode_name
|
171
|
-
\ 'node'\nclient_key '/path/to/key.pem'\nvalidation_client_name
|
172
|
-
\ 'some-validator'\nvalidation_key '/path/to/validator.pem'\nchef_server_url
|
173
|
-
\ 'https://example.com/organizations/org'\nsyntax_check_cache_path '/path/to/syntax_check_cache'\nknife[:softlayer_username]
|
174
|
-
= \"<SOFTLAYER USERNAME>\"\nknife[:softlayer_api_key] = \"<SOFTLAYER API KEY>\"\n```\n\n##
|
175
|
-
Usage\n\nSee `knife softlayer --help` for more information.\n\nEXAMPLES:\n\n\n```bash\n#
|
176
|
-
look at some options\nuser@local> knife softlayer flavor list [--all]\n```\n\n```bash\n#
|
177
|
-
the minimum number of pieces of flare\nuser@local> knife softlayer server create
|
178
|
-
--hostname test --domain example.com --flavor tiny\n```\n\n```bash\n# being sort
|
179
|
-
of specific about things\nuser@local> knife softlayer server create -H test -D example.com
|
180
|
-
\\\n--block-storage 0:25,2:100,5:1000 \\ # device:GB, device:GB, ...\n--network-interface-speed
|
181
|
-
1000 \\\n--cores 8 \\\n--ram 49152 \\\n--os-code REDHAT_6_64 \\\n--datacenter ams01
|
182
|
-
\\\n--node-name random-node-name \\\n--assign-global-ip <existingGlobalIpv4Address>
|
183
|
-
\\\n--run-list 'recipe[apt],recipe[git],recipe[rbenv],recipe[memcached],recipe[redis]'\n```\n\n####
|
184
|
-
Legal stuff\nUse of this software requires runtime dependencies. Those dependencies
|
185
|
-
and their respective software licenses are listed below.\n\n* [net-ssh](https://github.com/net-ssh/net-ssh/)
|
186
|
-
- LICENSE: [MIT](https://github.com/net-ssh/net-ssh/blob/master/LICENSE.txt)\n*
|
187
|
-
[softlayer_api](https://github.com/softlayer/softlayer-api-ruby-client) - LICENSE:
|
188
|
-
[MIT](https://github.com/softlayer/softlayer-api-ruby-client/blob/master/LICENSE.textile)\n*
|
189
|
-
[knife-windows](https://github.com/opscode/knife-windows) - LICENSE: [Apache v2](https://github.com/opscode/knife-windows/blob/master/LICENSE)\n\n\n--\n>
|
190
|
-
Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>)\n>\n> © Copyright IBM Corporation
|
191
|
-
2014.\n>\n> LICENSE: Apache 2.0 (http://www.apache.org/licenses/)\n\n"
|
163
|
+
description: A knife plugin for launching and bootstrapping instances in the IBM SoftLayer
|
164
|
+
cloud.
|
192
165
|
email:
|
193
166
|
- matt.eldridge@us.ibm.com
|
194
167
|
executables: []
|