Activity log for bug #2033755

Date Who What changed Old value New value Message
2023-09-01 08:51:44 Ashutosh Mishra bug added bug
2023-09-01 09:56:29 Ashutosh Mishra description https://github.com/openstack/tacker/blob/master/playbooks/devstack/pre.yaml In above file, "ensure-java" is added as a role which is used in compliance test. It seems like in the process of installing Java, apt-get is used which is giving error for Centos Jobs. Now in CentOs stream 9 testing in zuul, the jobs which are using centOs as their OS are failing because apt-get is giving error in CentOs instead of yum. This error might be resolved if we specify OS(Ubuntu, CentOs etc) while installing java for ensure-java role. https://github.com/openstack/tacker/blob/master/playbooks/devstack/pre.yaml In above file, "ensure-java" is added as a role which is used in compliance test. It seems like in the process of installing Java, apt-get is used which is giving error for Centos Jobs. Now in CentOs stream 9 testing in zuul, the jobs which are using centOs as their OS are failing because apt-get is giving error in CentOs instead of yum. This error might be resolved if we specify OS(Ubuntu, CentOs etc) while installing java for ensure-java role. ensure-java: Update apt cache Failed $ apt-get update [Errno 2] No such file or directory: b'apt-get'
2023-09-05 05:16:49 Ashutosh Mishra description https://github.com/openstack/tacker/blob/master/playbooks/devstack/pre.yaml In above file, "ensure-java" is added as a role which is used in compliance test. It seems like in the process of installing Java, apt-get is used which is giving error for Centos Jobs. Now in CentOs stream 9 testing in zuul, the jobs which are using centOs as their OS are failing because apt-get is giving error in CentOs instead of yum. This error might be resolved if we specify OS(Ubuntu, CentOs etc) while installing java for ensure-java role. ensure-java: Update apt cache Failed $ apt-get update [Errno 2] No such file or directory: b'apt-get' https://github.com/openstack/tacker/blob/master/playbooks/devstack/pre.yaml In above file, "ensure-java" is added as a role which is used in compliance test. It seems like in the process of installing Java, apt-get is used which is giving error for Centos Jobs. Now in CentOs stream 9 testing in zuul, the jobs which are using centOs as their OS are failing because apt-get is giving error in CentOs. This error might be resolved if we specify OS(Ubuntu, CentOs etc) while installing java for ensure-java role. ensure-java: Update apt cache Failed $ apt-get update [Errno 2] No such file or directory: b'apt-get'
2023-09-05 05:20:32 Ashutosh Mishra description https://github.com/openstack/tacker/blob/master/playbooks/devstack/pre.yaml In above file, "ensure-java" is added as a role which is used in compliance test. It seems like in the process of installing Java, apt-get is used which is giving error for Centos Jobs. Now in CentOs stream 9 testing in zuul, the jobs which are using centOs as their OS are failing because apt-get is giving error in CentOs. This error might be resolved if we specify OS(Ubuntu, CentOs etc) while installing java for ensure-java role. ensure-java: Update apt cache Failed $ apt-get update [Errno 2] No such file or directory: b'apt-get' https://github.com/openstack/tacker/blob/master/playbooks/devstack/pre.yaml In above file, "ensure-java" is added as a role which is used in compliance test. It seems like in the process of installing Java, apt-get is used which is giving error for Centos Jobs. Now in CentOs stream 9 testing in zuul, the jobs which are using centOs as their OS are failing because apt-get is giving error in CentOs. This error might be resolved if we specify OS(Ubuntu, CentOs etc) while installing java for ensure-java role. We are getting below error message- ensure-java: Update apt cache Failed $ apt-get update [Errno 2] No such file or directory: b'apt-get'
2023-09-08 04:10:27 Ashutosh Mishra summary CentOs Jobs Failing due to "ensure-java" role in ansible playbook of devstack. CentOs Zuul Jobs Failing due to "ensure-java" role in ansible playbook of devstack.