Comment 4 for bug 1897863

Revision history for this message
yatin (yatinkarel) wrote :

Also additionally i checked why issue didn't hit in undercloud-upgrade job[1]. There i found that dnf update do not run as part of repo setup but as part of upgrade_tasks[2]. And at that stage openvswitch service stops which is similar to standalone upgrade. But openvswitch service get's started as part of tripleo_os_net_config[3] which is not happening in standalone-upgrade due to missing[4]. In that patch too it's not working as tripleo_network_config_with_ansible: false[5] likely because tht got updated at a later stage. /me don't know why openvswitch is getting started with tripleo_network_config_with_ansible: true and hide the issue in undercloud-upgrade job.

[1] https://zuul.openstack.org/builds?job_name=tripleo-ci-centos-8-undercloud-upgrade
[2] https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/undercloud/undercloud-upgrade.yaml#L78-L83
[3] https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_network_config/tasks/os_net_config.yml#L42-L51
[4] https://review.opendev.org/#/c/754974/
[5] https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2f8/754974/3/check/tripleo-ci-centos-8-standalone-upgrade/2f8b1f0/logs/undercloud/home/zuul/standalone-ansible-0c3wr89g/group_vars/Standalone