Skip to content

Commit a12a0be

Browse files
authored
chore: add the scripts back due to a bug in projects (#955)
1 parent db96a4b commit a12a0be

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
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: schematics
13+
validation_type: projects # projects validation required when ansible migration script present in code
1414
- name: standard
1515
mark_ready: false
1616
install_type: fullstack
17-
validation_type: schematics
17+
validation_type: projects # projects validation required when ansible migration script present in code
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: schematics
24+
validation_type: projects # projects validation required when ansible migration script present in code
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: schematics
52+
validation_type: projects # projects validation required when ansible migration script present in code
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: schematics
59+
validation_type: projects # projects validation required when ansible migration script present in code
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: migration pre playbook
2+
hosts: localhost
3+
tasks:
4+
- name: Print message
5+
debug:
6+
msg: No migration needed.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: migration pre playbook
2+
hosts: localhost
3+
tasks:
4+
- name: Print message
5+
debug:
6+
msg: No migration needed.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: migration pre playbook
2+
hosts: localhost
3+
tasks:
4+
- name: Print message
5+
debug:
6+
msg: No migration needed.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: migration pre playbook
2+
hosts: localhost
3+
tasks:
4+
- name: Print message
5+
debug:
6+
msg: No migration needed.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: migration pre playbook
2+
hosts: localhost
3+
tasks:
4+
- name: Print message
5+
debug:
6+
msg: No migration needed.

0 commit comments

Comments
 (0)