Skip to content

Commit

Permalink
add USR App
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome committed Oct 24, 2023
1 parent b701cc5 commit 17bc815
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions openshift/setup.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 17bc815

Please sign in to comment.