|
51 | 51 |
|
52 | 52 | - job:
|
53 | 53 | name: cifmw-multinode-kuttl
|
54 |
| - parent: cifmw-base-multinode-kuttl |
| 54 | + parent: cifmw-base-multinode-kuttl-crc-cloud |
| 55 | + files: |
| 56 | + - ^ci/playbooks/kuttl/.* |
| 57 | + - ^scenarios/centos-9/kuttl.yml |
| 58 | + - ^zuul.d/kuttl.yaml |
| 59 | + vars: |
| 60 | + cifmw_extras: |
| 61 | + - '@scenarios/centos-9/kuttl_multinode.yml' |
| 62 | + cifmw_kuttl_tests_operator_list: |
| 63 | + - openstack |
| 64 | + - barbican |
| 65 | + - keystone |
| 66 | + - horizon |
| 67 | + commands_before_kuttl_run: |
| 68 | + - oc get pv |
| 69 | + - oc get all |
| 70 | + commands_after_kuttl_run: |
| 71 | + - oc get pv |
| 72 | + - oc get all |
| 73 | + |
| 74 | +- job: |
| 75 | + name: cifmw-base-multinode-kuttl-crc-cloud |
| 76 | + parent: cifmw-podified-multinode-edpm-base-crc-cloud |
| 77 | + timeout: 7200 |
| 78 | + abstract: true |
| 79 | + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-16-3xl |
| 80 | + vars: |
| 81 | + zuul_log_collection: true |
| 82 | + extra-vars: |
| 83 | + crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}" |
| 84 | + crc_ci_bootstrap_networking: |
| 85 | + networks: |
| 86 | + default: |
| 87 | + range: 192.168.122.0/24 |
| 88 | + mtu: "{{ ('ibm' in nodepool.cloud) | ternary('1440', '1500') }}" |
| 89 | + router_net: "{{ ('ibm' in nodepool.cloud) | ternary('hostonly', 'public') }}" |
| 90 | + internal-api: |
| 91 | + vlan: 20 |
| 92 | + range: 172.17.0.0/24 |
| 93 | + storage: |
| 94 | + vlan: 21 |
| 95 | + range: 172.18.0.0/24 |
| 96 | + tenant: |
| 97 | + vlan: 22 |
| 98 | + range: 172.19.0.0/24 |
| 99 | + instances: |
| 100 | + controller: |
| 101 | + networks: |
| 102 | + default: |
| 103 | + ip: 192.168.122.11 |
| 104 | + crc: |
| 105 | + networks: |
| 106 | + default: |
| 107 | + ip: 192.168.122.10 |
| 108 | + internal-api: |
| 109 | + ip: 172.17.0.5 |
| 110 | + storage: |
| 111 | + ip: 172.18.0.5 |
| 112 | + tenant: |
| 113 | + ip: 172.19.0.5 |
| 114 | + pre-run: |
| 115 | + - ci/playbooks/e2e-prepare.yml |
| 116 | + run: |
| 117 | + - ci/playbooks/dump_zuul_data.yml |
| 118 | + - ci/playbooks/kuttl/run.yml |
| 119 | + post-run: |
| 120 | + - ci/playbooks/collect-logs.yml |
| 121 | + required-projects: |
| 122 | + - github.com/openstack-k8s-operators/install_yamls |
| 123 | + |
| 124 | +- job: |
| 125 | + name: cifmw-multinode-kuttl |
| 126 | + parent: cifmw-base-multinode-kuttl-crc-cloud |
55 | 127 | files:
|
56 | 128 | - ^ci/playbooks/kuttl/.*
|
57 | 129 | - ^scenarios/centos-9/kuttl.yml
|
|
0 commit comments