Skip to content

Commit 687ea19

Browse files
depressiveRobotfkrgarloff
authored
Onboarding SCS Hardware Landscape (#341)
* add onboarding for SCS Hardware Landscape Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> * update title Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> * reference environment links for accessing the hardware landscape Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> * add that the mail should include the intended usage. While here, write one sentence on what the PB does with the mail. Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org> * Update community/cloud-resources/cloud-resources.md Co-authored-by: Kurt Garloff <kurt@garloff.de> Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org> --------- Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org> Co-authored-by: Felix Kronlage-Dammers <fkr@hazardous.org> Co-authored-by: Kurt Garloff <kurt@garloff.de>
1 parent 323024d commit 687ea19

4 files changed

Lines changed: 66 additions & 4 deletions

File tree

community/cloud-resources/cloud-resources.md

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,47 @@ This document gives an overview of the test and development cloud resources curr
44

55
## How to request cloud resources
66

7-
To request access to an existing project, please contact the responsible community member. To apply for a new project, please create a pull request against this document (leave `Unique Identifier` blank) and assign it to the particular CSP team (e.g. @SovereignCloudStack/plusserver, @SovereignCloudStack/wavecon, ...)
7+
To request access to an existing project, please contact the responsible community member as described below.
88

9-
## plusserver (SCS2)
9+
## SCS Hardware Landscape
10+
11+
For access to the SCS Hardware Landscape, please send an email to the [SCS Project Board](https://docs.scs.community/community/governance/project-board) at [project-board@lists.scs.community](mailto:project-board@lists.scs.community).
12+
Please note that the email address you provide will also be used for your login details and further communication.
13+
The email should contain the following information:
14+
15+
- Short summary of the intended usage of the SCS Hardware Landscape
16+
- link to PR for [SSH access](#ssh-access)
17+
- OPTIONAL: if needed, information about the SSH key to be used
18+
- link to PR for [VPN access](#vpn-access)
19+
20+
The SCS Project Board will assess the request based on the intended usage and available capacity and will then take a decision in a timely manner.
21+
22+
### SSH Access
23+
24+
To request SSH access, [create a PR by following the steps 1 and 2](https://github.com/SovereignCloudStack/hardware-landscape/blob/main/documentation/System_Runbooks.md#manage-ssh-access-and-adminstrative-permissions).
25+
Assign the PR to the members of the SCS Project Board.
26+
Please note to specify your GitHub handle and that your GitHub SSH key (`https://github.com/<GITHUB_HANDLE>.keys`) will be used by default unless otherwise specified in your initial email request.
27+
Once the PR has been accepted, [configure your SSH access](https://github.com/SovereignCloudStack/hardware-landscape/blob/main/documentation/System_Usage.md#configure-ssh-access).
28+
29+
### VPN Access
30+
31+
To request VPN access, [create a PR by following the steps 1 to 3](https://github.com/SovereignCloudStack/hardware-landscape/blob/main/documentation/System_Usage.md#configure-vpn-access).
32+
Assign the PR to the members of the SCS Project Board.
33+
Once the PR has been accepted, [configure your VPN access by following the steps 5 to 7](https://github.com/SovereignCloudStack/hardware-landscape/blob/main/documentation/System_Usage.md#configure-vpn-access).
34+
35+
### SCS Hardware Landscape Usage
36+
37+
More information on how to use the Hardware Landscape can be found [here](hardware-landscape.md).
38+
39+
## SCS2 @ plusserver
1040

1141
SCS2 is the successor to gx-scs (or SCS1), which no longer exists.
1242

43+
To apply for a new project, please create a pull request against this document (leave `Unique Identifier` blank) and assign it to the CSP team @SovereignCloudStack/plusserver.
44+
1345
### SCS2 Usage
1446

15-
A brief guide on how to use the resources provided by plusserver GmbH can be found [here](plusserver-gx-scs.md)
47+
A brief guide on how to use the resources provided by plusserver GmbH can be found [here](plusserver-gx-scs.md).
1648

1749
### SCS2 Users
1850

@@ -65,6 +97,12 @@ Service users will have their default_project_id set to a specific project and w
6597

6698
## Wavecon
6799

100+
To apply for a new project, please create a pull request against this document (leave `Unique Identifier` blank) and assign it to the CSP team @SovereignCloudStack/wavecon.
101+
102+
### Wavestack Usage
103+
104+
A brief guide on how to use the resources provided by Wavecon GmbH can be found [here](wavestack.md).
105+
68106
### Wavestack Service Users
69107

70108
| Unique Identifier | Service User Name | Full Access on | Community Contact | Description | Needed until |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Getting Started with SCS Hardware Landscape
3+
version: 2025-12-19
4+
author: Marvin Frommhold
5+
---
6+
7+
## Getting Started with the SCS Hardware Landscape
8+
9+
The SCS Hardware Landscape is a publicly accessible training and demonstration environment of the SCS reference implementation on hardware operated by the Forum SCS-Standards.
10+
Interested parties, for example customers who want to test their software for SCS compatibility, can get access to it.
11+
It is currently running at a colocation of ScaleUp Technologies.
12+
13+
### URLs for accessing the SCS Hardware Landscape
14+
15+
To access the SCS Hardware Landscape refer to the [list of environment links](https://github.com/sovereignCloudStack/hardware-landscape?tab=readme-ov-file#environment-links) in the SCS Hardware Landscape repository.
16+
17+
### Authentication (UI)
18+
19+
For the login you will need your email address you provided to the Project Board and your password.
20+
21+
### Documentation of the SCS Hardware Landscape
22+
23+
A brief documentation of the SCS Hardware Landscape can be found on the ["Hardware-Landscape turnkey solution page"](https://docs.scs.community/docs/turnkey-solution/hardware-landscape) and in the [SCS Hardware Landscape repository](https://github.com/SovereignCloudStack/hardware-landscape).

community/cloud-resources/plusserver-gx-scs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Getting Started Gaia-X Demonstrator @ plusserver
2+
title: Getting Started with SCS2 @ plusserver
33
version: 2022-12-22
44
author: Ralf Heiringhoff, Mathias Fechner
55
---

sidebarsCommunity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const sidebars = {
6464
items: [
6565
'cloud-resources/cloud-resources',
6666
'cloud-resources/getting-started-openstack',
67+
'cloud-resources/hardware-landscape',
6768
'cloud-resources/plusserver-gx-scs',
6869
'cloud-resources/wavestack'
6970
]

0 commit comments

Comments
 (0)