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

archiva (5) Versions 2.0.0

Installs/Configures Archiva

Policyfile
Berkshelf
Knife
cookbook 'archiva', '= 2.0.0', :supermarket
cookbook 'archiva', '= 2.0.0'
knife supermarket install archiva
knife supermarket download archiva
README
Dependencies
Changelog
Quality 67%

archiva cookbook

Cookbook Version
Build Status
Coverage Status

This cookbook installs Apache Archiva 2.1.1 standalone.

Requirements

  • ark
  • java
  • nginx
    • If the nginx_proxy recipe is not used, nginx won’t be installed

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>


  [:archiva][:version]
  string
  the version of Archiva to install
  2.1.1



    [:archiva][:checksum]
    string
    SHA512 checksum used by Ark
    b517a93c8e1d5825adb738d091c8a55b9bcfd0200286d9c403b58f88a67c4aab



    [:archiva][:install_path]
    string
    Path for Ark to install Archiva to
    /opt/




    [:archiva][:home]
    string
    Where Archiva will be upon installation
    /opt/archiva



    [:archiva][:user_owner]
    string
    Owner of Archiva
    root



    [:archiva][:web_host]
    string
    Hostname for Archiva; used for Nginx
    127.0.0.1



    [:archiva][:web_port]
    string
    Port that Archiva listens on
    8080



    [:archiva][:web_domain]
    string
    Server name used by Nginx
    archiva.example.com



    [:archiva][:web_template]
    string
    Portion of template filename for Nginx
    default



    [:archiva][:nginx]
    string
    The nginx cookbook recipe to use
    default



    [:archiva][:nginx_uri]
    string
    The Nginx server location
    /



    [:archiva][:nginx_port]
    string
    Nginx virtual host listen port
    80

</table>

Usage

  • Add archiva::default to a node’s run list
  • Add archiva::nginx_proxy to a run list to include archiva::default, then install Nginx & have it handle proxing requests to Archiva

Wrapping this cookbook

Should you wish to customize this cookbook’s behavior, the recommendation is to follow The Berkshelf Way and write a wrapper cookbook for this one.

You would then include this cookbook’s recipe(s) in your wrapper cookbook, setting attributes in whatever fashion makes sense for your use case.

E.g.,

    # attributes/default.rb

    set[:java][:java_home]   = '/usr/lib/jvm/java-7-openjdk-amd64'
    set[:java][:java_exec]   = node[:java][:java_home] + '/bin/java'
    set[:java][:jdk_version] = '7'

    set[:archiva][:nginx_uri]   = '/archiva/'
    set[:archiva][:nginx_port]  = '8080'
    set[:archiva][:web_host]    = 'localhost'
    set[:archiva][:web_port]    = '9090'

    # recipes/default.rb

    include_recipe 'archiva'
    include_recipe 'archiva::nginx_proxy'

Contributing

See CONTRIBUTING.MD

License and Authors

Author:: EverTrue, Inc. devops@evertrue.com

Author:: Jorge Espada espada.jorge@gmail.com

License:: Apache License v2.0

Dependent cookbooks

apt ~> 2.5
ark >= 0.0.0
java ~> 1.27
chef_nginx ~> 5.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

archiva CHANGELOG

This is the changelog for the archiva cookbook.

v2.0.0 (2017-03-13)

  • Bump chef_nginx to v5

v1.2.0 (2016-09-26)

  • Use chef_nginx instead of nginx

v1.1.0 (2016-03-21)

  • Add node[:archiva][:mirror] attribute to allow operator to customize where Archiva is downloaded from
  • Refactor test harness to work well in Travis & do integration testing

v1.0.1 (2015-03-13)

  • Reload nginx when archiva_server.conf changes

v1.0.0 (2014-09-24)

  • Refactored to install Archiva ≥ 2.1.1
  • Fixed up metadata
  • Addded Berkshelf support
  • Added ChefSpec unit tests
  • Added Test Kitchen
  • Added ServerSpec integration tests
  • Wired up to Travis CI for all tests
  • Wired up to Coveralls.io for unit test coverage

v0.0.1 (2014-01-10)

  • Initial rev

Collaborator Number Metric
            

2.0.0 passed this metric

Contributing File Metric
            

2.0.0 passed this metric

Foodcritic Metric
            

2.0.0 failed this metric

FC064: Ensure issues_url is set in metadata: archiva/metadata.rb:1
FC065: Ensure source_url is set in metadata: archiva/metadata.rb:1
FC066: Ensure chef_version is set in metadata: archiva/metadata.rb:1
FC069: Ensure standardized license defined in metadata: archiva/metadata.rb:1
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

2.0.0 passed this metric

Testing File Metric
            

2.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
            

2.0.0 passed this metric