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

vault-docker (2) Versions 0.3.0

Installs/Configures vault-docker

Policyfile
Berkshelf
Knife
cookbook 'vault-docker', '~> 0.3.0', :supermarket
cookbook 'vault-docker', '~> 0.3.0'
knife supermarket install vault-docker
knife supermarket download vault-docker
README
Dependencies
Changelog
Quality 33%

vault-docker

Cookbook to setup vault using docker.

Supported Platforms

Tested And Validated On
- Ubuntu 16.04

Usage

recipe[vault-docker::default]

Include vault-docker in your run_list.

{
  "run_list": [
    "recipe[vault-docker::default]"
  ]
}

Attributes

Attribute Description Type Default
node['vault-docker']['command']['args'] String of args to provide vault String ''
node['vault-docker']['config'] Hash of configuration environment variables for Consul. Primary way to configure how vault-docker starts. See vault-docker docker image and [vault configuration file docs](vault configuration) for more information. See [.kitchen.yml](.kitchen.yml) for examples of using this to drive behavior. Hash nil
node['vault-docker']['entrypoint'] Start the vault container with your own entrypoint. Must be added as volume to container. String nil
node['vault-docker']['port'] Port(s) to expose from docker container. See docker cookbook for more info. String '8200:8200'
node['vault-docker']['repo'] The docker repo for the image to use String 'vault'
node['vault-docker']['tag'] The docker tag for the image to use String '0.8.3'
node['vault-docker']['sensitive'] Whether to consider container resource sensitive or not Boolean false
node['vault-docker']['volumes'] Volumes to have added to your container Array nil

Testing

  • Linting - Cookstyle and Foodcritic
  • Spec - ChefSpec
  • Integration - Test Kitchen

Testing requires ChefDK be installed using it's native gems.

foodcritic -f any -X spec .
cookstyle
rspec --color --format progress

If you run into issues testing please first remove any additional gems you may
have installed into your ChefDK environment. Extra gems can be found and removed
at ~/.chefdk/gem.

License and Authors

Author:: Jacob McCann (jacob.mccann2@target.com)

Copyright:: 2017, Jacob McCann

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

jmccann-docker-host ~> 3.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.3.0

  • Add ability to pass args to vault

0.2.0

  • Initial Release

Collaborator Number Metric
            

0.3.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.3.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

Foodcritic Metric
            

0.3.0 passed this metric

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.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.3.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