Skip to content
Snippets Groups Projects
Commit 08b56ee9 authored by Dean Kelly's avatar Dean Kelly
Browse files

Update pre_deploy.sh

parent 74c69b0a
No related branches found
No related tags found
2 merge requests!4Rht integration 2,!3Rht integration merge
#!/bin/bash
## This script is executed before the CODECO operator deployment starts. It is used to install dependencies or
## other components' dependencies
sudo kind create cluster --config kind-config.yaml
cd ..
sudo kind create cluster --config ./config/cluster/kind-config.yaml
git clone https://gitlab.eclipse.org/eclipse-research-labs/codeco-project/scheduling-and-workload-migration-swm/qos-scheduler.git
git clone https://gitlab.eclipse.org/eclipse-research-labs/codeco-project/metadata-manager-mdm/mdm-api.git
git clone https://gitlab.eclipse.org/eclipse-research-labs/codeco-project/privacy-preserving-decentralised-learning-and-context-awareness-pdlc/context-awareness/pdlc-pp.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment