Skip to content

AAP-60695 Add redis#185

Merged
justinc1 merged 6 commits intomainfrom
add-redis
Dec 16, 2025
Merged

AAP-60695 Add redis#185
justinc1 merged 6 commits intomainfrom
add-redis

Conversation

@justinc1
Copy link
Contributor

@justinc1 justinc1 commented Dec 15, 2025

Application requires redis since ffe1def. PR adds redis to deployment.

PR also:

  • adds back uwsgi to container image. It was removed by mistake.
  • starts using requirements-build.txt instead of requirements.txt to build container image
  • Correctly loaded SECRET_KEY from podman secret. Before, the hardcoded default value was used.

The last point means, all existing customers will need to run manage.py setclusters clusters.yaml after upgrade, because old values in database will not be accessible after SECRET_KEY is replaced. Since they need to add new fields to clusters.yaml, they need to run this command after upgrade anyway.

….6-1

just cp from .tar.gz

Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
@github-actions
Copy link

github-actions bot commented Dec 15, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
6386 4877 76% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 7d581ca by action🐍

Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
It often fails when combined with daemon_reload

Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
Before: everyone was using same hardcoded SECRED_KEY
Enduser will need to run 'python manage.py setclusters clusters.yaml'
again.

Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
Copy link
Contributor

@pmflanagan pmflanagan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@justinc1 justinc1 merged commit 9b98606 into main Dec 16, 2025
8 checks passed
@justinc1 justinc1 deleted the add-redis branch December 16, 2025 10:01
@justinc1 justinc1 changed the title Add redis AAP-60695 Add redis Jan 7, 2026
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.

2 participants