Activity log for bug #1991660

Date Who What changed Old value New value Message
2022-10-04 12:02:13 daniel.pawlik bug added bug
2022-10-04 12:10:52 chandan kumar tripleo: milestone zed-1
2022-10-04 12:10:57 chandan kumar tripleo: importance Undecided Medium
2022-10-04 12:11:25 chandan kumar tags alert
2022-10-04 12:17:50 daniel.pawlik description Hello, on providing new image for CI check gates that has been created with virt-customize not Diskimage Builder [1][2], it raises issues on some test jobs, that are currently tested on [3]. By discovering what changes needs to be done for virt-customize image, later that image can be replaced by "pure" Centos 9 stream image (only Zuul SSH authorized key will be injected) with pre-tasks, that can apply all the current changes. It means, that the image customization would be simple and helps to control more the system. Currently errors: - for job: periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp_1supp-featureset064-master ``` 2022-10-03 14:32:03.574994 | primary | TASK [Set eth2 public IP address] ********************************************** 2022-10-03 14:32:03.575162 | primary | Monday 03 October 2022 14:32:03 +0000 (0:00:00.049) 0:04:11.661 ******** 2022-10-03 14:32:11.064281 | primary | fatal: [supplemental]: FAILED! => {"changed": false, "cmd": "ip a add dev eth2 10.0.0.250/24;\nip l set eth2 up;\nip link set dev eth2 mtu 1450;\nping 10.0.0.1 -c 4 -q;\n", "delta": "0:00:06.150737", "end": "2022-10-03 10:32:10.823018", "msg": "non-zero return code", "rc": 1, "start": "2022-10-03 10:32:04.672281", "stderr": "", "stderr_lines": [], "stdout": "PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.\n\n--- 10.0.0.1 ping statistics ---\n4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3062ms\npipe 3", "stdout_lines": ["PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.", "", "--- 10.0.0.1 ping statistics ---", "4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3062ms", "pipe 3"]} ``` - for job: periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master ``` 2022-10-03 15:11:07.317795 | primary | TASK [did the deployment pass or fail?] **************************************** 2022-10-03 15:11:07.317869 | primary | Monday 03 October 2022 15:11:07 +0000 (0:00:00.050) 1:07:02.872 ******** 2022-10-03 15:11:07.344113 | primary | fatal: [undercloud -> localhost]: FAILED! => { 2022-10-03 15:11:07.344176 | primary | "failed_when_result": true, 2022-10-03 15:11:07.344188 | primary | "overcloud_deploy_result": "failed" 2022-10-03 15:11:07.344198 | primary | } ``` Other jobs seems to have similar issue. More information and logs are available in test job patch set [3]. Thanks for help, Dan [1] https://softwarefactory-project.io/r/c/config/+/26030 [2] https://softwarefactory-project.io/r/c/config/+/26166 [3] https://review.rdoproject.org/r/c/testproject/+/44982 Hello, on providing new image for CI check gates that has been created with virt-customize not Diskimage Builder [1][2], it raises issues on some test jobs, that are currently tested on [3]. By discovering what changes needs to be done for virt-customize image, later that image can be replaced by "pure" Centos 9 stream image (only Zuul SSH authorized key will be injected) with pre-tasks, that can apply all the current changes. It means, that the image customization would be simple and helps to control more the system. In current virt-customize image, some functionality from DIB has been ported: - simple_init element - https://opendev.org/openstack/diskimage-builder/src/branch/master/diskimage_builder/elements/simple-init/install.d/50-simple-init#L25 and https://opendev.org/openstack/diskimage-builder/src/branch/master/diskimage_builder/elements/simple-init/install.d/60-simple-init-remove-interfaces#L13-L14 that has been added https://softwarefactory-project.io/r/c/config/+/26166/18/nodepool/virt_images/roles/network-config/tasks/main.yaml#13 Currently errors: - for job: periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp_1supp-featureset064-master ``` 2022-10-03 14:32:03.574994 | primary | TASK [Set eth2 public IP address] ********************************************** 2022-10-03 14:32:03.575162 | primary | Monday 03 October 2022 14:32:03 +0000 (0:00:00.049) 0:04:11.661 ******** 2022-10-03 14:32:11.064281 | primary | fatal: [supplemental]: FAILED! => {"changed": false, "cmd": "ip a add dev eth2 10.0.0.250/24;\nip l set eth2 up;\nip link set dev eth2 mtu 1450;\nping 10.0.0.1 -c 4 -q;\n", "delta": "0:00:06.150737", "end": "2022-10-03 10:32:10.823018", "msg": "non-zero return code", "rc": 1, "start": "2022-10-03 10:32:04.672281", "stderr": "", "stderr_lines": [], "stdout": "PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.\n\n--- 10.0.0.1 ping statistics ---\n4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3062ms\npipe 3", "stdout_lines": ["PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.", "", "--- 10.0.0.1 ping statistics ---", "4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3062ms", "pipe 3"]} ``` - for job: periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master ``` 2022-10-03 15:11:07.317795 | primary | TASK [did the deployment pass or fail?] **************************************** 2022-10-03 15:11:07.317869 | primary | Monday 03 October 2022 15:11:07 +0000 (0:00:00.050) 1:07:02.872 ******** 2022-10-03 15:11:07.344113 | primary | fatal: [undercloud -> localhost]: FAILED! => { 2022-10-03 15:11:07.344176 | primary | "failed_when_result": true, 2022-10-03 15:11:07.344188 | primary | "overcloud_deploy_result": "failed" 2022-10-03 15:11:07.344198 | primary | } ``` Other jobs seems to have similar issue. More information and logs are available in test job patch set [3]. Thanks for help, Dan [1] https://softwarefactory-project.io/r/c/config/+/26030 [2] https://softwarefactory-project.io/r/c/config/+/26166 [3] https://review.rdoproject.org/r/c/testproject/+/44982
2022-10-04 16:11:13 yatin bug added subscriber yatin
2022-10-06 12:11:44 Alan Pevec bug added subscriber Alan Pevec
2022-10-12 05:19:50 Rabi Mishra tripleo: status New Triaged