Code Monkey home page Code Monkey logo

puppet-ci_eye's Introduction

ci_eye

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with ci_eye
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Compatibility - OS compatibility, etc.

Overview

Manage a CI-eye server. CI-eye is a Continuous Integration build radiator.

Module Description

This module installs a CI-eye server. CI-eye is distributed as a single .jar file, so OS-level so there is no OS-level package/service, as such. However, this module uses the super-sweet java_service_wrapper module to manage CI-eye as a service.

Setup

What ci_eye affects

Service

  • ci_eye

Files

  • The CI-eye installation directory (default: /opt/ci-eye)
  • /root/.ci-eye/views.txt

Beginning with ci_eye

  • include ci_eye

Usage

You can configure the views displayed by CI-eye by setting a class parameter on the ci_eye class:

class { 'ci_eye' :
  views => [{ name => "Puppet Labs",
              projects => [{ type => 'JENKINS',
                             url => 'https://jenkins.puppetlabs.com',
                             name => 'Clojure Projects' },
                           { type => 'JENKINS',
                             url => 'https://jenkins.puppetlabs.com',
                             name => 'PuppetDB' }] },
            { name => 'Your awesome view',
              projects => [{ type => 'JENKINS',
                             url => 'http://your-jenkins-server.com',
                             url => 'http://teamcity.codebetter.com',
                             name => 'Amazing Code' }] }]
}

Images

This module does not (currently) manage any images displayed by CI-eye. CI-eye has good documentation on this. I've considered adding support for this, but it's not clear to me that it's useful.

Reference

Classes

  • ci_eye::params - defines the default parameter values
  • ci_eye::init
  • ci_eye::install - ensures that the CI-eye .jar is available on disk.
  • ci_eye::config - manages the CI-eye configuration
  • ci_eye::service - sets up the service wrapper and manages the CI-eye service.

Functions

  • build_ci_eye_config - constructs the contents of the views.txt file based on the $views class parameter.

Compatibility

It seems to work fine on CentOS 6, and I've yet to test it on anything else.

puppet-ci_eye's People

Contributors

kevincorcoran avatar

puppet-ci_eye's Issues

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.