mayadata-io / ci-e2e-status

OpenEBS CI-E2E Dashboard api

Home Page:https://openebs.ci/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card Build status BCH compliance

OpenEBS CI-E2E Status

Pre-requisites for k8s cluster

kubectl apply -f https://openebs.github.io/charts/openebs-operator-0.8.0.yaml
kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/0.8/k8s/openebs-storageclasses.yaml
https://github.com/openebs/openebs.git
cd openebs/k8s/demo/crunchy-postgres/
ls -ltr
./run.sh

Pre-requisite for localhost

1 - Postgress running in local 2 - Export variable like following ...

export DBHOST=<db_host>
export DBPORT=<db_port>
export DBUSER=<db_user>
export DBPASS=<db_password>
export DBNAME=<db_name>
export TOKEN=<gitlab_token>

3 - run the main file

example:

go run main.go

About

OpenEBS CI-E2E Dashboard api

https://openebs.ci/


Languages

Language:Go 98.8%Language:Dockerfile 1.2%