Skip to content

Commit 036a96e

Browse files
committed
add missing domain manager module
Signed-off-by: Matthias Büchse <[email protected]>
1 parent a2c0d46 commit 036a96e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Tests/iam/domain-manager/domain-manager-check.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
"""Domain Manager policy configuration checker
23
34
This script uses the OpenStack SDK to validate the proper implementation

Tests/scs-compatible-iaas.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,23 @@ modules:
200200
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0117-v1-volume-backup-service>
201201
- id: scs-0121-v1
202202
name: Availability Zones
203+
url: https://docs.scs.community/standards/scs-0121-v1-Availability-Zones-Standard
203204
testcases:
204205
- id: availability-zones-check
205206
tags: [mandatory]
206207
description: >
207208
Note: manual check! Must fulfill all requirements of <https://docs.scs.community/standards/scs-0121-v1-Availability-Zones-Standard>
209+
- id: scs-0302-v1
210+
name: Domain Manager Role
211+
url: https://docs.scs.community/standards/scs-0302-v1-domain-manager-role
212+
# run:
213+
# - executable: ./iam/domain-manager/domain-manager-check.py
214+
# args: --os-cloud {os_cloud} --debug --domain-config ...
215+
testcases:
216+
- id: domain-manager-check
217+
tags: [mandatory]
218+
description: >
219+
Note: manual check! Must fulfill all requirements of <https://docs.scs.community/standards/scs-0302-v1-domain-manager-role>
208220
timeline:
209221
- date: 2024-08-23
210222
versions:
@@ -258,6 +270,7 @@ versions:
258270
- scs-0116-v1
259271
- scs-0117-v1
260272
- scs-0121-v1
273+
- scs-0302-v1
261274
targets:
262275
main: mandatory
263276
- version: v4

0 commit comments

Comments
 (0)