cookbook 'simple-nexus', '= 0.1.0'
simple-nexus (2) Versions 0.1.0 Follow0
Installs/Configures simple-nexus. No less. No more.
cookbook 'simple-nexus', '= 0.1.0', :supermarket
knife supermarket install simple-nexus
knife supermarket download simple-nexus
Description
This cookbook installs only nexus and provides few typical configurations.
It doesn't install or depends on java, apache, nginx, etc...
Usage
Default recipe only creates user/group and arks nexus.
You are free to do anything with installation.
It better to you to wrap this cookbook in yours' company cookbook.
HWRP
TODO: Currently this cookbook doesn't contain any HWRPs, but I hope if will be ever fixed
Examples
You can visit fixture cookbook [test-nexus](test/fixtures/cookbooks/test-nexus)
Requirements
Platform:
- Debian
- Ubuntu
- Centos
Cookbooks:
- ark
Attributes
-
node['nexus']['download_url']
- Defaults tohttp://download.sonatype.com/nexus/oss/nexus-2.11.2-06-bundle.tar.gz
. -
node['nexus']['checksum']
- Defaults toe3fe7811d932ef449fafc4287a27fae62127154297d073f594ca5cba4721f59e
. -
node['nexus']['version']
- Defaults to2.11.2-06
. -
node['nexus']['user']
- Defaults tonexus
. -
node['nexus']['group']
- Defaults tonexus
. -
node['nexus']['dir']
- Defaults to/opt
. -
node['nexus']['conf']['application-port']
- Defaults to8081
. -
node['nexus']['conf']['application-host']
- Defaults to0.0.0.0
. -
node['nexus']['conf']['nexus-webapp']
- Defaults to${bundleBasedir}/nexus
. -
node['nexus']['conf']['runtime']
- Defaults to${bundleBasedir}/nexus/WEB-INF
. -
node['nexus']['conf']['nexus-webapp-context-path']
- Defaults to/
. -
node['nexus']['conf']['nexus-work']
- Defaults to/var/lib/nexus
. -
node['nexus']['wrapper']['init_mem']
- Defaults to256
. -
node['nexus']['wrapper']['max_mem']
- Defaults to768
.
Recipes
- simple-nexus::default
License and Maintainer
Maintainer:: Yauhen Artsiukhou (jsirex@gmail.com)
License:: Apache
Dependent cookbooks
ark >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.0 passed this metric
0.1.0 passed this metric