File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
12"""Domain Manager policy configuration checker
23
34This script uses the OpenStack SDK to validate the proper implementation
Original file line number Diff line number Diff 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>
208220timeline :
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
You can’t perform that action at this time.
0 commit comments