-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNM Testing CRC Cloud with image based on OCP 4.18 pre release #2724
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cdc137d6518d45eea64a39b3457d1258 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 57m 49s |
vars: | ||
cifmw_extras: | ||
- '@scenarios/centos-9/multinode-ci.yml' | ||
- '@scenarios/centos-9/horizon.yml' | ||
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}" | ||
crc_ci_bootstrap_networking: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current podified-multinode-edpm-deployment-crc job that we have is with a single compute (compute 0). Are we changing that to 2 computes? I thought that was the podified-multinode-edpm-deployment-crc-2comp
job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about that may be @lewisdenny can guide more on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah compute-1
needs to be removed from the crc_ci_bootstrap_networking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes Its's done. When i Checked the logs I got to know that it's unnecessary one. Thanks for your review comments @frenzyfriday and @lewisdenny
af44649
to
dd3d104
Compare
vars: | ||
cifmw_extras: | ||
- '@scenarios/centos-9/multinode-ci.yml' | ||
- '@scenarios/centos-9/horizon.yml' | ||
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}" | ||
crc_ci_bootstrap_networking: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah compute-1
needs to be removed from the crc_ci_bootstrap_networking
dd3d104
to
f986651
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c48d545e6fb7454295ca5227557f27ac ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 26s |
vars: | ||
cifmw_openshift_setup_enable_operator_catalog_override: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may also need these
cifmw_openshift_setup_operator_override_catalog_name: "redhat-operators-4.17"
cifmw_openshift_setup_operator_override_catalog_namespace: "openshift-marketplace"
cifmw_openshift_setup_operator_override_catalog_image: "registry.redhat.io/redhat/redhat-operator-index:v4.17"
No description provided.