Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: hue install failed when postgresql group missing #176

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

giem-git
Copy link
Contributor

@giem-git giem-git commented Mar 21, 2024

Additional comments

Hue configuration fails when postgreql group is absent from ansible inventory.
This is due to a reference to groups['postgresql'] in hue.ini.j2

Fixed by adding a default filter. Besides, we configure a sqlite3 engine by default.

Agreements

@giem-git giem-git self-assigned this Mar 21, 2024
@giem-git giem-git force-pushed the fix-hue-install-failure-if-no-postgresql branch 2 times, most recently from a006171 to 6fd65f7 Compare March 29, 2024 09:11
@giem-git giem-git force-pushed the fix-hue-install-failure-if-no-postgresql branch from 6fd65f7 to 196af35 Compare March 29, 2024 13:45
@giem-git
Copy link
Contributor Author

Just pushed a simple version.
Without an ansible postgresql group, hue database config will have to be overriden by a tdp_vars_override.

@rpignolet rpignolet merged commit 52e2669 into master Apr 5, 2024
1 check passed
@rpignolet rpignolet deleted the fix-hue-install-failure-if-no-postgresql branch April 5, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants