Skip to content

rhdhorchestrator/orchestrator-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchestrator demo

This repository contains the source code of workflows we use for demo.

It also contains scripts used to build and push the image of the workflow and to generate the associated manifests in order to deploy the workflows in an OCP cluster.

Pre-requisites

Repository structure

  • Folders starting with 0*_ are the folders containing the workflow quarkus projects
  • The resources folder contains
    • the Dockerfile used to build the workflow images
    • a Deployment manifest to deploy a proxy application
    • a Route manifest to allow access to the DataIndex graphQL endpoint. Note that to access the route, we must delete the NetworkPolicies
  • The scripts folder contains the scripts used to build and push the workflow image and to generate the manifests used to deploy the workflow.

References