Kolla-ansible (rocky) uses wrong package name in a playbook

Bug #1894110 reported by No Name
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel Contrail plugin
New
Undecided
Unassigned

Bug Description

The error appears in /usr/local/share/kolla-ansible/ansible/roles/baremetal/tasks/install.yml

The 'drpm' package can't be found by yum, so the playbook fails. Howewer 'deltarpm' installs fine. Replacing the "name: drpm" line with "name: deltarpm" solves the problem. I'm not sure wnether this will work on both RHEL and CentOS Linux. My deployment and target host's OS is Centos 7

me: Install deltarpm packages
  package:
    name: drpm
    state: present
    update_cache: yes
  become: True
  when: ansible_os_family == 'RedHat'

Revision history for this message
No Name (invisiblerain) wrote :

To reproduce the bug, follow the steps at the documentation page: https://docs.openstack.org/kolla-ansible/rocky/user/quickstart.html#kolla-globals-yml

The error should appear at "kolla-ansible -i ./multinode prechecks" from the Deployment page

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.