ci: retire the moqx-000 legacy alias#484
Merged
Merged
Conversation
The interop runner no longer targets moqx-000, so ci-main's auto-deploy no longer needs to maintain it. Drop the DOMAIN_ALIAS wiring from the deploy job: the second Route53 A-record UPSERT, the alias-SAN check, and the extra `-d $DOMAIN_ALIAS` on certbot. The relay's identity stays moqx-main. Also refresh docs/ci-architecture.md, which still called moqx-000 the auto-deploy target (it's moqx-main). Note: the existing moqx-000 A record and its presence in the current cert SAN persist until they age out — this only stops actively maintaining them. moqx-000 TLS drops off at the next cert renewal. moqx-analytics is repointed separately (gmarzot/moqx-analytics#1); land that + redeploy the pipeline first.
afrind
approved these changes
Jul 2, 2026
afrind
left a comment
Contributor
There was a problem hiding this comment.
@afrind reviewed 2 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on gmarzot).
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.
The interop runner no longer targets
moqx-000, soci-main's auto-deploy no longer needs to keep the alias alive.ci-main.ymldeploy job — remove theDOMAIN_ALIASwiring:UPSERT(alias → runner IP)-d "$DOMAIN_ALIAS"(and now-unneeded--expand) oncertbot certonlyThe relay identity stays
moqx-main.ci.openmoq.org.docs/ci-architecture.md— it still calledmoqx-000the auto-deploy target; updated tomoqx-main.Sequencing / safety
moqx-000(confirmed).moqx-analytics: repointed tomoqx-mainin gmarzot/moqx-analytics#1 — merge that + redeploy the log pipeline before/around this, since dropping the alias means its cert SAN and DNS stop being refreshed.moqx-000Route53 A record or force-shrink the current cert — those persist until they age out;moqx-000TLS simply drops at the next renewal. Manual DNS record deletion can follow later.Separate from the docker stats/jemalloc PR (#480).
This change is