docs: DNS registration guide for public site#92
Open
tuxerrante wants to merge 2 commits into
Open
Conversation
Add criteria, candidate shortlist, recommended default, decision log template, and action checklist for the public site hostname. Cross-link from ARCHITECTURE. Fixes #91 Signed-off-by: Alessandro Affinito <aaffinit@redhat.com> Made-with: Cursor
There was a problem hiding this comment.
Pull request overview
Adds a new documentation guide to help the team choose and register a public DNS name for the SRE Simulator website, and links it from the architecture documentation so it’s discoverable.
Changes:
- Added
docs/DNS_REGISTRATION.mdwith naming goals/criteria, candidate shortlist, recommended default, decision log template, and post-selection checklist. - Cross-linked the new guide from
docs/ARCHITECTURE.mdand updated the docs tree to include it.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/DNS_REGISTRATION.md | New actionable guide for selecting/recording/registering a public website domain and DNS/TLS steps. |
| docs/ARCHITECTURE.md | Adds a reference to the new DNS guide and updates the documented repo structure. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
Author
|
Domain/DNS rollout plan (deferred) Keeping this noted here so we can execute later, after remaining infra/test fixes are completed.
When ready to execute:
This keeps DNS as Terraform-managed while avoiding premature registrar/domain churn. |
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.
Summary
Adds
docs/DNS_REGISTRATION.mdto make issue #91 actionable: naming criteria, candidate shortlist (including ideas from the issue), a recommended default (sre-simulator.comfirst), decision log template, and registration/DNS/TLS checklist. Cross-links fromdocs/ARCHITECTURE.md.Test plan
make install(fresh worktree)make validate— pass (existing ESLint warnings inChatMessage.tsx, unchanged)make testmake test-integrationFixes #91
Made with Cursor