Hello,
I notice a strange thing in the logs. All Nodes (ovirt 4.4.3.12-1.el8)
install every days again Python3, after checking for updates. The GUI
log shows this entries:
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Gathering Facts.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
include_tasks.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Detect host operating system.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Fetch installed packages.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Check if vdsm is preinstalled.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Parse operating system release.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Detect if host is a prebuilt image.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Install Python3 for CentOS/RHEL8 hosts.
13.12.2020, 11:39 Check for update of host
onode1.example.org.
Set facts.
/var/log/ovirt-engine/ansible-runner-service.log shows:
2020-12-13 11:39:20,849 - runner_service.services.playbook - DEBUG -
cb_event_handler event_data={'uuid':
'7c4b039d-6212-4b52-95fd-40d85036ed98', 'counter': 33,
'stdout':
'ok: [onode1.example.org]', 'start_line': 31, 'end_line': 32,
'runner_ident': '72737578-3d2f-11eb-b955-00163e33f845',
'event':
'runner_on_ok', 'pid': 603696, 'created':
'2020-12-13T10:39:20.847869', 'parent_uuid':
'00163e33-f845-ee64-acee-000000000013', 'event_data':
{'playbook':
'ovirt-host-check-upgrade.yml', 'playbook_uuid':
'0eb5c935-9f17-4b07-961e-7e0a866dd5ed', 'play': 'all',
'play_uuid':
'00163e33-f845-ee64-acee-000000000008', 'play_pattern':
'all',
'task': 'Install Python3 for CentOS/RHEL8 hosts',
'task_uuid':
'00163e33-f845-ee64-acee-000000000013', 'task_action': 'yum',
'task_args': '', 'task_path':
'/usr/share/ovirt-engine/ansible-runner-service-project/project/roles/ovirt-host-deploy-facts/tasks/main.yml:20',
'role': 'ovirt-host-deploy-facts', 'host':
'onode1.example.org',
'remote_addr': 'onode1.example.org', 'res': {'msg':
'Nothing to do',
'changed': False, 'results': [], 'rc': 0,
'invocation':
{'module_args': {'name': ['python3'], 'state':
'present',
'allow_downgrade': False, 'autoremove': False, 'bugfix':
False,
'disable_gpg_check': False, 'disable_plugin': [],
'disablerepo': [],
'download_only': False, 'enable_plugin': [], 'enablerepo':
[],
'exclude': [], 'installroot': '/',
'install_repoquery': True,
'install_weak_deps': True, 'security': False, 'skip_broken':
False,
'update_cache': False, 'update_only': False, 'validate_certs':
True,
'lock_timeout': 30, 'conf_file': None, 'disable_excludes':
None,
'download_dir': None, 'list': None, 'releasever': None}},
'_ansible_no_log': False}, 'start':
'2020-12-13T10:39:19.872585',
'end': '2020-12-13T10:39:20.847636', 'duration': 0.975051,
'event_loop': None, 'uuid':
'7c4b039d-6212-4b52-95fd-40d85036ed98'}}
Is this a bug?
Best regards
Jonathan