From 17bc815c841ca21c5099173f922551b29ce487f2 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 24 Oct 2023 17:15:07 +0000 Subject: [PATCH] add USR App --- openshift/setup.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/openshift/setup.yml b/openshift/setup.yml index 939e3bac3..29cce12df 100644 --- a/openshift/setup.yml +++ b/openshift/setup.yml @@ -1,8 +1,16 @@ --- controller_components: + - projects - credentials - job_templates +controller_projects: + - name: USR App + organization: Default + scm_type: git + wait: true + scm_url: https://github.com/willtome/usr-workshop + controller_credentials: - name: OpenShift Credential organization: Default @@ -35,3 +43,14 @@ controller_templates: credentials: - "OpenShift Credential" + - name: OpenShift / USR App + job_type: run + inventory: "Demo Inventory" + project: "USR App" + playbook: "ansible_playbooks/deploy.yml" + notification_templates_started: Telemetry + notification_templates_success: Telemetry + notification_templates_error: Telemetry + credentials: + - "OpenShift Credential" +