- Oracle Java JDK 6+ (JDK 7 provided by
java
cookbook)
- ZooKeeper (provided by
hadoop
cookbook) - JDBC-compatible database (MySQL, PostgreSQL, Oracle DB)
- JDBC driver JARs
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.
['coopr']['conf_dir']
- The directory used inside/etc/coopr
and used via the alternatives system. Defaultconf.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
cli
- Installs thecoopr-cli
packageconfig
- Configures all servicesdefault
- Runsconfig
andrepo
recipesfullstack
- Installs all packages and services on a single nodeprovisioner
- Installs thecoopr-provisioner
package and servicerepo
- Sets up package manager repositories for coopr packagesserver
- Installs thecoopr-server
package and serviceui
- Installs thecoopr-ui
package and service
Author:: Cask Data, Inc. ([email protected])
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.