Version information
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'unibet-ambari', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
ambari
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with ambari
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
From the Apache Ambari docs: "The Apache Ambari project is aimed at making Hadoop management simpler by developing software for provisioning, managing, and monitoring Apache Hadoop clusters. Ambari provides an intuitive, easy-to-use Hadoop management web UI backed by its RESTful APIs."
This module aims to manage the infrastructure bits surrounding Ambari, such as package installation, service state management.
Note this module is currently work in progress, however any breaking changes will only be introduced in new minor versions.
Module Description
Current scope of this module is to provide package installation, service state management and support for running the unattended default server bootstrap.
Setup
What ambari affects
- Installs ambari-server
- Optionally manages package repository
- Runs unattended ambari-server setup
- Manages the ambari-server service
Setup Requirements
No extra setup requirements needed.
Usage
Use class ambari::server to manage the Ambari server installation. Version to install is set in the ambari class in case we expand the possibility to manage ambari agents
Reference
Class: ambari::server
class { '::ambari::server':
use_repo => true,
db_backend => 'mysql'
}
Limitations
Tested on EL6
Development
Fork it, create feature branch, make sure your changes pass lint, compilation and unit tests, then create pull request.
Code / catalog testing:
bundle install
bundle exec rake lint
bundle exec rake validate
bundle exec rake spec
Integration testing:
bundle install
bundle exec kitchen test
Release Notes
N/A
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- puppetlabs-inifile (>= 1.0.0)
- maestrodev-wget (> 1.0.0)
Copyright 2015 North Development AB 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.