Skip to content

mayadata-io/ci-e2e-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published