cookbook 'artifactory', '= 1.0.0'
artifactory (9) Versions 1.0.0 Follow15
Installs/Configures artifactory
cookbook 'artifactory', '= 1.0.0', :supermarket
knife supermarket install artifactory
knife supermarket download artifactory
artifactory cookbook
Installs JFrog's Artifactory OSS 5.2.1
Requirements
- Java 8 (java cookbook)
- ark cookbook
Usage
This cookbook doesn't configure Artifactory since Artifactory was designed primarily for configuration from the UI. It's possible to bootstrap Artifactory's configuration by copying an existing configuration to $ARTIFACTORY_HOME/etc/artifactory.config.import.xml
. A configuration file can be obtained from a running Artifactory server using curl:
curl -u admin:password -X GET -H 'Accept: application/xml' http://localhost:8081/artifactory/api/system/configuration
Refer to Artifactory user guide for more details
The default username/password for the server is admin/password
Attributes
-
node['artifactory']['home']
- Artifactory home directory. Artifacts are kept here -
node['artifactory']['log_dir']
- Artifactory/tomcat logs -
node['artifactory']['port']
- Artifactory http port, default is 8081 -
node['artifactory']['shutdown_port']
- Artifactory shutdown http port, default is 8015 -
node['artifactory']['java']['xmx']
- java Xmx (max heap size) -
node['artifactory']['java']['xms']
- java Xms (initial heap size) -
node['artifactory']['java']['extra_opts']
- Extra java options, default is '-XX:+UseG1GC' -
node['artifactory']['install_java']
- Instruct this cookbook to install Java for you. Defaulttrue
-
node['artifactory']['use_ajp']
- Instruct this cookbook to install AJP proxy for you. Defaultfalse
-
node['artifactory']['ajp']['port']
-Port to use for AJP. Default 8019 -
node['artifactory']['ajp']['maxThreads']
- Maximum number of AJP threads. Default 500 -
node['artifactory']['ajp']['minSpareThreads']
- Number of reserved threads. Default 20 -
node['artifactory']['ajp']['enableLookups']
- Whether to do DNS lookups (performance hit) Default false -
node['artifactory']['ajp']['backlog']
- Maximum amounty of requests to queue when all threads are in use. Default 100
Recipes
- artifactory::default - Installs Artifactory
- artifactory::apache-proxy - Setup Apache reverse proxy in front of Artifactory
Author
Author:: Patrick Schaumburg (info@p-schaumburg.de)
Creators of the initial package
- Avishai Ish-Shalom (avishai@fewbytes.com)
- Eric Helgeson (erichelgeson@gmail.com)
- Ronald Chmara (ronabop@gmail.com)
License
Apache 2.0
Dependent cookbooks
java ~> 3.2.1 |
runit ~> 5.0.1 |
ark ~> 4.0.0 |
apache2 ~> 5.2.1 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Artifactory Cookbook Changelog
This file is used to list changes made in each version of the artifactory cookbook.
v1.0.0 - 28.03.2019
- Add installation type binary and distribution
- Add suites for testing
- Add some basic integration tests
- Add helpers for package detection
- Add Contributing.md
- Add monthly integration tests
- Add daily linting tests for latest chef-client version
- Update server.xml template
- Prepared multi OS integration and moved recipe content of default into install_distribution
- Reorder attributes
v0.5.0 - 05.03.2019
- Add kitchen dokken
- Add kitchen testing OS debian 9
- Add version pinning for cookbook dependencies
- Add integration tests through circle ci and dokken
v0.4.1 - 05.03.2019
- Update changelog to new format
- Update readme with latest information and fix some typo
v0.4.0 - 24.02.2019
- Update necessary informations after transferring ownership
- Update default recipe to set attribute based upon latest chef code
- Add java.jdk_version in attributes
- Add artifactory group in attributes
- Add ajp in attributes for apache-proxy recipe and template
- Change chef supermarket url in Berksfile
- Change download url in attributes
- Change catalina_base in attributes
- Fix linting errors in metadata.rb
v0.3.4 - 16.05.2017
- Requires Java 8
- Updated artifactory version and checksum 5.2.1
- Updated test platforms
- Added AJP proxying default setings, cookbook loading, and template additions
- Minor typo and extraneous string interpolation cleanups
- Add ownership for directories
- Fix httpd config file name
- Add Travis CI builds
v0.3.1 - 03.02.2015
- Updated Artifactory version to 3.3.1
- Change order so we actually get java opts
- Permissions fix
v0.3.0 - 19.09.2014
- Update to Artifactory 3.1.1
-
#1 Minor Changes
- ensure rsync is installed for ark
- make directories recursively to support custom home dirs
- make the home directory before the user resource, otherwise it will fail if home_dir doesn't exist
- remove apt from .kitchen.yml because it's not depended in the metadata.
v0.2.0
- Initial Release
Collaborator Number Metric
1.0.0 passed this metric
Contributing File Metric
1.0.0 passed this metric
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.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
1.0.0 passed this metric
1.0.0 passed this metric
1.0.0 passed this metric
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.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
1.0.0 passed this metric
1.0.0 passed this metric
1.0.0 passed this metric
Testing File Metric
1.0.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
1.0.0 passed this metric
1.0.0 failed this metric
1.0.0 passed this metric