From 5581e790f68817b26fb26cfb9aff833f72a85cf8 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 12 Nov 2024 10:47:39 -0500 Subject: [PATCH] A few small bug fixes around OCP CNV demos (#202) --- openshift/README.md | 4 ---- openshift/cnv/provision_rhel.yml | 1 + openshift/setup.yml | 4 ++++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/openshift/README.md b/openshift/README.md index f4d0a3a95..1b772be63 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -14,10 +14,6 @@ This category of demos shows examples of OpenShift operations and management wit - [**OpenShift / Dev Spaces**](devspaces.yml) - Install and deploy dev spaces on OCP cluster. After this job has run successfully, login to your OCP cluster, click the application icon (to the left of the bell icon in the top right) to access Dev Spaces - [**OpenShift / GitLab**](gitlab.yml) - Install and deploy GitLab on OCP. - [**OpenShift / EDA / Install Controller**](eda/install.yml) - Install and deploy EDA Controller instance using the AAP OpenShift operator. -- **OpenShift / CNV / Deploy Automation Hub and sync EEs and Collections** - Workflow Job Template to deploy a functional Automaiton Hub instance in OCP. - - [**OpenShift / Hub / Install Automation Hub**](hub/install.yml) - Install and deploy Automation Hub instance using the AAP OpenShift operator. - - [**OpenShift / Hub / Sync EE Registries**](hub/registries.yml) - Synchronize Execution Environments from console.redhat.com. - - [**OpenShift / Hub / Sync Collection Repositories**](hub/collections.yml) - Synchronize collections from console.redhat.com. - [**OpenShift / CNV / Install Operator**](cnv/install.yml) - Install the Container Native Virtualization (CNV) operator and all its required dependencies. - **OpenShift / CNV / Infra Stack** - Workflow Job Template to build out infrastructure necessary to run jobs against VMs in OpenShift Virtualization. - [**OpenShift / CNV / Create RHEL VM**](cnv/install.yml) - Install the Container Native Virtualization (CNV) operator and all its required dependencies. diff --git a/openshift/cnv/provision_rhel.yml b/openshift/cnv/provision_rhel.yml index cea2cbf33..05c1ad098 100644 --- a/openshift/cnv/provision_rhel.yml +++ b/openshift/cnv/provision_rhel.yml @@ -94,3 +94,4 @@ name: "{{ vm_name }}" namespace: "{{ vm_namespace }}" wait: true + wait_timeout: 240 diff --git a/openshift/setup.yml b/openshift/setup.yml index 740d9044f..f3c37d9c2 100644 --- a/openshift/setup.yml +++ b/openshift/setup.yml @@ -268,6 +268,10 @@ controller_workflows: type: text variable: rh_subscription_org required: true + - question_name: Email + type: text + variable: email + required: true simplified_workflow_nodes: - identifier: Deploy RHEL8 VM unified_job_template: OpenShift / CNV / Create RHEL VM