Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

cdapio/coopr_cookbook

Repository files navigation

coopr cookbook

Cookbook Version Apache License 2.0 Build Status Code Climate

Requirements

  • Oracle Java JDK 6+ (JDK 7 provided by java cookbook)

Optional dependencies

  • ZooKeeper (provided by hadoop cookbook)
  • JDBC-compatible database (MySQL, PostgreSQL, Oracle DB)
  • JDBC driver JARs

Usage

This cookbook is designed to install Coopr using the built-in ZooKeeper and Derby. A full installation simply needs the coopr::fullstack recipe to be included in your server's run_list.

Attributes

  • ['coopr']['conf_dir'] - The directory used inside /etc/coopr and used via the alternatives system. Default conf.chef
  • ['coopr']['repo']['yum_repo_url'] - Specifies URL for fetching RPM packages via YUM
  • ['coopr']['repo']['apt_repo_url'] - Specifies URL for fetching DEB packages via APT
  • ['coopr']['repo']['apt_components'] - Repository components to use for APT repositories

Recipes

  • cli - Installs the coopr-cli package
  • config - Configures all services
  • default - Runs config and repo recipes
  • fullstack - Installs all packages and services on a single node
  • provisioner - Installs the coopr-provisioner package and service
  • repo - Sets up package manager repositories for coopr packages
  • server - Installs the coopr-server package and service
  • ui - Installs the coopr-ui package and service

Author

Author:: Cask Data, Inc. ([email protected])

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software 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.