-
Notifications
You must be signed in to change notification settings - Fork 8
Onboarding SCS Hardware Landscape #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
depressiveRobot
wants to merge
2
commits into
main
Choose a base branch
from
feat/onboarding-scs-hardware-landscape
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+66
−4
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
||
|
|
@@ -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 | | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/) | ||
| - 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/) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?