Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion docs/08-faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
8 changes: 0 additions & 8 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading