Feature #30436
As a developer I'd like to set the exportable paths via installer
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
We need to be able to add to /etc/pulp/settings.py
ALLOWED_EXPORT_PATHS = ["/var/lib/pulp/katello-exports"]
Add the appropriate installer options
Reference:
https://github.com/theforeman/puppet-pulpcore/commit/f59265ebb9fbe9cceddad37400849f8935538d1e
Related issues
Associated revisions
Refs #30436 - split up changes per PR comments
Refs #30436 - address comments
Refs #30436 - update test
Refs #30436 - address comment comments
Refs #30436 - move tests
Refs #30436 - Add import/export params
History
#1
Updated by Partha Aji about 2 years ago
#2
Updated by Partha Aji about 2 years ago
Note you will also have to set the permissions/ownershjp to apache:pulp for the directories you are creating and allowing as export locations.
#3
Updated by Chris Roberts about 2 years ago
- Category deleted (
Installer) - Project changed from Katello to Installer
#4
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Triaged changed from No to Yes
- Category set to Foreman modules
- Tracker changed from Bug to Feature
#5
Updated by Partha Aji almost 2 years ago
- Blocks Tracker #29977: Import/Export Stories added
#6
Updated by The Foreman Bot over 1 year ago
- Assignee set to Jeremy Lenz
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/147 added
#7
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/297 added
#8
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman-installer/pull/615 added
#9
Updated by Jeremy Lenz over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|444d12af6298d2ce6fdba8c934b1ba9ce0728945.
#10
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Target version set to 2.3.1
#11
Updated by Tomer Brisker over 1 year ago
- Fixed in Releases 2.4.0 added
#12
Updated by Tomer Brisker over 1 year ago
- Fixed in Releases deleted (
2.4.0) - Pull request deleted (
https://github.com/theforeman/foreman-installer/pull/615)
#13
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/304 added
#14
Updated by Tomer Brisker over 1 year ago
- Fixed in Releases 2.3.1, 2.4.0 added
#15
Updated by Tomer Brisker over 1 year ago
- Subject changed from As a developer I 'd like to set the exportable paths via installer to As a developer I'd like to set the exportable paths via installer
Fixes #30436 - add allowed_export_paths to settings.py