Skip to content

Wiab staging improvements#896

Open
mohitrajain wants to merge 7 commits intomasterfrom
wiab-staging-improvements
Open

Wiab staging improvements#896
mohitrajain wants to merge 7 commits intomasterfrom
wiab-staging-improvements

Conversation

@mohitrajain
Copy link
Copy Markdown
Contributor

@mohitrajain mohitrajain commented Apr 8, 2026

Change type

  • Fix
  • Feature
  • Documentation
  • Security / Upgrade

Basic information

  • THIS CHANGE REQUIRES A DEPLOYMENT PACKAGE RELEASE
  • THIS CHANGE REQUIRES A WIRE-DOCS RELEASE

Testing

  • I ran/applied the changes myself, in a test environment.
  • The CI job attached to this repo will test it for me.

Offline Build CI (label-based)

Add one or more labels to trigger offline builds:

  • build-default - Full production build (ansible, terraform, all packages)
  • build-dev - WIAB/dev build
  • build-wiab-staging - WIAB-staging build
  • build-min - Minimal build (fastest, essential charts only)
  • build-all - Run all three builds

Note: No builds run by default. Add a label to trigger CI.

Tracking

  • I added a new entry in an appropriate subdirectory of changelog.d
  • I mentioned this PR in Jira, OR I mentioned the Jira ticket in this PR.
  • I mentioned this PR in one of the issues attached to one of our repositories.

Knowledge Transfer

  • An Asciinema session is attached to the Jira ticket.

Motivation

Objective

Reason

Use case

…lling services and improved the flow based on cert-manager and calling services requirement
…ory, how to verify, download artifact, and documentation around cert-manager and calling components
@mohitrajain mohitrajain requested review from a team and julialongtin as code owners April 8, 2026 15:27
Comment thread bin/helm-operations.sh
Comment thread bin/helm-operations.sh Outdated
fi

# Setting coturn node IP values
yq eval -i ".coturnTurnListenIP = \"$CALLING_NODE_IP\"" "$BASE_DIR/values/coturn/values.yaml"
Copy link
Copy Markdown
Contributor

@arthurwolf arthurwolf Apr 13, 2026

Choose a reason for hiding this comment

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

This is a problem that predates the PR, but I thought I'd still mention: almost all value modifications use a temporary file pattern, like:

yq eval -i '.tls.issuerRef.name = "letsencrypt-http01"' "$TEMP_DIR/sftd-values.yaml"

just above...

But these edit the files "directly" without going through a temp file, which means no "Updating..." log messages like other edits have, no idempotency check, more risk etc.

Minor but thought I'd point it out.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes, let me patch it

Comment thread offline/wiab-staging.md Outdated
Comment thread offline/wiab-staging.md Outdated
Comment thread offline/wiab-staging.md Outdated
Comment thread bin/offline-deploy.sh Outdated
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@arthurwolf arthurwolf left a comment

Choose a reason for hiding this comment

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

Looks all good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants