Forge Home

threescale

This module helps install openresty and configure 3scale proxy

11,210 downloads

11,022 latest version

2.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.1.0
released Sep 20th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'rhoml-threescale', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add rhoml-threescale
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install rhoml-threescale --version 0.1.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

rhoml/threescale — version 0.1.1 Sep 20th 2013

Puppet module for 3scale proxy

Requirements

Gathering 3scale proxy config files

You can follow the instructions on the support page at 3scale's support website.

Before running the module

After gathering 3scale's configuration, you will download a proxy_conf.zip file which you should unzip on the nginx files directory.

USAGE

  git clone git@github.com:rhoml/puppet-3scale-proxy-module.git nginx
  cd nginx/files
  unzip /path/to/proxy_conf.zip

Author

Rhommel Lamas

  1. Twitter: @rhoml
  2. Email: roml [at] rhommell.com

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request