Code Monkey home page Code Monkey logo

argocd-odf's Introduction

Deployment of ODF with ArgoCD

This Repo intention is to give an example of a Helm chart for ODF and how it can be deployed with the help of ArgoCD, it's a starting point for further improvement and customization by the final user. Is not an official Red Hat supported repo.

  1. Fork and clone this Github Repo: https://github.com/red-hat-storage/argocd-odf
gh repo fork https://github.com/red-hat-storage/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 in the bootstrap/values.yaml file 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

argocd-odf's People

Contributors

likid0 avatar ppeereb1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.