Skip to content
Open
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
41 changes: 38 additions & 3 deletions community/cloud-resources/cloud-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,44 @@ This document gives an overview of the test and development cloud resources curr

## How to request cloud resources

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, ...)
To request access to an existing project, please contact the responsible community member as described below.

## plusserver (SCS2)
## SCS Hardware Landscape

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 [[email protected]](mailto:[email protected]).
Please note that the email address you provide will also be used for your login details and further communication.
The email should contain the following information:

- link to PR for [SSH access](#ssh-access)
- OPTIONAL: if needed, information about the SSH key to be used
- link to PR for [VPN access](#vpn-access)

### SSH Access

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).
Assign the PR to the members of the SCS Project Board.
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.
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).

### VPN Access

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).
Assign the PR to the members of the SCS Project Board.
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).

### SCS Hardware Landscape Usage

More information on how to use the Hardware Landscape can be found [here](hardware-landscape.md).

## SCS2 @ plusserver

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

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.

### SCS2 Usage

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

### SCS2 Users

Expand Down Expand Up @@ -65,6 +94,12 @@ Service users will have their default_project_id set to a specific project and w

## Wavecon

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.

### Wavestack Usage

A brief guide on how to use the resources provided by Wavecon GmbH can be found [here](wavestack.md).

### Wavestack Service Users

| Unique Identifier | Service User Name | Full Access on | Community Contact | Description | Needed until |
Expand Down
26 changes: 26 additions & 0 deletions community/cloud-resources/hardware-landscape.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Getting Started with SCS Hardware Landscape
version: 2025-12-19
author: Marvin Frommhold
---

## Getting Started with the SCS Hardware Landscape

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.
Interested parties, for example customers who want to test their software for SCS compatibility, can get access to it.
It is currently running at a colocation of ScaleUp Technologies.

### URLs for accessing the SCS Hardware Landscape

- UI (horizon): [https://api.dc1.muc.cloud.cnds.io/project/](https://api.dc1.muc.cloud.cnds.io/project/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That‘s that CNDS environment, isnt‘t it?

- API auth URL: [https://api.dc1.muc.cloud.cnds.io:5000/](https://api.dc1.muc.cloud.cnds.io:5000/)
- Object Storage endpoint: [https://api.dc1.muc.cloud.cnds.io:8080/](https://api.dc1.muc.cloud.cnds.io:8080/)
- DNS Management: [https://portal.cnds.io/](https://portal.cnds.io/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is correct. We use the CNDS environment for the DNS management of the SCS lab.


### Authentication (UI)

For the login you will need your email address you provided to the Project Board and your password.

### Documentation of the SCS Hardware Landscape

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).
2 changes: 1 addition & 1 deletion community/cloud-resources/plusserver-gx-scs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Getting Started Gaia-X Demonstrator @ plusserver
title: Getting Started with SCS2 @ plusserver
version: 2022-12-22
author: Ralf Heiringhoff, Mathias Fechner
---
Expand Down
1 change: 1 addition & 0 deletions sidebarsCommunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const sidebars = {
items: [
'cloud-resources/cloud-resources',
'cloud-resources/getting-started-openstack',
'cloud-resources/hardware-landscape',
'cloud-resources/plusserver-gx-scs',
'cloud-resources/wavestack'
]
Expand Down