Stefan Lindén
Stefan Lindén
The reason for the upgrade to 1.0.10 is that the 1.0.8 suddenly cannot read changelogs. Example from log as it is now on Centos 6 running 1.0.8. I got the...
Hi, I see. Well as someone wrote, there is no alternative to your utility. I really like it but I guess I can upgrade those few servers to Centos 7...
I don't know how to do pull requests but the fix is quite simple. Change line 208 in centos-errata-katello-importer.py to: pulp_cmd.append('--description=' + str(errata.get_description().encode('utf-8'))) Basically convert unicode to ascii using utf-8...
Looking more in the code I can see the description of the errata never gets imported. It is hardcoded to N/A. Any reason for this?
You need to read the instructions one more time. It clearly says: To run this script on CentOS you need: pulp-admin-client pulp-rpm-admin-extensions redis server Some python modules lxml PyYAML pyaml...
After Katello 3.14 Pulp version 3 is used. This script does not support Pulp version 3. I suggest you install 3.14.
When I installed 3.14 of Katello I did this: yum -y localinstall https://yum.theforeman.org/releases/1.24/el7/x86_64/foreman-release.rpm yum -y localinstall https://fedorapeople.org/groups/katello/releases/yum/3.14/katello/el7/x86_64/katello-repos-latest.rpm yum -y localinstall https://yum.puppet.com/puppet6-release-el-7.noarch.rpm yum -y localinstall https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum -y install foreman-release-scl yum...
I downgraded to 3.14 to solve this. I do believe you can configure Foreman to use pulp2 but I have not tried it yet.