The Provisioning App creates new OpenDevStack digital projects. It is the central entrypoint to get started with a new project / or provision new components based on quickstarters.
The OpenShift templates are located in ocp-config
and can be compared with the OC cluster using tailor. For example, run cd ocp-config && tailor status -l app=ods-provisioning-app -n ods
to see if there is any drift between current and desired state.
To install the provisiong app, run make install-provisioning-app
.