Giter Site home page Giter Site logo

shinesolutions / puppet-aem-orchestrator Goto Github PK

View Code? Open in Web Editor NEW
1.0 11.0 3.0 193 KB

Puppet module for provisioning AEM Orchestrator

License: Apache License 2.0

Makefile 1.68% Ruby 42.93% Puppet 26.20% HTML 17.69% Python 11.51%
aem puppet aem-opencloud

puppet-aem-orchestrator's Introduction

Build Status

shinesolutions-aem_orchestrator

Description

A Puppet module for provisioning the Shine Solutions AEM Orchestrator.

Setup

Setup Requirements

If you want to use an S3 URL ( s3://bucket/path ) for the jar file source, you'll need to have the AWS CLI installed and configured so root can run the command below without error. This means you'll need to ensure AWS default credentials are configured correctly. Information on how to set them up is detailed in [the AWS CLI docs.] (http://docs.aws.amazon.com/cli/latest/topic/config-vars.html)

aws s3 cp <url> /tmp/jar.tmp

Beginning with shinesolutions-aem_orchestrator

Install the module using the puppet command:

puppet module install shinesolutions-aem_orchestrator

Or via a Puppetfile:

mod 'shinesolutions-aem_orchestrator'

Or uf you want to use the newest code from git:

mod 'shinesolutions-aem_orchestrator', :git => 'https://github.com/shinesolutions/puppet-aem-orchestrator'

Then just include the module in your Puppet code:

include aem_orchestrator

Usage

Parameters can be set with Hiera. See the defaults in data/common.yaml for examples.

Most default parameters are correct, but you will likely need to override the following to point to the AEM Orchestrator jar file:

aem_orchestrator::jarfile_source: (s3|http|file)://(host|bucket)/path/to/aem_orchestrator.jar
aem_orchestrator::jarfile_checksum_value: <sha256 hash of aem_orchestrator.jar>

Reference

The module's classes and their parameters are documented in the comments in each manifest file. HTML documentation generated with puppet strings can be found in the docs/ folder -- which is published on GitHub Pages for easy reference.

puppet-aem-orchestrator's People

Contributors

cliffano avatar irgeek avatar kaveensingh31 avatar mbloch1986 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

puppet-aem-orchestrator's Issues

Add truststore support

puppet-aem-orchestrator needs new configuration parameters for adding SSL truststore and its password via Java properties javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword .

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.