Skip to content

cit1zen/cachet-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.