Actions
Issue #8519
closedInstaller broken when one brings her own database
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The latest release of the pulp/pulp_installer (3.11.0) is currently broken when one brings her own database.
It currently breaks in two different places (same issue):
- https://github.com/pulp/pulp_installer/blob/3.11.0/roles/pulp_common/handlers/main.yml#L49
- https://github.com/pulp/pulp_installer/blob/3.11.0/roles/pulp_database_config/tasks/main.yml#L49
This variable (ld_library_path) is undefined when one brings her own database. This is because it is set as part of the pulp_database role https://github.com/pulp/pulp_installer/blob/3.11.0/roles/pulp_database/tasks/install_postgres.yml#L124-L126
Actions
Avoid using shared variables from pulp_database role
https://pulp.plan.io/issues/8519 closes #8519