Skip to content

Commit 3eb7e95

Browse files
Daniel Gerberclaude
andcommitted
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 <noreply@anthropic.com> Signed-off-by: Daniel Gerber <394442-gerbsen@users.noreply.gitlab.com>
1 parent 32a9cd6 commit 3eb7e95

4 files changed

Lines changed: 0 additions & 16 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/docs/02-iaas/guides/troubleshooting-guides
99
/docs/02-iaas/guides/upgrade-guides
1010
/docs/02-iaas/guides/index.md
11-
/docs/02-iaas/deployment-examples/cloud-in-a-box
1211
/docs/02-iaas/deployment-examples/testbed
1312
/docs/03-container/components
1413
/docs/04-operating-scs/components

docs.package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"target": "docs/02-iaas/",
2424
"label": ""
2525
},
26-
{
27-
"repo": "osism/osism.github.io",
28-
"source": "docs/cloud-in-a-box",
29-
"target": "docs/02-iaas/deployment-examples",
30-
"label": ""
31-
},
3226
{
3327
"repo": "osism/osism.github.io",
3428
"source": "docs/testbed",

docs/08-faq/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ KaaS refers to Kubernetes as a Service, where providers offer Kubernetes Cluster
6161

6262
**As a Cloud Service Provider**:
6363

64-
- **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)
6564
- **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)
6665

6766
## I want to use an SCS Cloud! How do I get started?

docs/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ SCS is built, backed, and operated by an active open-source community worldwide.
2020

2121
The SCS IaaS Reference Implementation is based on [OSISM](https://osism.tech/).
2222

23-
#### Quick Start with Cloud-in-a-Box
24-
25-
You can do a single node installation for learning, testing or development purposes.
26-
The Cloud-in-a-Box configuration was built explicitly for this scenario.
27-
Check it out [here](/docs/iaas/deployment-examples/cloud-in-a-box)
28-
It comes with a complete set of services, even Ceph is part of it
29-
(despite of course not offering much redundancy on a single-node).
30-
3123
#### Reference Implementation Testbed
3224

3325
The fastest way to get in touch with SCS is to deploy a SCS cloud virtually.

0 commit comments

Comments
 (0)