I created a repo: sudo pulp-admin rpm repo create \
--repo-id=live-rhel6-opt \ --display-name="BLAH" \ --description="BLAH BLAH" \ --repoview=true \ --serve-http=true \ --feed= https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/optional/os \ --validate=true \ --relative-url=rhel6/opt \ --checksum-type=sha1 \ --remove-missing=true \ --gpg-key=/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release \ --feed-ca-cert=/etc/rhsm/ca/redhat-uep.pem \ --feed-key=REDACTED \ --feed-cert=REDACTED In a browser I can go to http://server/pulp/repos/rhel6/ks, however all presented links (Packages, repoview, etc.) omit the ks and render as http://server/pulp/repos/rhel6/Packages/ which of course don't work. I've searched around and seen similar issues but no solutions or not quite the same issue. I'm sure I'm missing something either in my http configuration or somewhere else. Any pointers would be appreciated. Gravelbone
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
