Issue #2900
closedAdd http config change install documentation for Pulp Python
Description
Pulp is requesting: /pulp/python/web/pypi/pypi/falcon/json/
The actual file is /pulp/python/web/pypi/pypi/falcon/json/index.json
The documentation should reflect the need to update the httpd DirectoryIndex directive to support this behavior or attempt to retrieve index.json by name.
Updated by amacdona@redhat.com over 7 years ago
I'm surprised you hit this. I assumed that the DirectoryIndex should be correct from the install.
https://github.com/pulp/pulp_python/blob/master/plugins/etc/httpd/conf.d/pulp_python.conf#L11
I agree that this should be documented.
Updated by mikea over 7 years ago
Ah, I think the problem was coming from the pulp_python 1.x tree the pulp_python.conf did not have that setting.. Just a small documentation fix
I guess this is a byproduct of me installing from source directly (no 2.x RPM for pulp 2.11 on RHEL 6), as the RPM would've replaced the file properly.
Updated by bmbouter over 7 years ago
mikea, should we close this as NOTABUG or would you like some docs updated in some way. Would you be able to send us a PR with the docs changes?
Updated by mikea over 7 years ago
- Status changed from NEW to CLOSED - NOTABUG
- Assignee set to mikea
Will submit a documentation update shortly.
Updated by bmbouter over 7 years ago
- Status changed from CLOSED - NOTABUG to POST
We track doc improvements as fixing defects so I'm reopening. Since the PR is available I'm setting to POST.
Updated by amacdona@redhat.com over 7 years ago
- Subject changed from Pulp Python fails to sync from Pulp repository to Add http config change install documentation for Pulp Python
Updated by amacdona@redhat.com over 7 years ago
Added by amacdona@redhat.com over 7 years ago
Updated by amacdona@redhat.com over 7 years ago
- Status changed from POST to MODIFIED
Updated by pcreech over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Merge pull request #113 from mikeadamz/master
Improve documentation about package sync between two pulp servers