cit1zen / cachet-openshift

Cachet for OpenShift 3

Home Page:https://cachethq.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cachet for OpenShift 3

Description

Templates and imagestreams that add Cachet to your OpenShift cluster.

Tested for OpenShift 3.6 and 3.7.

Quickstart

  1. Add official imagestream to OpenShift.
oc create -f imagestreams/cachet-official.yaml
  1. Add template to OpenShift.
oc create -f templates/cachet.yaml
  1. Deploy template using WebUI or CLI.
oc process templates/cachet DB_USERNAME=user \
                            DB_PASSWORD=passwd \
                            DB_HOST=mysql.host.com \
                            DB_DATABASE=sampledb \
                            DB_PORT=3306 \
                            DB_DRIVER=mysql \
                            CACHET_URL=cachet.domain.com | \
oc create -f -
  1. Setup Cachet using Cachet WebUI.
  2. ...
  3. Profit.