-
Notifications
You must be signed in to change notification settings - Fork 11
/
e2e_mig_samples.yml
27 lines (27 loc) · 1.7 KB
/
e2e_mig_samples.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- hosts: localhost
roles:
- { role: migration_prepare, tags: ["always"] }
- { role: mssql-app, tags: ["mssql-app"], pv_action: 'copy', stage: 'true', dst_storage_class: 'ocs-storagecluster-cephfs' }
- { role: mysql-persistent, tags: ["mysql-persistent"] }
- { role: ocp-25000-sets, tags: ["ocp-25000-sets", "ocp"] }
- { role: ocp-25021-cronjob, tags: ["never", "ocp-25021-cronjob"] }
- { role: ocp-25090-jobs, tags: ["ocp-25090-jobs", "ocp"] }
- { role: ocp-25212-initcont, tags: ["ocp-25212-initcont", "ocp"] }
- { role: ocp-24997-confmap, tags: ["ocp-24997-confmap", "ocp"] }
- { role: ocp-24995-role, tags: ["ocp-24995-role", "ocp"] }
- { role: ocp-25986-maxpods, tags: ["ocp-25986-maxpods", "ocp"] }
- { role: nginx-pv, tags: ["nginx-pv", "ocp"] }
- { role: ocp-24659-mysql, tags: ["ocp-24659-mysql", "ocp"] }
- { role: ocp-24686-project, tags: ["ocp-24686-project", "ocp"] }
- { role: ocp-24769-cakephp, tags: ["ocp-24769-cakephp", "ocp"] }
# 3.7 -> 4.x migration failing for django because 9.5 postgres image does not exist in 4.x
- { role: ocp-24730-django, tags: ["never", "ocp-24730-django"] }
- { role: ocp-26032-maxns, tags: ["ocp-26032-maxns", "ocp"] }
- { role: ocp-26160-max-pvs, tags: ["ocp-26160-max-pvs", "ocp"] }
- { role: ocp-24787-redis, tags: ["ocp-24787-redis", "ocp"] }
- { role: ocp-24797-mongodb, tags: ["ocp-24797-mongodb", "ocp"] }
# This tests deploys the official datagrid service application in openshift. It doesnt exist before 3.11
- { role: ocp-24871-datagrid, tags: ["never" ,"ocp-24871-datagrid"] }
vars_files:
- "{{ playbook_dir }}/config/mig_controller.yml"
- "{{ playbook_dir }}/config/defaults.yml"