add USR App
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user