From 3eb7e95da58130620cf4543bc9b585d6f930e196 Mon Sep 17 00:00:00 2001 From: Daniel Gerber <394442-gerbsen@users.noreply.gitlab.com> Date: Fri, 17 Jul 2026 17:11:05 +0200 Subject: [PATCH] Remove unsupported Cloud-in-a-Box guide OSISM removed the docs/cloud-in-a-box guide from osism.github.io ("Cloud in a Box is currently unsupported but was prominently featured in the documentation"), which breaks getDocs.js since the source directory it copied no longer exists. Mirror that removal here: - drop the cloud-in-a-box entry from docs.package.json so getDocs.js no longer tries to fetch the deleted directory - drop the now-unused .gitignore entry for the fetched output - remove the "Quick Start with Cloud-in-a-Box" section in docs/index.mdx (its internal link pointed at the removed guide and broke the build) - remove the Cloud in a Box bullet in the FAQ Historical release-notes mentions and the incidental Cloud-in-a-Box note in the openstack-health-monitor guide are left untouched. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Daniel Gerber <394442-gerbsen@users.noreply.gitlab.com> --- .gitignore | 1 - docs.package.json | 6 ------ docs/08-faq/index.mdx | 1 - docs/index.mdx | 8 -------- 4 files changed, 16 deletions(-) diff --git a/.gitignore b/.gitignore index 7e5055d4ce..b10c25035d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ /docs/02-iaas/guides/troubleshooting-guides /docs/02-iaas/guides/upgrade-guides /docs/02-iaas/guides/index.md -/docs/02-iaas/deployment-examples/cloud-in-a-box /docs/02-iaas/deployment-examples/testbed /docs/03-container/components /docs/04-operating-scs/components diff --git a/docs.package.json b/docs.package.json index 4e5b905df9..954fc710c7 100644 --- a/docs.package.json +++ b/docs.package.json @@ -23,12 +23,6 @@ "target": "docs/02-iaas/", "label": "" }, - { - "repo": "osism/osism.github.io", - "source": "docs/cloud-in-a-box", - "target": "docs/02-iaas/deployment-examples", - "label": "" - }, { "repo": "osism/osism.github.io", "source": "docs/testbed", diff --git a/docs/08-faq/index.mdx b/docs/08-faq/index.mdx index 2b55a67fdc..ad59e97e68 100644 --- a/docs/08-faq/index.mdx +++ b/docs/08-faq/index.mdx @@ -61,7 +61,6 @@ KaaS refers to Kubernetes as a Service, where providers offer Kubernetes Cluster **As a Cloud Service Provider**: -- **Cloud in a Box**: Start with our pre-packaged solutions. [Link to Ciab](https://docs.scs.community/docs/iaas/deployment-examples/cloud-in-a-box/advanced-guides/cloud-in-a-box) - **Testbed**: Use the SCS test environment to experiment. [Link to Testbed/deployment example](https://docs.scs.community/docs/iaas/deployment-examples/cloud-in-a-box/advanced-guides/testbed) ## I want to use an SCS Cloud! How do I get started? diff --git a/docs/index.mdx b/docs/index.mdx index 6e91741098..ca1db6123b 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -20,14 +20,6 @@ SCS is built, backed, and operated by an active open-source community worldwide. The SCS IaaS Reference Implementation is based on [OSISM](https://osism.tech/). -#### Quick Start with Cloud-in-a-Box - -You can do a single node installation for learning, testing or development purposes. -The Cloud-in-a-Box configuration was built explicitly for this scenario. -Check it out [here](/docs/iaas/deployment-examples/cloud-in-a-box) -It comes with a complete set of services, even Ceph is part of it -(despite of course not offering much redundancy on a single-node). - #### Reference Implementation Testbed The fastest way to get in touch with SCS is to deploy a SCS cloud virtually.