Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

artifactory_ii (2) Versions 1.0.0

Installs/Configures artifactory_ii

Policyfile
Berkshelf
Knife
cookbook 'artifactory_ii', '= 1.0.0', :supermarket
cookbook 'artifactory_ii', '= 1.0.0'
knife supermarket install artifactory_ii
knife supermarket download artifactory_ii
README
Dependencies
Changelog
Quality 71%

artifactory_ii

Installs JFrog's Artifactory

Cookbook copied from Agileorbit artifactory cookbook. This cookbook has been updated to support chef-client 13+.

Requirements

  • Java cookbook
  • ark cookbook
  • runit cookbook
  • apache2 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

Attribute Default Comment
['artifactory_ii']['zip_url'] 'http://dl.bintray.com/content/jfrog/artifactory/artifactory-3.4.1.zip?direct' String, Download url
['artifactory_ii']['zip_checksum'] '5019e4a4cac7936b3d4e1fc457d36fff60cdf27de42886184b0b5a844f43f0b0' String, sha 256 sum of download file
['artifactory_ii']['home'] '/var/lib/artifactory' String, artifactory home directory location
['artifactory_ii']['log_dir'] '/var/log/artifactory' String, artifactory log file location
['artifactory_ii']['catalina_base'] ::File.join(node['artifactory_ii']['home'], 'tomcat') String, location of the install directory
['artifactory_ii']['java']['xmx'] '1g' String, maximum memory assigned to the java process
['artifactory_ii']['java']['xms'] '512m' Stirng, minimum memory assigned to the java process
['artifactory_ii']['java']['extra_opts'] '-XX:+UseG1GC' String, additional java tuning options to pass to the process
['artifactory_ii']['user'] 'artifactory' String, user account to run the process under
['artifactory_ii']['port'] 8081 Integer, port for artifactory to listen on
['artifactory_ii']['shutdown_port'] 8015 Integer, port to listen for shutdown command
['artifactory_ii']['install_java'] true boolean, have artifactory cookbook install java

Recipes

  • artifactory_ii::default - Installs Artifactory
  • artifactory_ii::apache_proxy - Setup Apache reverse proxy in front of Artifactory

Author

Dependent cookbooks

java >= 0.0.0
runit >= 0.0.0
ark >= 0.0.0
apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for artifactory_ii

1.0.0 (4/18/2017)

  • [Corey Hemminger] - Initial commit

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 passed this metric

Foodcritic Metric
            

1.0.0 passed this metric

License Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 passed this metric

Version Tag 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 include a tag that matches this cookbook version number