|
| 1 | +--- |
| 2 | +title: IaaS Layer |
| 3 | +sidebar_position: 1 |
| 4 | +--- |
| 5 | + |
| 6 | +# IaaS Layer |
| 7 | + |
| 8 | +The SCS reference implementation of the Infrastructure-as-a-Service (IaaS) layer |
| 9 | +was built with [**OSISM**](https://osism.tech/docs). It builds on |
| 10 | +[OpenStack](https://openstack.org/) for compute, network and identity services and |
| 11 | +[Ceph](https://ceph.io/) for storage. The OpenStack deployment is based on |
| 12 | +[Kolla](https://opendev.org/openstack/kolla) (container images) and |
| 13 | +[kolla-ansible](https://opendev.org/openstack/kolla-ansible), which OSISM wraps with |
| 14 | +additional Ansible playbooks and tooling to deploy and operate the whole stack. |
| 15 | + |
| 16 | +OSISM is the reference implementation, but not the only way to build an |
| 17 | +SCS-compatible cloud. SCS is a |
| 18 | +[modular software stack](https://sovereigncloudstack.org/en/modular-software-stack/): |
| 19 | +today, more than one implementation exists to build SCS-compatible clouds, and |
| 20 | +compliance is defined by the [standards](/standards) rather than by a single stack. |
| 21 | + |
| 22 | +:::info |
| 23 | + |
| 24 | +OSISM maintains its own, authoritative documentation. Rather than mirroring it |
| 25 | +here (and letting the copy drift out of date), this page links directly to the |
| 26 | +relevant sections of the official [OSISM documentation](https://osism.tech/docs/). |
| 27 | + |
| 28 | +::: |
| 29 | + |
| 30 | +## OSISM documentation |
| 31 | + |
| 32 | +- [Getting started](https://osism.tech/docs/) — introduction and overview of OSISM. |
| 33 | +- [Concepts](https://osism.tech/docs/concepts/) — architecture and core components. |
| 34 | +- [Guides](https://osism.tech/docs/guides/) — deployment, configuration, operations, |
| 35 | + upgrade, troubleshooting and user guides. |
| 36 | +- [Testbed](https://osism.tech/docs/testbed/) — the fastest way to try SCS: a full |
| 37 | + virtual SCS/OSISM installation you can deploy on top of an existing OpenStack cloud. |
| 38 | +- [Release Notes](https://osism.tech/docs/release-notes/) — per-release notes and |
| 39 | + upgrade information. |
| 40 | +- [Appendix](https://osism.tech/docs/appendix/) — CLI reference, security advisories |
| 41 | + and supported standards. |
| 42 | + |
| 43 | +## OpenStack tools |
| 44 | + |
| 45 | +OSISM maintains the OpenStack tooling that SCS relies on to meet its standards: |
| 46 | + |
| 47 | +- [Image Manager](https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager) |
| 48 | + — manages the OpenStack images, used to provide the SCS mandatory and recommended |
| 49 | + images. |
| 50 | +- [Flavor Manager](https://osism.tech/docs/guides/operations-guide/openstack/tools/flavor-manager) |
| 51 | + — manages the OpenStack flavors, used to provide the SCS standard flavors. |
| 52 | + |
| 53 | +## In this section |
| 54 | + |
| 55 | +Alongside the OSISM reference, SCS maintains a few IaaS resources of its own: |
| 56 | + |
| 57 | +- **Guides** — SCS user-facing best practices, such as configuring |
| 58 | + [security groups](/docs/iaas/guides/user-guide/security-groups) |
| 59 | + and creating [user data backups](/docs/iaas/guides/user-guide/user-data-backups). |
| 60 | +- **Deployment examples** — real-world setups such as the |
| 61 | + [artcodix](/docs/iaas/deployment-examples/artcodix/) production deployment and |
| 62 | + the SCS [turnkey hardware landscape](/docs/turnkey-solution/hardware-landscape/). |
0 commit comments