oc-schedulerd/README.md

23 lines
699 B
Markdown
Raw Normal View History

2023-10-18 17:04:06 +02:00
# oc-scheduler
OC-Scheduler retrieves the content of submitted workflows and prepare them to be executed.
2025-03-06 09:33:03 +01:00
make dev
## Parsing
From a workflow's name we retrieve the xml graph associated and parse it in order to create the object representing each componant.
Each object is linked to another, represented by a links object with the two object IDs has attributes.
TODO :
- [x] Retrieve the user input's for each component.
## Organising
TODO :
- [ ] create an argo file from the graph/worfklow
- [ ] Create a different entry for each component
2025-02-18 08:31:54 +01:00
- [ ] execute each element in the right order
## CHANGE ENV FOR KUBE
Add your proper CA, Cert & Data + external IP for kube config.