From e33fd2d6369c3b41e3269fffa59d6e91fcf4520a Mon Sep 17 00:00:00 2001 From: Robert Holling Date: Sat, 7 Oct 2023 11:04:34 +0200 Subject: [PATCH 1/7] Add files via upload Signed-off-by: Robert Holling --- docs/02-iaas/preface.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/02-iaas/preface.md diff --git a/docs/02-iaas/preface.md b/docs/02-iaas/preface.md new file mode 100644 index 0000000000..084e92eb3a --- /dev/null +++ b/docs/02-iaas/preface.md @@ -0,0 +1,37 @@ +# Preface + +## Background + +Osnabrück University of Applied Sciences operates its own data center in the laboratory area for digital value creation processes on the Lingen campus. A private cloud based on OpenStack has been running there since 2016; the first release installed was Newton. As part of our 5G campus network project (2022-2027), we decided to operate an installation of the Sovereign Cloud Stack parallel in addition to the existing OpenStack environment. We rely directly on the hardware (so called bare-metal installation) and not on an any kind of already virtualized environment (see testbed). We have documented our installation process and hope for imitators! + +All laboratory-relevant workloads that are required for research and teaching will run in the SCS installation later on. The installation is freely available to everyone involved across lab area. It is part of the - so called - Open Campus Infrastructure, which also includes the OpenStack installation. Other components include the 5G core and the edge cloud. The edge cloud is divided into the Starling-X installation project of the Open Infra Foundation and the managed Cloud-in-a-Box cluster of the Sovereign Cloud Stack: + +- Open Campus Infrastructure (OCI) + - Sovereign Cloud Stack (IaaS+KaaS) + - OpenStack (IaaS) + - Starling-X (Edge, IaaS+KaaS) + - CIABs + - 5G Core + +We first installed a test system. The hardware of the test system consists of the following components: + +4 x DELL R6515 with following components: +- 1 x AMD EPYC 7702P 64core@2.0GHz +- 16 x 64GB RAM DDR4-3200 +- 2 x 480GB M.2 SATA SSD (for OS) RAID 1 +- 8 x 8TB NVMe (storage), S150 onboard +- 2 x 25GbE NICs bond 802.3ad +- 2 x 1GbE NICs n. a. +- 1 x 1GbE iDRAC Enterprise +- 2 x 550W 1+1 redundancy + +2 x DELL R7525 with following components: +- 2 x AMD EPYC 7532 32core@2.4GHz +- 8 x 64GB RAM DDR4-3200 +- 2 x 480GB SATA SSD (for OS) RAID 1 +- 12 x 18TB SATA HDD 7.2k (storage), PERC H745 no RAID +- 4 x 10GbE SFP+ OCP bond 802.3ad +- 1 x 1GbE iDRAC Enterprise +- 2 x 1.400W 1+1 redundancy + +An installation in the productive system (Gen16) will take place later and will result in a separate documentation. From bc12b7a6bc01d810e00da6aa30d4f27aca06ac4e Mon Sep 17 00:00:00 2001 From: Max Wolfs Date: Mon, 9 Oct 2023 10:15:28 +0200 Subject: [PATCH 2/7] move directories Signed-off-by: Max Wolfs --- .../bare-metal/5g-campusnetz}/preface.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) rename docs/02-iaas/{ => deployment-examples/bare-metal/5g-campusnetz}/preface.md (91%) diff --git a/docs/02-iaas/preface.md b/docs/02-iaas/deployment-examples/bare-metal/5g-campusnetz/preface.md similarity index 91% rename from docs/02-iaas/preface.md rename to docs/02-iaas/deployment-examples/bare-metal/5g-campusnetz/preface.md index 084e92eb3a..ac7a1b03af 100644 --- a/docs/02-iaas/preface.md +++ b/docs/02-iaas/deployment-examples/bare-metal/5g-campusnetz/preface.md @@ -7,16 +7,17 @@ Osnabrück University of Applied Sciences operates its own data center in the la All laboratory-relevant workloads that are required for research and teaching will run in the SCS installation later on. The installation is freely available to everyone involved across lab area. It is part of the - so called - Open Campus Infrastructure, which also includes the OpenStack installation. Other components include the 5G core and the edge cloud. The edge cloud is divided into the Starling-X installation project of the Open Infra Foundation and the managed Cloud-in-a-Box cluster of the Sovereign Cloud Stack: - Open Campus Infrastructure (OCI) - - Sovereign Cloud Stack (IaaS+KaaS) - - OpenStack (IaaS) - - Starling-X (Edge, IaaS+KaaS) - - CIABs - - 5G Core +- Sovereign Cloud Stack (IaaS+KaaS) +- OpenStack (IaaS) +- Starling-X (Edge, IaaS+KaaS) +- CIABs +- 5G Core We first installed a test system. The hardware of the test system consists of the following components: 4 x DELL R6515 with following components: -- 1 x AMD EPYC 7702P 64core@2.0GHz + +- 1 x AMD EPYC 7702P <64core@2.0GHz> - 16 x 64GB RAM DDR4-3200 - 2 x 480GB M.2 SATA SSD (for OS) RAID 1 - 8 x 8TB NVMe (storage), S150 onboard @@ -26,7 +27,8 @@ We first installed a test system. The hardware of the test system consists of th - 2 x 550W 1+1 redundancy 2 x DELL R7525 with following components: -- 2 x AMD EPYC 7532 32core@2.4GHz + +- 2 x AMD EPYC 7532 <32core@2.4GHz> - 8 x 64GB RAM DDR4-3200 - 2 x 480GB SATA SSD (for OS) RAID 1 - 12 x 18TB SATA HDD 7.2k (storage), PERC H745 no RAID From 01e1479d32435e66ff85079689a1053d8e5d611e Mon Sep 17 00:00:00 2001 From: Max Wolfs Date: Thu, 7 Dec 2023 11:17:53 +0100 Subject: [PATCH 3/7] move deployment example to designated place Signed-off-by: Max Wolfs --- .gitignore | 15 ++++++++------- .../examples}/5g-campusnetz/preface.md | 0 2 files changed, 8 insertions(+), 7 deletions(-) rename docs/02-iaas/{deployment-examples/bare-metal => guides/deploy-guide/examples}/5g-campusnetz/preface.md (100%) diff --git a/.gitignore b/.gitignore index 762c08ebaa..2301d0a4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,16 @@ # Content Dependencies from docs.package.json /repo_to_be_edited_ /docs/02-iaas/components -/docs/02-iaas/guides -/docs/02-iaas/guides/configuration-guides -/docs/02-iaas/guides/deploy-guide +/docs/02-iaas/guides/configuration-guide /docs/02-iaas/guides/operations-guide -/docs/02-iaas/guides/troubleshooting-guides -/docs/02-iaas/guides/upgrade-guides +/docs/02-iaas/guides/troubleshooting-guide +/docs/02-iaas/guides/other-guides +/docs/02-iaas/guides/upgrade-guide +/docs/02-iaas/guides/deploy-guide/*.md +/docs/02-iaas/guides/deploy-guide/services +/docs/02-iaas/guides/deploy-guide/examples/*.md +/docs/02-iaas/guides/deploy-guide/examples/images /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 /docs/06-releases diff --git a/docs/02-iaas/deployment-examples/bare-metal/5g-campusnetz/preface.md b/docs/02-iaas/guides/deploy-guide/examples/5g-campusnetz/preface.md similarity index 100% rename from docs/02-iaas/deployment-examples/bare-metal/5g-campusnetz/preface.md rename to docs/02-iaas/guides/deploy-guide/examples/5g-campusnetz/preface.md From e1cb1acc95412fb031e282f5de40b134d3403a6c Mon Sep 17 00:00:00 2001 From: Max Wolfs Date: Thu, 7 Dec 2023 11:24:31 +0100 Subject: [PATCH 4/7] cleanup sidebars Signed-off-by: Max Wolfs --- sidebarsDocs.js | 183 ------------------------------------------------ 1 file changed, 183 deletions(-) diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 09c95612b4..3e93bdbf9b 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -23,119 +23,6 @@ const sidebarsDocs = { type: 'generated-index' }, items: [ - // { - // type: 'category', - // label: 'Overview', - // link: { - // type: 'generated-index' - // }, - // items: [ - // // 'iaas/overview/architecture', - // // 'iaas/overview/compute', - // // 'iaas/overview/storage', - // // 'iaas/overview/network', - // // 'iaas/overview/knowledge' - // ] - // }, - // { - // type: 'category', - // label: 'Deployment Examples', - // link: { - // type: 'generated-index' - // }, - // items: [ - // { - // type: 'doc', - // label: 'Testbed', - // id: 'iaas/guides/deploy-guide/examples/testbed' - // }, - // { - // type: 'doc', - // label: 'Cloud in a Box', - // id: 'iaas/guides/deploy-guide/examples/cloud-in-a-box' - // } - // ] - // }, - // { - // type: 'category', - // label: 'Guides', - // link: { - // type: 'generated-index' - // }, - // items: [ - // { - // type: 'category', - // label: 'Deploy Guides', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'iaas/guides/deploy-guide/index', - // 'iaas/guides/deploy-guide/manager', - // 'iaas/guides/deploy-guide/bootstrap', - // 'iaas/guides/deploy-guide/infrastructure', - // 'iaas/guides/deploy-guide/network', - // 'iaas/guides/deploy-guide/ceph', - // 'iaas/guides/deploy-guide/openstack', - // 'iaas/guides/deploy-guide/ceph', - // 'iaas/guides/deploy-guide/logging-monitoring', - // 'iaas/guides/deploy-guide/zuul' - // ] - // }, - // { - // type: 'category', - // label: 'Operations Guides', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'iaas/guides/operations-guide/index', - // { - // type: 'category', - // label: 'Manager', - // link: { - // type: 'doc', - // id: 'iaas/components/image-manager' - // }, - // items: [ - // 'iaas/guides/operations-guide/manager/index', - // 'iaas/guides/operations-guide/manager/apply', - // 'iaas/guides/operations-guide/manager/log', - // 'iaas/guides/operations-guide/manager/console', - // 'iaas/guides/operations-guide/manager/task' - // ] - // } - // ] - // }, - // { - // type: 'category', - // label: 'Troubleshooting Guides', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'iaas/guides/troubleshooting-guides/manager', - // 'iaas/guides/troubleshooting-guides/openstack' - // ] - // }, - // { - // type: 'category', - // label: 'Upgrade Guides', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'iaas/guides/upgrade-guides/manager', - // 'iaas/guides/upgrade-guides/network', - // 'iaas/guides/upgrade-guides/ceph', - // 'iaas/guides/upgrade-guides/docker', - // 'iaas/guides/upgrade-guides/infrastructure', - // 'iaas/guides/upgrade-guides/logging-monitoring', - // 'iaas/guides/upgrade-guides/openstack' - // ] - // } - // ] - // }, { type: 'category', label: 'Guides', @@ -289,66 +176,6 @@ const sidebarsDocs = { } ] }, - // { - // type: 'category', - // label: 'Guides', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/guides/guide-1' - // ] - // }, - // { - // type: 'category', - // label: 'Monitoring', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/monitoring/index' - // ] - // }, - // { - // type: 'category', - // label: 'Incident Management', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/incident-management/index' - // ] - // }, - // { - // type: 'category', - // label: 'Audits', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/audits/index' - // ] - // }, - // { - // type: 'category', - // label: 'Lifecycle Management', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/lifecycle-management/index' - // ] - // }, - // { - // type: 'category', - // label: 'Logging', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/logging/index' - // ] - // }, { type: 'category', label: 'Metering', @@ -384,16 +211,6 @@ const sidebarsDocs = { 'releases/Release5' ] }, - // { - // type: 'category', - // label: 'Standards', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'standards/index' - // ] - // }, { type: 'doc', id: 'faq/index', From 5b3e12457ccd66183e8d8077a577d56a7f37509a Mon Sep 17 00:00:00 2001 From: Max Wolfs Date: Mon, 22 Jul 2024 15:52:14 +0200 Subject: [PATCH 5/7] fix location Signed-off-by: Max Wolfs --- .../5g-campusnetz/preface.md | 0 sidebarsDocs.js | 214 +++++++++++++++++- 2 files changed, 204 insertions(+), 10 deletions(-) rename docs/02-iaas/{guides/deploy-guide/examples => deployment-examples}/5g-campusnetz/preface.md (100%) diff --git a/docs/02-iaas/guides/deploy-guide/examples/5g-campusnetz/preface.md b/docs/02-iaas/deployment-examples/5g-campusnetz/preface.md similarity index 100% rename from docs/02-iaas/guides/deploy-guide/examples/5g-campusnetz/preface.md rename to docs/02-iaas/deployment-examples/5g-campusnetz/preface.md diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 97f53674a5..d05cbd07c2 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -29,7 +29,7 @@ const sidebarsDocs = { items: [ { type: 'autogenerated', - dirName: '02-iaas/guides' // '.' means the current docs folder + dirName: '02-iaas/guides' } ] }, @@ -41,9 +41,18 @@ const sidebarsDocs = { }, items: [ { - type: 'doc', + type: 'category', label: 'Openstack Image Manager', - id: 'iaas/components/image-manager' + link: { + id: 'iaas/components/image-manager/index', + type: 'doc' + }, + items: [ + { + type: 'doc', + id: 'iaas/components/image-manager/update' + } + ] }, { type: 'doc', @@ -51,6 +60,19 @@ const sidebarsDocs = { id: 'iaas/components/flavor-manager' } ] + }, + { + type: 'category', + label: 'Deployment Examples', + link: { + type: 'generated-index' + }, + items: [ + { + type: 'autogenerated', + dirName: '02-iaas/deployment-examples' // '.' means the current docs folder + } + ] } ] }, @@ -127,6 +149,7 @@ const sidebarsDocs = { 'container/components/k8s-cluster-api-provider/doc/Maintenance_and_Troubleshooting', 'container/components/k8s-cluster-api-provider/doc/LoadBalancer-ExtTrafficLocal', 'container/components/k8s-cluster-api-provider/doc/Upgrade-Guide', + 'container/components/k8s-cluster-api-provider/doc/continuous-integration', 'container/components/k8s-cluster-api-provider/doc/roadmap', { type: 'category', @@ -137,10 +160,51 @@ const sidebarsDocs = { 'container/components/k8s-cluster-api-provider/doc/usage/managing-many-clusters', 'container/components/k8s-cluster-api-provider/doc/usage/cluster-mgmt-capi-mgmt-node', 'container/components/k8s-cluster-api-provider/doc/usage/multi-az-and-multi-cloud-environments', - 'container/components/k8s-cluster-api-provider/doc/usage/testing' + 'container/components/k8s-cluster-api-provider/doc/usage/testing', + 'container/components/k8s-cluster-api-provider/doc/usage/containter-registry-configuration', + 'container/components/k8s-cluster-api-provider/doc/usage/custom-ca', + 'container/components/k8s-cluster-api-provider/doc/usage/gateway-api', + 'container/components/k8s-cluster-api-provider/doc/usage/harbor', + 'container/components/k8s-cluster-api-provider/doc/usage/migrate-to-cluster-class' + ] + } + ] + }, + { + type: 'category', + label: 'Cluster Stacks', + link: { + type: 'generated-index' + }, + items: [ + { + type: 'category', + label: 'Cluster Stack Provider OpenStack', + items: [ + 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/overview', + 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/quickstart', + 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/controllers', + 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/develop' ] } ] + }, + { + type: 'category', + label: 'Container Registry', + link: { + type: 'generated-index' + }, + items: [ + 'container/components/container-registry/docs/quickstart', + 'container/components/container-registry/docs/scs-deployment', + 'container/components/container-registry/docs/rate_limit', + 'container/components/container-registry/docs/upgrade', + 'container/components/container-registry/docs/backup_and_restore', + 'container/components/container-registry/docs/migration', + 'container/components/container-registry/docs/persistence', + 'container/components/container-registry/docs/ha-deployment' + ] } ] } @@ -163,19 +227,127 @@ const sidebarsDocs = { items: [ { type: 'category', - label: 'Status Page API', + label: 'Status Page', + link: { + type: 'generated-index' + }, + items: [ + { + type: 'category', + label: 'Concepts', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/components/status-page-openapi/docs/overview', + 'operating-scs/components/status-page-openapi/docs/components', + 'operating-scs/components/status-page-openapi/docs/levels_of_consensus', + 'operating-scs/components/status-page-openapi/docs/component_overview' + ] + }, + { + type: 'category', + label: 'API', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/components/status-page-api/docs/overview', + 'operating-scs/components/status-page-api/docs/requirements', + 'operating-scs/components/status-page-api/docs/quickstart', + 'operating-scs/components/status-page-api/docs/configuration', + 'operating-scs/components/status-page-api/docs/requests', + 'operating-scs/components/status-page-api/docs/example-requests', + 'operating-scs/components/status-page-api/docs/contribute' + ] + }, + { + type: 'category', + label: 'Deployment', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/components/status-page-deployment/docs/overview', + 'operating-scs/components/status-page-deployment/docs/requirements', + 'operating-scs/components/status-page-deployment/docs/quickstart', + { + type: 'category', + label: 'Configuration', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/components/status-page-deployment/docs/configuration', + 'operating-scs/components/status-page-deployment/docs/kind', + 'operating-scs/components/status-page-deployment/docs/k3s', + 'operating-scs/components/status-page-deployment/docs/scs-public' + ] + }, + 'operating-scs/components/status-page-deployment/docs/usage', + 'operating-scs/components/status-page-deployment/docs/monitoring', + 'operating-scs/components/status-page-deployment/docs/contribute', + 'operating-scs/components/status-page-deployment/docs/admin-authentication', + 'operating-scs/components/status-page-deployment/docs/faq' + ] + } + ] + }, + { + type: 'category', + label: 'Monitoring', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/components/monitoring/docs/overview', + 'operating-scs/components/monitoring/docs/quickstart', + 'operating-scs/components/monitoring/docs/scs-deployment', + 'operating-scs/components/monitoring/docs/k3s', + 'operating-scs/components/monitoring/docs/infrastructure_services', + 'operating-scs/components/monitoring/docs/iaas', + 'operating-scs/components/monitoring/docs/kaas', + 'operating-scs/components/monitoring/docs/zuul', + 'operating-scs/components/monitoring/docs/alertmanager', + 'operating-scs/components/monitoring/docs/oauth', + 'operating-scs/components/monitoring/docs/tracing', + 'operating-scs/components/monitoring/docs/tuning' + ] + }, + { + type: 'category', + label: 'Central API', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/components/central-api/overview', + 'operating-scs/components/central-api/poc-setup' + ] + }, + { + type: 'category', + label: 'Automated Pentesting', link: { type: 'generated-index' }, items: [ - 'operating-scs/components/status-page/docs/overview', - 'operating-scs/components/status-page/docs/component_overview', - 'operating-scs/components/status-page/docs/components', - 'operating-scs/components/status-page/docs/levels_of_consensus' + 'operating-scs/components/automated-pentesting/overview', + 'operating-scs/components/automated-pentesting/tools' ] } ] }, + { + type: 'category', + label: 'Guides', + link: { + type: 'generated-index' + }, + items: [ + 'operating-scs/guides/openstack-health-monitor/Debian12-Install' + ] + }, { type: 'category', label: 'Metering', @@ -194,6 +366,17 @@ const sidebarsDocs = { id: 'iam/index' }, items: [ + { + type: 'category', + label: 'Guides', + link: { + type: 'generated-index' + }, + items: [ + 'iam/domain-manager-setup-and-usage', + 'iam/SCS-example-setup-configuration-description' + ] + }, 'iam/intra-SCS-federation-setup-description-for-osism-doc-operations' ] }, @@ -209,9 +392,20 @@ const sidebarsDocs = { 'releases/Release2', 'releases/Release3', 'releases/Release4', - 'releases/Release5' + 'releases/Release5', + 'releases/Release6' ] }, + // { + // type: 'category', + // label: 'Standards', + // link: { + // type: 'generated-index' + // }, + // items: [ + // 'standards/index' + // ] + // }, { type: 'doc', id: 'faq/index', From 7f2ed30d7fccf7c4c022ed175ab18b6da0016d5a Mon Sep 17 00:00:00 2001 From: Max Wolfs Date: Mon, 22 Jul 2024 16:16:06 +0200 Subject: [PATCH 6/7] fix errors Signed-off-by: Max Wolfs --- .../{5g-campusnetz => 5G Campusnetz}/preface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/02-iaas/deployment-examples/{5g-campusnetz => 5G Campusnetz}/preface.md (96%) diff --git a/docs/02-iaas/deployment-examples/5g-campusnetz/preface.md b/docs/02-iaas/deployment-examples/5G Campusnetz/preface.md similarity index 96% rename from docs/02-iaas/deployment-examples/5g-campusnetz/preface.md rename to docs/02-iaas/deployment-examples/5G Campusnetz/preface.md index ac7a1b03af..6a4876fc59 100644 --- a/docs/02-iaas/deployment-examples/5g-campusnetz/preface.md +++ b/docs/02-iaas/deployment-examples/5G Campusnetz/preface.md @@ -17,7 +17,7 @@ We first installed a test system. The hardware of the test system consists of th 4 x DELL R6515 with following components: -- 1 x AMD EPYC 7702P <64core@2.0GHz> +- 1 x AMD EPYC 7702P `64core@2.0GHz` - 16 x 64GB RAM DDR4-3200 - 2 x 480GB M.2 SATA SSD (for OS) RAID 1 - 8 x 8TB NVMe (storage), S150 onboard @@ -28,7 +28,7 @@ We first installed a test system. The hardware of the test system consists of th 2 x DELL R7525 with following components: -- 2 x AMD EPYC 7532 <32core@2.4GHz> +- 2 x AMD EPYC 7532 `32core@2.4GHz` - 8 x 64GB RAM DDR4-3200 - 2 x 480GB SATA SSD (for OS) RAID 1 - 12 x 18TB SATA HDD 7.2k (storage), PERC H745 no RAID From 398fbb554d677492f4d5382e30a6610d74d18c1f Mon Sep 17 00:00:00 2001 From: Robert Holling Date: Fri, 24 Jan 2025 18:12:25 +0100 Subject: [PATCH 7/7] Update preface.md kicked out Starling-X Signed-off-by: Robert Holling --- docs/02-iaas/deployment-examples/5G Campusnetz/preface.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/02-iaas/deployment-examples/5G Campusnetz/preface.md b/docs/02-iaas/deployment-examples/5G Campusnetz/preface.md index 6a4876fc59..07e2537daf 100644 --- a/docs/02-iaas/deployment-examples/5G Campusnetz/preface.md +++ b/docs/02-iaas/deployment-examples/5G Campusnetz/preface.md @@ -4,12 +4,11 @@ Osnabrück University of Applied Sciences operates its own data center in the laboratory area for digital value creation processes on the Lingen campus. A private cloud based on OpenStack has been running there since 2016; the first release installed was Newton. As part of our 5G campus network project (2022-2027), we decided to operate an installation of the Sovereign Cloud Stack parallel in addition to the existing OpenStack environment. We rely directly on the hardware (so called bare-metal installation) and not on an any kind of already virtualized environment (see testbed). We have documented our installation process and hope for imitators! -All laboratory-relevant workloads that are required for research and teaching will run in the SCS installation later on. The installation is freely available to everyone involved across lab area. It is part of the - so called - Open Campus Infrastructure, which also includes the OpenStack installation. Other components include the 5G core and the edge cloud. The edge cloud is divided into the Starling-X installation project of the Open Infra Foundation and the managed Cloud-in-a-Box cluster of the Sovereign Cloud Stack: +All laboratory-relevant workloads that are required for research and teaching will run in the SCS installation later on. The installation is freely available to everyone involved across lab area. It is part of the - so called - Open Campus Infrastructure, which also includes the OpenStack installation. Other components include the 5G core and the edge cloud. The edge cloud will be driven by the managed Cloud-in-a-Box cluster of the Sovereign Cloud Stack: - Open Campus Infrastructure (OCI) - Sovereign Cloud Stack (IaaS+KaaS) - OpenStack (IaaS) -- Starling-X (Edge, IaaS+KaaS) - CIABs - 5G Core