Giter VIP home page Giter VIP logo

qiot-datacenter's Introduction

qiot-manufacturing-datacenter-installer

steps to install components in Openshift container platform:

Prerequisites

Download the Openshift client from the official download page

Download helm CLI: https://helm.sh/docs/intro/install/

Login to your SNO with oc CLI.

oc login --token=<<USER_TOKEN>> --server=https://api.<<CLUSTER_ADDRESS>>:6443

Cleanup

helm uninstall ocp-srv-install --namespace manufacturing-dev
helm uninstall ocp-install --namespace manufacturing-dev
oc delete pvc --all --namespace manufacturing-dev
helm uninstall ocp-olm-install --namespace manufacturing-dev
oc delete project manufacturing-dev

helm uninstall vault --namespace hashicorp
oc delete pvc --all --namespace hashicorp
oc delete secret vault-vault-bootstrap  --namespace hashicorp
oc delete project hashicorp

OCP Vault chart

  1. Chart Installation Vault
  2. Vault Bootstrap (init and unsealed)
export WILDCARD=apps.$(oc get dns cluster -o jsonpath='{.spec.baseDomain}')
helm install vault ./ocp-vault-install --dependency-update --create-namespace --set vault.server.route.host=vault.${WILDCARD} --namespace hashicorp

VAULT_TOKEN and KEYS are on a secret in the hashicorp namespace.

A CronJob checks the sealed status, in case the status is sealed will automatically unseal it.

OLM

  1. Cert Manager
  2. AMQ Streams
helm install ocp-olm-install ./ocp-olm-install --create-namespace --namespace manufacturing-dev

OCP Install Chart

  1. Kafka
  2. Influxdb2
  3. Mongo
  4. PostgreSQL
  5. Create Vault issuer
export WILDCARD=apps.$(oc get dns cluster -o jsonpath='{.spec.baseDomain}')
helm install ocp-install ./ocp-install --dependency-update --set issuer.wildcardDomain=${WILDCARD} --namespace manufacturing-dev

OCP Service Install Chart

  1. Event Collector service
  2. Plant Manager service
  3. Product Line service
  4. Registration service
helm install ocp-srv-install ./ocp-srv-install --namespace manufacturing-dev

qiot-datacenter's People

Contributors

andreabattaglia avatar eye0fra avatar

Watchers

James Cloos avatar  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.