Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ offerings:
- name: quickstart
mark_ready: false
install_type: fullstack
validation_type: schematics
validation_type: projects # projects validation required when ansible migration script present in code
- name: standard
mark_ready: false
install_type: fullstack
validation_type: schematics
validation_type: projects # projects validation required when ansible migration script present in code
scc:
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
- name: existing-vpc
mark_ready: false
install_type: extension
validation_type: schematics
validation_type: projects # projects validation required when ansible migration script present in code
pre_validation: "tests/scripts/pre-validation-deploy-slz-vpc.sh"
post_validation: "tests/scripts/post-validation-destroy-slz-vpc.sh"
scc:
Expand Down Expand Up @@ -49,11 +49,11 @@ offerings:
- name: standard
mark_ready: false
install_type: fullstack
validation_type: schematics
validation_type: projects # projects validation required when ansible migration script present in code
scc:
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
- name: quickstart
mark_ready: false
install_type: fullstack
validation_type: schematics
validation_type: projects # projects validation required when ansible migration script present in code
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: migration pre playbook
hosts: localhost
tasks:
- name: Print message
debug:
msg: No migration needed.
6 changes: 6 additions & 0 deletions patterns/roks/scripts/migration-pre-ansible-playbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: migration pre playbook
hosts: localhost
tasks:
- name: Print message
debug:
msg: No migration needed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: migration pre playbook
hosts: localhost
tasks:
- name: Print message
debug:
msg: No migration needed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: migration pre playbook
hosts: localhost
tasks:
- name: Print message
debug:
msg: No migration needed.
6 changes: 6 additions & 0 deletions patterns/vsi/scripts/migration-pre-ansible-playbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: migration pre playbook
hosts: localhost
tasks:
- name: Print message
debug:
msg: No migration needed.