- To install Anfisa on a OpenShift cluster:
-
Login to your OpenShift Cluster
oc project PROJECT_NAME
git clone https://github.com/ForomePlatform/anfisa-openshift.git
-
cd anfisa-openshift/anfisa-chart
-
Edit values.yml
oc adm policy add-scc-to-user anyuid system:serviceaccount:<project name>:default
oc adm policy add-scc-to-group anyuid system:authenticated
helm repo add ibm-helm https://raw.githubusercontent.com/IBM/charts/master/repo/ibm-helm
helm repo update
helm fetch --untar ibm-helm/ibm-object-storage-plugin && cd ibm-object-storage-plugin
helm plugin install ./helm-ibmc
helm ibmc --help
helm ibmc install ibm-object-storage-plugin ibm-helm/ibm-object-storage-plugin --set license=true
oc get storageclass | grep 'ibmc-s3fs
helm upgrade --install anfisa -n PROJECT_NAME --debug .
click BUILD -> buildconfigs -> start build