Skip to content

Commit

Permalink
Metadata schemas: epos-0 renamed to epos-msl-0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Oct 10, 2023
1 parent d26a084 commit 3d23b26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion roles/yoda_rulesets/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ metadata_schemas:
- name: default-3
install: true
active: true
- name: epos-0
- name: epos-msl-0
install: true
active: true
- name: hptlab-0
Expand Down
12 changes: 6 additions & 6 deletions roles/yoda_test/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test_groups:
- {groupName: research-default-1, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: default-1}
- {groupName: research-default-2, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: default-2}
- {groupName: research-default-3, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: default-3}
- {groupName: research-epos-0, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: epos-0}
- {groupName: research-epos-msl-0, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: epos-msl-0}
- {groupName: research-hptlab-0, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: hptlab-0}
- {groupName: research-hptlab-1, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: hptlab-1}
- {groupName: research-teclab-0, category: test-automation, subcategory: metadata-schemas, dataClassification: unspecified, schema_id: teclab-0}
Expand Down Expand Up @@ -132,8 +132,8 @@ test_group_users:
- {groupName: research-default-3, user: researcher, role: normal}
- {groupName: research-default-3, user: functionaladminpriv, role: manager}

- {groupName: research-epos-0, user: researcher, role: normal}
- {groupName: research-epos-0, user: functionaladminpriv, role: manager}
- {groupName: research-epos-msl-0, user: researcher, role: normal}
- {groupName: research-epos-msl-0, user: functionaladminpriv, role: manager}

- {groupName: research-hptlab-0, user: researcher, role: normal}
- {groupName: research-hptlab-0, user: functionaladminpriv, role: manager}
Expand Down Expand Up @@ -231,8 +231,8 @@ test_group_eus_users:
- {groupName: research-default-3, user: [email protected], role: normal}
- {groupName: research-default-3, user: [email protected], role: manager}

- {groupName: research-epos-0, user: [email protected], role: normal}
- {groupName: research-epos-0, user: [email protected], role: manager}
- {groupName: research-epos-msl-0, user: [email protected], role: normal}
- {groupName: research-epos-msl-0, user: [email protected], role: manager}

- {groupName: research-hptlab-0, user: [email protected], role: normal}
- {groupName: research-hptlab-0, user: [email protected], role: manager}
Expand Down Expand Up @@ -289,7 +289,7 @@ deletion_research_groups:
- research: default-1
- research: default-2
- research: default-3
- research: epos-0
- research: epos-msl-0
- research: hptlab-0
- research: hptlab-1
- research: teclab-0
Expand Down

0 comments on commit 3d23b26

Please sign in to comment.