add cluster network design to concepts#1028
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 5 | 0 | 0 | 0.03s | |
| ✅ JSON | jsonlint | 4 | 0 | 0 | 0.07s | |
| ✅ JSON | prettier | 4 | 0 | 0 | 0.29s | |
| ✅ JSON | v8r | 4 | 0 | 0 | 6.24s | |
| ✅ MARKDOWN | markdownlint | 155 | 0 | 0 | 1.46s | |
| ✅ MARKDOWN | markdown-table-formatter | 155 | 0 | 0 | 0.27s | |
| ✅ REPOSITORY | betterleaks | yes | no | no | 1.14s | |
| ✅ REPOSITORY | checkov | yes | no | no | 21.88s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.05s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.24s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 3.55s | |
| ✅ SPELL | codespell | 165 | 0 | 0 | 0.4s | |
| lychee | 165 | 3 | 0 | 14.56s | ||
| ✅ YAML | prettier | 6 | 0 | 0 | 0.27s | |
| ✅ YAML | v8r | 6 | 0 | 0 | 4.94s | |
| ✅ YAML | yamllint | 6 | 0 | 0 | 1.05s |
Detailed Issues
⚠️ SPELL / lychee - 3 errors
📝 Summary
---------------------
🔍 Total..........852
🔗 Unique.........701
✅ Successful.....803
⏳ Timeouts.........0
🔀 Redirected......49
👻 Excluded........46
❓ Unknown..........0
🚫 Errors...........3
⛔ Unsupported......3
Errors in docs/guides/configuration-guide/openstack/index.md
[404] https://github.com/openstack/kolla/blob/master/docker/base/set_configs.py (at 370:30) | Rejected status code: 404 Not Found
[404] https://github.com/openstack/kolla/blob/master/docker/base/start.sh (at 369:37) | Rejected status code: 404 Not Found
Errors in docs/release-notes/index.md
[ERROR] https://release.osism.tech/ (at 11:1) | Connection failed. Check network connectivity and firewall settings
Hint: Followed 49 redirects. You might want to consider replacing redirecting URLs with the resolved URLs. Use verbose mode (`-v`/`-vv`) to see redirection details.
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,SPELL_CODESPELL,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

Show us your support by starring ⭐ the repository
13480e3 to
fa72605
Compare
|
I marked multiple reviewers here to get views from different perspectives and see if this is useful for everybody or if there are relevant basics missing allowing the reader to understand the concept. |
|
FWIW, the diagram doesn't render properly on Firefox on Linux (Firefox 152.0.4 on Fedora and 140.12.0esr on Debian), but it looks perfect on Linux/Chrome and macOS/Firefox. Not suggesting that should be fixed, but may be worth knowing. |
2b2fcb6 to
bffbf3a
Compare
* add description of pure L3 OSISM network concept * add diagram to show the basics of MP-BGP host-based routing * add sections explaining most important concepts behind the concept * add section describing how the whole cluster network and the OpenStack network builds on top of this design * upcoming PRs should probably add more diagrams showing how this is applied as underlay for the OVN overlay, but this can be done separately Co-authored-by: Roger Luethi <luethi@osism.tech> Co-authored-by: Dr. Jens Harbott <harbott@osism.tech> Signed-off-by: Jan Klare <klare@osism.tech>
Signed-off-by: Jan Klare <klare@osism.tech>
bffbf3a to
17559d8
Compare
How can I fix that? |
The cluster network design was recently added as its own concepts page (cluster-network.md) but was not referenced from the concepts index, leaving it discoverable only through the sidebar. Add a "Cluster Network" section to the concepts index right after "Cluster Layout", matching the sidebar ordering, with a short description of the L3 BGP unnumbered host-based routing design and a link to the dedicated page. Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Jan Klare <klare@osism.tech>
No description provided.