cookbook 'nexus-grid', '= 0.1.0'
nexus-grid (5) Versions 0.1.0 Follow0
Installs/Configures Sonatype Nexus Repository Manager
cookbook 'nexus-grid', '= 0.1.0', :supermarket
knife supermarket install nexus-grid
knife supermarket download nexus-grid
nexus-grid Cookbook
This cookbook sets up a Sonatype Nexus Repository Manager by Docker Compose.
Contents
Requirements
platforms
- RHEL, CentOS >= 7.0
- Debian >= 8.0
- Ubuntu >= 14.04
packages
- none.
cookbooks
docker-grid
platform_utils
ssl_cert
Attributes
Key | Type | Description, example | Default |
---|---|---|---|
['nexus-grid']['docker-compose']['app_dir'] |
String | "#{node['docker-grid']['compose']['app_dir']}/nexus" |
|
['nexus-grid']['docker-compose']['data_dir'] |
String | Path string or nil (unset). | "#{node['nexus-grid']['docker-compose']['app_dir']}/data" |
['nexus-grid']['docker-compose']['config'] |
Hash |
docker-compose.yml configurations. |
See attributes/default.rb
|
Usage
Recipes
nexus-grid::default
This recipe does nothing.
nexus-grid::docker-compose
This recipe generates a docker-compose.yml
file for the Sonatype Nexus Repository Manager service.
Role Examples
roles/nexus.rb
name 'nexus' description 'Nexus' run_list( 'role[docker]', 'recipe[nexus-grid::docker-compose]', ) image = 'sonatype/nexus3' port = '8081' override_attributes( 'nexus-grid' => { #'https_enabled' => true, # not supported yet. 'docker-compose' => { 'config' => { 'version' => '2', 'services' => { 'nexus' => { 'restart' => 'always', 'image' => image, 'ports' => [ "#{port}:8081", ], 'volumes' => [ # This volume will be set by the nexus-grid::docker-compose recipe automatically. #"#{node['nexus-grid']['docker-compose']['data_dir']}:/nexus-data", ], 'environment' => { #JAVA_MAX_HEAP => '1200m', # passed as -Xmx. Defaults to 1200m. #JAVA_MIN_HEAP => '1200m', # passed as -Xms. Defaults to 1200m. #EXTRA_JAVA_OPTS => '', # Additional options can be passed to the JVM via this variable. }, }, }, }, }, }, )
License and Authors
- Author:: whitestar at osdn.jp
Copyright 2017, whitestar 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
docker-grid >= 0.2.7 |
platform_utils >= 0.4.3 |
ssl_cert >= 0.3.7 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
nexus-grid CHANGELOG
0.1.0
- Initial release of nexus-gird
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
License 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
License 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