Skip to content

likid0/argocd-odf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ef06fb · Jun 8, 2022
Apr 28, 2022
Apr 29, 2022
Jun 8, 2022
Feb 4, 2022
Apr 25, 2022
Mar 13, 2022

Repository files navigation

Deployment of ODF with ArgoCD

  1. Fork and clone this Github Repo: https://github.com/likid0/argocd-odf/
gh repo fork  git@github.com:likid0/argocd-odf.git --clone 
  1. Modify the values/variables for the Helm charts as needed:
  • Argocd Bootstrap and ODF,LSO application configuration, at a bare minimum you would need to modify the helmRepoUrl variable and set it with your forked GitHub repo URL.
bootstrap/values.yaml
  • Related to ODF deployment, if not deploying in AWS with dedicated nodes, you need to label the worker nodes with cluster.ocs.openshift.io/openshift-storage='' for ODF to use them during deployment
odf/values.yaml
  • If LSO is going to be used as target PVs for OSDs also modify LSO values, LSO will only discover local disks on nodes with the cluster.ocs.openshift.io/openshift-storage='' label.
lso/values.yaml
  1. Commit and push the modifications you made to the diferent values.yaml files to your forked repository.

  2. Then login into your OCP cluster with a cluster-admin account

$ oc login  https://host:6443 -u XXX  -p XX
  1. Run the setup script to start the deployment, ArgoCD will get bootstraped and ODF Deployed.
$ bash setup.sh

About

argocd-odf testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages