Closed vkhitrin closed 1 year ago
PR in #301 resolves this issue.
I did notice that the configure-network
service is recreated after 10 minutes, which may not be enough for all baremetals to boot.
oc get pods | grep configure-network
# The second execution with successful reboot operation
dataplane-deployment-configure-network-edpm-compute-lz9ml 0/1 Error 0 17m
# First execution when baremetal did not finish booting from successful metal 3 provisioning
dataplane-deployment-configure-network-edpm-compute-w2t4w 0/1 Error 0 28m
# Third execution after the timeout of second execution (and successful reboot)
dataplane-deployment-configure-network-edpm-compute-wg895 1/1 Running 0 6m14s
When setting
edpm_kernel_args
, during dataplane deployment, the play fails and the host is not rebooted.Trace of this task (excluding the failure above): https://paste.openstack.org/show/bBW5C5xX5YCgxPu0Hyrj/
Ansible variables passed to CR: