Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

eyespies/cobbler-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobbler-cookbook

Installs and configures Cobbler and Cobbler Web.

Supported Platforms

  • CentOS 7.x
  • RedHat Enterprise Linux 7.x
  • Oracle Linux 7.x

Usage

Full Cobbler Installation Using Defaults

Installs Cobbler and (depending on the attribute values) either Apache or Nginx as the front end to Cobbler.

NOTE: Currently only Nginx is supported; pull requests to finish the Apaache integration are welcome.

Include cobblerd in your node's run_list (installs Nginx by default):

{
  "run_list": [
    "recipe[cobblerd::default]"
  ]
}

To install Cobbler with Apache instead of Nginx:

{
  "attributes": {
    "cobblerd": {
      "http_service_name": "apache"
    }
  },
  "run_list": [
    "recipe[cobblerd::default]"
  ]
}

Maintainers

Original Author:: Bloomberg Compute Architecture Group ([email protected]) Additional Author:: Justin Spies ([email protected])

To build and test, one can run the following (this done using ChefDK binaries):

  • bundler package
  • kitchen verify '.*'

About

A Chef cookbook for installing and maintaining Cobbler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 59.6%
  • HTML 38.6%
  • Python 1.8%