Remove unsupported Cloud-in-a-Box guide#1023
Open
ideaship wants to merge 1 commit into
Open
Conversation
Cloud in a Box is currently unsupported but was prominently featured in the documentation. Remove it for the time being. Delete the docs/cloud-in-a-box/ guide (index, the virtual-machine walkthrough, and its images), drop the "Quick start" entry that featured it alongside the virtual testbed in docs/index.md, and remove the client-side redirect in docusaurus.config.js whose target no longer exists. The intro line in docs/index.md is reworded since the virtual testbed is now the only quick-start path. The incidental mention of an SCS Cloud-in-a-Box system in the openstack-health-monitor tool guide is left untouched, as it is a factual note about a CA certificate location rather than a reference to the removed guide. The removed files remain recoverable from git history should the guide be reinstated later. DocImpact Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Roger Luethi <luethi@osism.tech>
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 5 | 0 | 0 | 0.04s | |
| ✅ JSON | jsonlint | 4 | 0 | 0 | 0.1s | |
| ✅ JSON | prettier | 4 | 0 | 0 | 0.38s | |
| ✅ JSON | v8r | 4 | 0 | 0 | 9.03s | |
| ✅ MARKDOWN | markdownlint | 154 | 0 | 0 | 2.9s | |
| ✅ MARKDOWN | markdown-table-formatter | 154 | 0 | 0 | 0.37s | |
| ✅ REPOSITORY | betterleaks | yes | no | no | 0.62s | |
| ✅ REPOSITORY | checkov | yes | no | no | 18.65s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.05s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.67s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 3.64s | |
| ✅ SPELL | codespell | 164 | 0 | 0 | 0.58s | |
| lychee | 164 | 1 | 0 | 28.72s | ||
| ✅ YAML | prettier | 6 | 0 | 0 | 0.37s | |
| ✅ YAML | v8r | 6 | 0 | 0 | 5.71s | |
| ✅ YAML | yamllint | 6 | 0 | 0 | 0.46s |
Detailed Issues
⚠️ SPELL / lychee - 1 error
📝 Summary
---------------------
🔍 Total..........836
🔗 Unique.........686
✅ Successful.....779
⏳ Timeouts........10
🔀 Redirected......49
👻 Excluded........46
❓ Unknown..........0
🚫 Errors...........1
⛔ Unsupported......1
Errors in docs/appendix/security/ossa-2026-001.md
[TIMEOUT] https://bugs.launchpad.net/keystonemiddleware/+bug/2129018 (at 124:3) | Request timed out
Errors in docs/appendix/security/ossa-2026-002.md
[TIMEOUT] https://bugs.launchpad.net/nova/+bug/2137507 (at 111:3) | Request timed out
Errors in docs/appendix/security/ossa-2026-005.md
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2142138 (at 109:3) | Request timed out
Errors in docs/appendix/security/ossa-2026-015.md
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2148398 (at 174:3) | Request timed out
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2148477 (at 175:3) | Request timed out
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2149775 (at 176:3) | Request timed out
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2149789 (at 177:3) | Request timed out
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2150089 (at 178:3) | Request timed out
[TIMEOUT] https://bugs.launchpad.net/keystone/+bug/2150379 (at 179:3) | Request timed out
Errors in docs/release-notes/index.md
[ERROR] https://release.osism.tech/ (at 11:1) | Connection failed. Check network connectivity and firewall settings
Errors in docs/release-notes/osism-9.md
[TIMEOUT] https://bugs.launchpad.net/kolla/+bug/2111620 (at 96:47) | Request timed out
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
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.
Cloud in a Box is currently unsupported but was prominently featured in the
documentation. This removes it for the time being.
Changes
docs/cloud-in-a-box/guide (index, the virtual-machinewalkthrough, and its images).
testbed in
docs/index.md, and reword the intro since the virtualtestbed is now the only quick-start path.
docusaurus.config.jswhose target nolonger exists.
The incidental mention of an SCS Cloud-in-a-Box system in the
openstack-health-monitor tool guide is left untouched — it is a factual note
about a CA certificate location rather than a reference to the removed guide.
The removed files remain recoverable from git history should the guide be
reinstated later.
Verification
yarn buildpasses cleanly with no broken links (onBrokenLinks: 'throw');the auto-generated sidebar drops the entry automatically.
🤖 Generated with Claude Code