feat/ISD-5765: Mattermost stg deployment module - #124
Open
DeeKay3 wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a reusable PS7 Mattermost deployment module that wraps the mattermost-k8s-operator product module (sourced from GitHub main) and pins the charm revisions/channels for a known-good stack: mattermost-k8s (latest/edge, rev 49 → Mattermost 11.7.7), postgresql-k8s (14/stable, 774), s3-integrator (1/stable, 330), smtp-integrator (latest/stable, 121), self-signed-certificates (latest/stable, 518), and oauth-external-idp-integrator (latest/edge, 6). It exposes the site-specific inputs (model UUID, S3/SMTP/OAuth config, licence, unit counts) as variables and re-exports the app name/endpoints as outputs.
Ingress is intentionally left out (deploy_ingress = false) so each consuming deployment can wire its own ingress, and a plan-based tofu test is included to validate the module resolves and outputs the expected mattermost-k8s app name.