diff --git a/openshift/README.md b/openshift/README.md index f4d0a3a9..1b772be6 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 cea2cbf3..05c1ad09 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 740d9044..f3c37d9c 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