Skip to content

Commit d0572bd

Browse files
authored
ci: use schematics for catalog pipeline validation and remove migration scripts (#959)
1 parent 16f486a commit d0572bd

File tree

6 files changed

+5
-35
lines changed

6 files changed

+5
-35
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ offerings:
1010
- name: quickstart
1111
mark_ready: false
1212
install_type: fullstack
13-
validation_type: projects # projects validation required when ansible migration script present in code
13+
validation_type: schematics
1414
- name: standard
1515
mark_ready: false
1616
install_type: fullstack
17-
validation_type: projects # projects validation required when ansible migration script present in code
17+
validation_type: schematics
1818
scc:
1919
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
2020
region: us-south
2121
- name: existing-vpc
2222
mark_ready: false
2323
install_type: extension
24-
validation_type: projects # projects validation required when ansible migration script present in code
24+
validation_type: schematics
2525
pre_validation: "tests/scripts/pre-validation-deploy-slz-vpc.sh"
2626
post_validation: "tests/scripts/post-validation-destroy-slz-vpc.sh"
2727
scc:
@@ -49,11 +49,11 @@ offerings:
4949
- name: standard
5050
mark_ready: false
5151
install_type: fullstack
52-
validation_type: projects # projects validation required when ansible migration script present in code
52+
validation_type: schematics
5353
scc:
5454
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
5555
region: us-south
5656
- name: quickstart
5757
mark_ready: false
5858
install_type: fullstack
59-
validation_type: projects # projects validation required when ansible migration script present in code
59+
validation_type: schematics

patterns/roks-quickstart/scripts/migration-pre-ansible-playbook.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

patterns/roks/scripts/migration-pre-ansible-playbook.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

patterns/vsi-extension/scripts/migration-pre-ansible-playbook.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

patterns/vsi-quickstart/scripts/migration-pre-ansible-playbook.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

patterns/vsi/scripts/migration-pre-ansible-playbook.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)