Giter Site home page Giter Site logo

bridgetlane / chef-analytics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chef-boneyard/chef-analytics

0.0 1.0 0.0 84 KB

Cookbook to install AIO Chef Analytics Server

Home Page: http://docs.chef.io/analytics/install_analytics.html#standalone-version-1-1

Ruby 82.76% HTML 17.24%

chef-analytics's Introduction

chef-analytics Cookbook

This cookbook configures a system to be a AIO Chef Analytics Server. It will install the appropriate platform-specific opscode-analytics Omnibus package from Package Cloud and perform the initial configuration.

Requirements

This cookbook is tested with Chef (client) 12. It may work with or without modification on earlier versions of Chef, but Chef 12 is recommended.

Cookbooks

  • chef-server-ingredient cookbook
  • chef-server cookbook

Platform

This cookbook is tested on the following platforms using the Test Kitchen .kitchen.yml in the repository.

  • Ubuntu 12.04 64-bit

Attributes

chef-analytics::default

Key Type Description Default
['chef-analytics']['version'] String What version of analytics to install nil
['chef-analytics']['package-source'] String Anything other than package cloud nil
['chef-analytics']['api_fqdn'] String FQDN of host node['fqdn']
['chef-analytics']['standalone'] Boolean Standalone or AIO Version false
['chef-analytics']['configuration'] Hash Arbitrary config to add to opscode-analytics.rb {}

Usage

chef-analytics::default

The easiest way to get a Chef Analytics Server up and running is to install chef-solo (via the chef-client Omnibus packages) and bootstrap the system using this cookbook:

# install chef-solo
curl -L https://www.chef.io/chef/install.sh | sudo bash
# create required bootstrap dirs/files
sudo mkdir -p /var/chef/cache /var/chef/cookbooks
# pull down this chef-server cookbook
wget -qO- https://supermarket.chef.io/cookbooks/chef-server/download | sudo tar xvzC /var/chef/cookbooks
# pull down dependency cookbooks
wget -qO- https://supermarket.chef.io/cookbooks/chef-server-ingredient/download | sudo tar xvzC /var/chef/cookbooks
wget -qO- https://supermarket.chef.io/cookbooks/packagecloud/download | sudo tar xvzC /var/chef/cookbooks
# GO GO GO!!!
sudo chef-solo -o 'recipe[chef-server::default]'

Be sure to download and untar the chef-server-ingredient and packagecloud cookbooks. They're dependencies of this cookbook.

License and Authors

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.