-
Notifications
You must be signed in to change notification settings - Fork 10
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
sap_hypervisor_node_preconfigure: replace use of oc with kubernetes.core.k8s #7
Conversation
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/configure-worker-node.yml
Outdated
Show resolved
Hide resolved
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/configure-worker-node.yml
Show resolved
Hide resolved
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/install-cnv-operator.yml
Outdated
Show resolved
Hide resolved
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/install-cnv-operator.yml
Show resolved
Hide resolved
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/main.yml
Show resolved
Hide resolved
@geetikakay Agree with I do not have access to a KubeVirt instance, 60mins seems sensible because hardware can vary and take a long time for provisioning of large VMs (e.g. 6TiB DRAM) for SAP HANA. |
@newkit Can you please review and test this PR ? At the same time, can you please confirm that the latest |
3af85c0
to
915b45b
Compare
@sean-freeman Done, I have increased the retries. |
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.
Finished review
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/configure-worker-node.yml
Outdated
Show resolved
Hide resolved
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/configure-worker-node.yml
Show resolved
Hide resolved
release: merge dev to main for 1.0.1
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/main.yml - Check and fail is added if any node is not available roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/configure-worker-node.yml - Check and fail is added if any node is not available - Change oc label node to use kubernetes.core Signed-off-by: Geetika Kapoor <[email protected]>
@newkit Thanks , I did requested changes. Please have a look. |
Reviewed and tested
We are still trying to fix the int issue but it's a tough nut. So for now, the ANSIBLE_JINJA2_NATIVE=true workaround is still needed when running the redhat_ocp_virt flavor of the sap_vm_provision role. |
This PR became obsolete since there is a better version of this fix in this PR. |
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/main.yml
roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/configure-worker-node.yml