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.