ansibleplaybookbundle / prometheus-apb

GNU General Public License v3.0
3 stars 4 forks source link

Prometheus APB

Build Status

Description

img

Deploy Prometheus stack into your project of Openshift using APB

How to try it?

Requirements

Hands on lab

Execute this:

mkdir ~/apb && cd ~/apb
wget https://raw.githubusercontent.com/openshift/ansible-service-broker/master/scripts/run_latest_build.sh
chmod 755 run_latest_build.sh
./run_latest_build.sh
oc login -u system:admin
oc adm policy add-cluster-role-to-user cluster-admin developer
oc login -u developer
git clone <repo_url> && cd <repo_folder>
apb prepare
apb push --broker=https://asb-1338-ansible-service-broker.172.17.0.1.nip.io
apb run --project prom-apb-test-01

Elements already done

Working on

To Do

References

Docs

Author