You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is necessary so that the tests can access your cloud.
29
61
You can use the following template (replace all-caps parts):
30
62
@@ -42,7 +74,7 @@ to be used for purposes other than compliance testing (such as the
42
74
43
75
Note that you need to replace dashes (and other special characters) by underscores in the last two lines.
44
76
45
-
4. Add your subject to [Tests/config.toml](https://github.com/SovereignCloudStack/standards/blob/main/Tests/config.toml).
77
+
2. Add your subject to [Tests/config.toml](https://github.com/SovereignCloudStack/standards/blob/main/Tests/config.toml).
46
78
This is necessary so that your cloud will be included in the nightly tests. Add a line like so:
47
79
48
80
```diff
@@ -55,9 +87,9 @@ to be used for purposes other than compliance testing (such as the
55
87
+ "SUBJECT_NAME",
56
88
```
57
89
58
-
Ideally insert your subject so that the list (after `gx-scs`) remains sorted.
90
+
Ideally, insert your subject so that the list (after `gx-scs`) remains sorted.
59
91
60
-
5. Add your subject to [compliance-monitor/bootstrap.yaml](https://github.com/SovereignCloudStack/standards/blob/main/compliance-monitor/bootstrap.yaml).
92
+
3. Add your subject to [compliance-monitor/bootstrap.yaml](https://github.com/SovereignCloudStack/standards/blob/main/compliance-monitor/bootstrap.yaml).
61
93
This is necessary to that the reports will be accepted as genuine. Add a section like so:
62
94
63
95
```diff
@@ -71,22 +103,7 @@ to be used for purposes other than compliance testing (such as the
71
103
72
104
Again, insert your subject so that the list (after `gx-scs`) remains sorted.
73
105
74
-
6. Add your subject to the results table. This is necessary so your subject shows up in the
75
-
[compliance monitor web-site](https://compliance.sovereignit.cloud/page/table). Add the folling lines
76
-
(again substituting all-caps parts):
77
-
78
-
```diff
79
-
| [gx-scs](https://github.com/SovereignCloudStack/docs/blob/main/community/cloud-resources/plusserver-gx-scs.md) | Dev environment provided for SCS & GAIA-X context | plusserver GmbH |
0 commit comments