cookbook 'gdisk', '= 0.1.0'
gdisk (6) Versions 0.1.0 Follow0
Provides gdisk resource
cookbook 'gdisk', '= 0.1.0', :supermarket
knife supermarket install gdisk
knife supermarket download gdisk
Description
Provides gdisk_partition resource.
MBR partitions will be converted to GPT format.
Requirements
Platform:
- Ubuntu 16.04
Recipes
default
The default recipe will:
- install
filesize
gem used inlibraries/helper.rb
- install
gdisk
andparted
Usage
Simply add gdisk::default
recipe to the run_list for the node you want to manage the GPT partitions.
See the gdisktest
recipe for examples.
Resources/Providers
The following gems and packages are used by the custom resources and are installed by the default recipe:
- Gem :
filesize
- Package :
gdisk
,parted
gdisk_partition
This resource creates a partition and changes the partition type.
MBR partitions will be converted to GPT format.
Attributes
Attribute | Type | Description |
---|---|---|
device_name |
String |
required target device file path : /dev/sda
|
number |
Integer |
required partition number : 1
|
type |
String |
GPT partition type. valid types can be found by sgdisk -L . default: 8300
|
size |
String |
Partition size (KMGPT) : 100M
|
start_sector |
Integer |
starting sector for the target partition |
end_sector |
Integer |
ending sector for the target partition |
action |
String |
:create , :delete or :change_type
|
** Note **
When creating a new partition, you can specify the size or the starting/ending sectors.
- only size is specified : creates a partition from the default starting sector + size
- both of starting and ending sectors are specified : partition between the exact sectors. size will be ignored.
- either starting or ending and size are specified : partition from starting sector + size or partition to ending sector - size
See the test cookbook for examples.
License and Author
Author:: Aoi Kadoya
Copyright:: 2017, Aoi Kadoya
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
0.1.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.0 passed this metric
License Metric
0.1.0 failed this metric
gdisk does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.0 passed this metric
License Metric
0.1.0 failed this metric
gdisk does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 passed this metric
0.1.0 failed this metric
gdisk does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 passed this metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric