starkandwayne/redis-deployment

Name: redis-deployment

Owner: Stark & Wayne

Description: null

Created: 2016-11-28 20:05:54.0

Updated: 2018-05-08 16:06:26.0

Pushed: 2017-01-24 22:54:55.0

Homepage: null

Size: 11

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Redis Deployment Template

This repository acts as an upstream repository of YAML templates for use in deploying one or more Redis clusters, via the Gensis utility.

Redis is a Syslog aggregator, designed to stream all of your BOSH job logs through it and out via an http/websocket stream.

Creating a new Redis Deployment

To create a new Genesis-based deployment of Redis, run

genesis new deployment --template redis

This will create a new repo called redis-deployments for you, and pull in the github.com/starkandwayne/redis-deployment repo as the upstream remote, copying the contents of global/* into the new redis-deployments repository.

This allows you to easily diverge from the upstream templates to suit your environment, yet still be able to pull in changes from upstream down the road. For example, Redis on AWS.

Amazon EC2 (AWS) Sites

The aws template will set you up with a structure suitable for deploying Redis to Amazon Web Service's EC2/VPC infrastructure.

genesis new site --template aws <name>

Notes

For more information, check out the Genesis repo, or genesis help. You can download the Genesis program from Github


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.