Compare commits
3 Commits
main
...
cnv_fixes2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5399283a1 | ||
|
|
b9054543cb | ||
|
|
beb47d4f8e |
@@ -245,6 +245,34 @@ controller_templates:
|
|||||||
- "OpenShift Credential"
|
- "OpenShift Credential"
|
||||||
|
|
||||||
controller_workflows:
|
controller_workflows:
|
||||||
|
- name: OpenShift / CNV / Sync Hosts
|
||||||
|
description: A workflow to update dynamic CNV inventory and wait for hosts to become avilable
|
||||||
|
organization: Default
|
||||||
|
notification_templates_started: Telemetry
|
||||||
|
notification_templates_success: Telemetry
|
||||||
|
notification_templates_error: Telemetry
|
||||||
|
survey_enabled: true
|
||||||
|
survey:
|
||||||
|
name: ''
|
||||||
|
description: ''
|
||||||
|
spec:
|
||||||
|
- question_name: Specify target hosts
|
||||||
|
type: text
|
||||||
|
variable: _hosts
|
||||||
|
required: true
|
||||||
|
default: "openshift-cnv-rhel*"
|
||||||
|
simplified_workflow_nodes:
|
||||||
|
- identifier: Inventory Sync
|
||||||
|
unified_job_template: OpenShift CNV Inventory
|
||||||
|
success_nodes:
|
||||||
|
- Wait Hosts
|
||||||
|
- identifier: Wait Hosts
|
||||||
|
unified_job_template: OpenShift / CNV / Wait Hosts
|
||||||
|
failure_nodes:
|
||||||
|
- Second Inventory Sync
|
||||||
|
- identifier: Second Inventory Sync
|
||||||
|
unified_job_template: OpenShift CNV Inventory
|
||||||
|
|
||||||
- name: OpenShift / CNV / Infra Stack
|
- name: OpenShift / CNV / Infra Stack
|
||||||
description: A workflow to deploy Virtualized infra in OCP Virtalization
|
description: A workflow to deploy Virtualized infra in OCP Virtalization
|
||||||
organization: Default
|
organization: Default
|
||||||
@@ -320,15 +348,15 @@ controller_workflows:
|
|||||||
success_nodes:
|
success_nodes:
|
||||||
- Patch Instance
|
- Patch Instance
|
||||||
# We need to do an invnetory sync *after* creating snapshots, as turning VMs on/off changes their IP
|
# We need to do an invnetory sync *after* creating snapshots, as turning VMs on/off changes their IP
|
||||||
- identifier: Inventory Sync
|
- identifier: Sync Hosts
|
||||||
unified_job_template: OpenShift CNV Inventory
|
unified_job_template: OpenShift / CNV / Sync Hosts
|
||||||
success_nodes:
|
success_nodes:
|
||||||
- Patch Instance
|
- Patch Instance
|
||||||
- identifier: Take Snapshot
|
- identifier: Take Snapshot
|
||||||
unified_job_template: OpenShift / CNV / Create VM Snapshots
|
unified_job_template: OpenShift / CNV / Create VM Snapshots
|
||||||
success_nodes:
|
success_nodes:
|
||||||
- Project Sync
|
- Project Sync
|
||||||
- Inventory Sync
|
- Sync Hosts
|
||||||
- identifier: Patch Instance
|
- identifier: Patch Instance
|
||||||
unified_job_template: OpenShift / CNV / Patch
|
unified_job_template: OpenShift / CNV / Patch
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
Reference in New Issue
Block a user