add USR App

This commit is contained in:
null
2023-10-24 17:15:07 +00:00
parent b701cc5103
commit 17bc815c84

View File

@@ -1,8 +1,16 @@
--- ---
controller_components: controller_components:
- projects
- credentials - credentials
- job_templates - job_templates
controller_projects:
- name: USR App
organization: Default
scm_type: git
wait: true
scm_url: https://github.com/willtome/usr-workshop
controller_credentials: controller_credentials:
- name: OpenShift Credential - name: OpenShift Credential
organization: Default organization: Default
@@ -35,3 +43,14 @@ controller_templates:
credentials: credentials:
- "OpenShift Credential" - "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"