Story #4917
Allow ansible installer to specify static dir
0%
Description
Problem¶
As an Ansible installer user, I can deploy the static media dir to something other than /var/lib/pulp/static.
Solution¶
Add an new Role variable to the 'pulp' role named pulp_static_dir
. This would go with these roles: https://github.com/pulp/ansible-pulp/tree/master/roles/pulp#role-variables
It would be optional, and if set, would then set the STATIC_ROOT
setting in Pulp w/ that value.
History
#1
Updated by bmbouter over 1 year ago
- Tracker changed from Issue to Story
- Subject changed from deploly static content to something other than 'static' to Allow ansible installer to specify static dir
- Description updated (diff)
- % Done set to 0
Pulp being a normal Django app can have its static files settings all overridden so Pulp can support this today. I just looked at the docs though and they are bit out of date so I'm going to try to clean them up some.
I'm going to convert this to a story to add an optional setting named pulp_static_dir
. I've rewritten the description some to match this.
#2
Updated by bmbouter over 1 year ago
- Sprint Candidate changed from No to Yes
@asmacdo, does this story look ready for grooming?
#3
Updated by amacdona@redhat.com over 1 year ago
- Groomed changed from No to Yes
#4
Updated by daviddavis over 1 year ago
- Tags deleted (
Katello-P1)
Talked with jsherrill and this is no longer a P1 since Pulp 3 and Pulp 2 can both use the static dir.
#5
Updated by rchan over 1 year ago
- Sprint Candidate changed from Yes to No
Removing Sprint Candidate since the katello P1 tag was removed and as such, not added to the Sprint during planning.
#7
Updated by dkliban@redhat.com 4 months ago
- Status changed from NEW to CLOSED - WONTFIX
Please register to edit this issue