Description of problem: The CI for the OpenStack provider is able to gather logs of the bootstrap Nova server in order to investigate the boot/Ignition logs. For example this log should have the server boot sequence: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-ocp-installer-e2e-openstack-serial-4.2/237/artifacts/e2e-openstack-serial/bootstrap/nova.log Actual results: The bootstrap/nova.log file collected and stored by the CI only contains this line: 'ascii' codec can't encode characters in position 28961-28963: ordinal not in range(128) Expected results: The file would contain the full contents of the Nova boot log.
Fixed in: https://github.com/openshift/installer/pull/2631
The bootstrap logs are now being gathered properly: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-ocp-installer-e2e-openstack-4.3/432/artifacts/e2e-openstack/bootstrap/nova.log
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0062