ffquintella-dockerapp_ccm

Puppet module that installs and configure the Configuration and Credential Manager App using a docker container


License
CNRI-Python-GPL-Compatible
Install
puppet module install ffquintella-dockerapp_ccm --version 1.1.1

Documentation

dockerapp_ccm

Table of Contents

  1. Description
  2. Setup - The basics of getting started with dockerapp_ccm
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

The Configuration and Credential Manager is an app designed to be able to handle other apps configurations. This module installs and configures it using a docker container and a default directory structure.

Setup

What dockerapp_ccm affects OPTIONAL

This module creates some directories under /srv with the service_name provided

Beginning with dockerapp_ccm

To use this module you install it and follow the instructions in usage

Usage

Basic use of the module

class {'dockerapp_ccm':
  version => '1.5.51',
  ports => ['4443:443'],
  redis_server => 'redis.server.com',
  redis_port = '6379',
  redis_database = '1',
  masterkey = 'SuPeRsEcReTkEy',
  service_name = 'ccm',
  smpt_server = 'smtp.abc.com',
  email_from = 'CCM@abc.com',
  email_name = 'CCM Server',
}

Limitations

This module is only tested for RedHat 7 derivations and Debian

Development

Just fork and open change requests. Be shure all the tests are passing using pkd test unit and pdk validate