Hi guys,
I have a katello node with a copy of my repositories. Node RPM
synchronization works without any issues. However I came across a following
two problems:
- Katello node ( pulp node ) - kickstart repository
By default katello node ( pulp node ) did not allow me use http enabled
repository . I compared all configuration files on node and central Katello
server but no luck. Any idea where I can enable it ? Other than a following
change which I made?
/etc/httpd/conf.d/pulp_rpm.conf
In the original configuration is:
Alias /pulp/repos /var/www/pub/https/repos
I replaced it with:
Alias /pulp/repos /var/www/pub/http/repos
Changing Alias path allowed me to use http based repositories.
Nevertheless I run into a next problem:
- repodata files not synchronized
I found out that files under repodirectory had been sychronized.
/var/lib/pulp/published/http/repos/<ORG>/Library/content/dist/rhel/server/6/6.5/x86_64/kickstart/repodata
Again to fix it I rsynced all files under repodata directory from central
Katello server.
Thanks,
Marek