Project

Profile

Help

Story #2833

closed

As a user I want to be able to tell pulp where server.yaml file is and not have it be hardcoded to /etc/pulp/

Added by bizhang almost 7 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 23
Quarter:

Description

Problem

Pulp currently needs root permissions to install correctly because the server.yaml file is hardcoded to live in /etc/pulp/.
This is unwanted behavior for installing pulp from PyPI.

Solution

Pulp should discover where the server.yaml file is via an environmental variable. This would have the side effect of making pulp more cross platform.

Currently the hardcoded path is in settings.py:
https://github.com/pulp/pulp/blob/2ec1164d3cfea8cfdcfa0b6a2936c41765190d96/platform/pulpcore/app/settings.py#L263

Also available in: Atom PDF