Still a work in progress
redhat-edge-ai-industrial-demo
Quick Start Testing on RHEL 8 jumpbox
curl -OL https://raw.githubusercontent.com/tosin2013/redhat-edge-ai-industrial-demo-infra/main/dev-box.sh
chmod +x dev-box.sh
./dev-box.sh
These will be added to the script once it has been properly tested
AWS
$ kustomize build clusters/overlays/aws # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/aws
AWS GPU Deployment Target GPU instance type: g4dn.xlarge
$ kustomize build clusters/overlays/aws-gpu # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/aws-gpu
4.14-workshop on RHPDS
$ kustomize build clusters/overlays/4.14-workshop # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/4.14-workshop
Baremetal
$ kustomize build clusters/overlays/baremetal # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/baremetal
Rosa
$ kustomize build clusters/overlays/baremetal # to test
cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/rosa
This will attach the pull secret to the pipeline service account
./hack/configure-pipeline-secret.sh
- This file will push to your quay repo after you create it.
- This file will push to the quay instance in openshift you will have to update it to the quay registry after you have created a account.
./hack/run-pipeline.sh registry-quay-quay.apps.lab.example.com/admin/redhat-edge-ai-industrial-demo
curl -OL https://raw.githubusercontent.com/tosin2013/redhat-edge-ai-industrial-demo-infra/main/hack/run_pipeline.sh
chmod +x run_pipeline.sh
./run_pipeline.sh $(oc get route -n quay | grep registry-quay | awk '{print $2}' | head -1)/admin/redhat-edge-ai-industrial-demo
./run_pipeline.sh quay.io/admin/redhat-edge-ai-industrial-demo