Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 1 | - nodeset: |
| 2 | name: ubuntu2004-openstack-multi-node-mixed |
| 3 | nodes: |
| 4 | - name: controller |
| 5 | label: os-ubuntu2004-large |
| 6 | - name: undercloud-client |
| 7 | label: os-ubuntu2004-small |
| 8 | - name: lab-sp-a1 |
| 9 | label: os-ubuntu2004-large |
| 10 | groups: |
| 11 | - name: tempest |
| 12 | nodes: |
| 13 | - controller |
| 14 | |
| 15 | - nodeset: |
| 16 | name: ubuntu2204-openstack-multi-node-mixed |
| 17 | nodes: |
| 18 | - name: controller |
| 19 | label: os-ubuntu2204-large |
| 20 | - name: undercloud-client |
| 21 | label: os-ubuntu2204-small |
| 22 | - name: lab-sp-a1 |
| 23 | label: os-ubuntu2204-large |
| 24 | groups: |
| 25 | - name: tempest |
| 26 | nodes: |
| 27 | - controller |
| 28 | |
Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 29 | - job: |
Peter Pentchev | 251b1f5 | 2022-11-18 10:52:30 +0200 | [diff] [blame] | 30 | name: cinder-storpool-tempest |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 31 | parent: tempest-full |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 32 | pre-run: |
| 33 | - playbooks/sp-init.yaml |
| 34 | - playbooks/setup-openstack-client/pre.yaml |
Biser Milanov | 71dfc10 | 2023-11-16 13:29:25 +0200 | [diff] [blame^] | 35 | - playbooks/setup-openstack-storpool/pre.yaml |
Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 36 | run: playbooks/tempest-and-cinderlib-run.yaml |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 37 | cleanup-run: |
Biser Milanov | 71dfc10 | 2023-11-16 13:29:25 +0200 | [diff] [blame^] | 38 | - playbooks/setup-openstack-storpool/post.yaml |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 39 | - playbooks/setup-openstack-client/post.yaml |
| 40 | - playbooks/sp-cleanup.yaml |
Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 41 | required-projects: |
Peter Pentchev | 1e7ec64 | 2022-11-22 14:25:21 +0200 | [diff] [blame] | 42 | - opendev.org/openstack/cinderlib |
| 43 | - opendev.org/openstack/os-brick |
| 44 | - opendev.org/openstack/tempest |
| 45 | - opendev.org/openstack/cinder-tempest-plugin |
| 46 | # - config |
Peter Pentchev | 251b1f5 | 2022-11-18 10:52:30 +0200 | [diff] [blame] | 47 | - sp-osci |
Peter Pentchev | 130ab07 | 2022-12-12 23:03:50 +0200 | [diff] [blame] | 48 | timeout: 10800 |
Biser Milanov | 3c8e02d | 2023-03-14 17:52:51 +0200 | [diff] [blame] | 49 | secrets: |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 50 | # openstack-client |
Biser Milanov | 3c8e02d | 2023-03-14 17:52:51 +0200 | [diff] [blame] | 51 | - name: OPENSTACK_DATA |
| 52 | secret: OPENSTACK_DATA |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 53 | - name: RESOLVED_DATA |
| 54 | secret: RESOLVED_DATA |
| 55 | |
| 56 | # openstack-iscsi-multipath-storpool |
| 57 | - name: STORPOOL_DEPLOY_KEY |
| 58 | secret: STORPOOL_DEPLOY_KEY |
| 59 | - name: STORPOOL_DEPLOY_KEY_PUB |
| 60 | secret: STORPOOL_DEPLOY_KEY_PUB |
| 61 | - name: STORPOOL_BLOCK_INVENTORY |
| 62 | secret: STORPOOL_BLOCK_INVENTORY |
| 63 | - name: STORPOOL_ISCSI_NETPLAN |
| 64 | secret: STORPOOL_ISCSI_NETPLAN |
| 65 | - name: STORPOOL_STORPOOL_NETPLAN |
| 66 | secret: STORPOOL_STORPOOL_NETPLAN |
| 67 | - name: STORPOOL_NETPLAN_SERVICE |
| 68 | secret: STORPOOL_NETPLAN_SERVICE |
| 69 | - name: STORPOOL_CONF_BLOCK |
| 70 | secret: STORPOOL_CONF_BLOCK |
| 71 | - name: STORPOOL_DEPLOY |
| 72 | secret: STORPOOL_DEPLOY |
| 73 | - name: STORPOOL_DEPLOY_INFO_CONF |
| 74 | secret: STORPOOL_DEPLOY_INFO_CONF |
| 75 | - name: STORPOOL_CONF_ISCSI_NODE |
| 76 | secret: STORPOOL_CONF_ISCSI_NODE |
| 77 | - name: ISCSI_NODE_SYSTEMD_NETWORKD |
| 78 | secret: ISCSI_NODE_SYSTEMD_NETWORKD |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 79 | vars: |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 80 | os_venv: "~/sp-venv-openstack" |
| 81 | storpool_connection: "block" |
| 82 | |
Biser Milanov | fb3a5d5 | 2023-05-12 17:28:03 +0300 | [diff] [blame] | 83 | do_storprep: true |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 84 | devstack_localrc: |
| 85 | CINDER_ENABLED_BACKENDS: storpool:storpool |
| 86 | # CINDER_ISCSI_HELPER: tgtadm |
| 87 | ENABLE_FILE_INJECTION: false |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 88 | TEMPEST_CONCURRENCY: 2 |
| 89 | TEMPEST_EXTEND_ATTACHED_VOLUME: true |
| 90 | TEMPEST_PLUGINS: cinder-tempest-plugin |
| 91 | TEMPEST_RUN_VALIDATION: false |
| 92 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: true |
| 93 | TEMPEST_VOLUME_VENDOR: StorPool |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 94 | USE_PYTHON3: True |
Peter Pentchev | f95d3ff | 2023-01-10 01:04:09 +0200 | [diff] [blame] | 95 | # cfg: block |
| 96 | TEMPEST_STORAGE_PROTOCOL: storpool |
| 97 | ENABLE_VOLUME_MULTIATTACH: true |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 98 | devstack_local_conf: |
Biser Milanov | 6309b04 | 2023-06-27 16:02:34 +0300 | [diff] [blame] | 99 | test-config: |
Biser Milanov | b3ff519 | 2023-06-27 17:01:14 +0300 | [diff] [blame] | 100 | $TEMPEST_CONFIG: |
| 101 | validation: |
| 102 | run_validation: true |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 103 | post-config: |
| 104 | $CINDER_CONF: |
| 105 | storpool: |
| 106 | volume_backend_name: storpool |
| 107 | volume_driver: cinder.volume.drivers.storpool.StorPoolDriver |
| 108 | storpool_template: virtual |
| 109 | # enable_unsupported_driver: true |
Peter Pentchev | f95d3ff | 2023-01-10 01:04:09 +0200 | [diff] [blame] | 110 | tox_envlist: all |
| 111 | tempest_test_regex: | |
| 112 | volume |
| 113 | # (^(tempest\.((api\..*volume)|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance))|(cinder_tempest_plugin)) |
| 114 | |
| 115 | - job: |
Biser Milanov | be5ddba | 2023-06-02 09:15:21 +0300 | [diff] [blame] | 116 | name: cinder-storpool-tempest-experimental |
| 117 | parent: cinder-storpool-tempest |
| 118 | vars: |
| 119 | sp_experimental: true |
| 120 | |
| 121 | - job: |
Peter Pentchev | f95d3ff | 2023-01-10 01:04:09 +0200 | [diff] [blame] | 122 | name: cinder-storpool-tempest-iscsi |
| 123 | parent: cinder-storpool-tempest |
| 124 | vars: |
Peter Pentchev | 5e96b24 | 2023-01-13 14:19:07 +0200 | [diff] [blame] | 125 | sp_experimental: true |
Biser Milanov | fb3a5d5 | 2023-05-12 17:28:03 +0300 | [diff] [blame] | 126 | do_storprep: true |
Peter Pentchev | f95d3ff | 2023-01-10 01:04:09 +0200 | [diff] [blame] | 127 | devstack_localrc: |
| 128 | # cfg: iscsi |
| 129 | TEMPEST_STORAGE_PROTOCOL: iscsi |
| 130 | ENABLE_VOLUME_MULTIATTACH: false |
| 131 | devstack_local_conf: |
| 132 | post-config: |
| 133 | $CINDER_CONF: |
| 134 | storpool: |
Peter Pentchev | e1881c8 | 2023-01-03 17:08:23 +0200 | [diff] [blame] | 135 | # cfg: iscsi |
| 136 | iscsi_export_to: "\\\\*" |
| 137 | iscsi_portal_group: pg |
Peter Pentchev | 7d277ec | 2023-02-08 15:21:47 +0200 | [diff] [blame] | 138 | use_multipath_for_image_xfer: True |
| 139 | $NOVA_CONF: |
| 140 | libvirt: |
| 141 | # cfg: iscsi |
| 142 | volume_use_multipath: True |
Peter Pentchev | 61dd863 | 2022-12-12 13:53:14 +0200 | [diff] [blame] | 143 | tempest_test_regex: | |
Peter Pentchev | a5783c7 | 2023-01-24 08:30:02 +0200 | [diff] [blame] | 144 | volume|^cinder_tempest_plugin |
| 145 | # ^cinder_tempest_plugin |
Peter Pentchev | 3dbe248 | 2023-01-03 14:58:00 +0200 | [diff] [blame] | 146 | # (^(tempest\.((api\..*volume)|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance))|(cinder_tempest_plugin)) |
Peter Pentchev | e683490 | 2022-11-10 18:37:29 +0200 | [diff] [blame] | 147 | |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 148 | - job: |
| 149 | name: cinder-storpool-tempest-iscsi-multipath-parent |
| 150 | parent: tempest-full |
| 151 | pre-run: |
| 152 | - playbooks/sp-init.yaml |
| 153 | - playbooks/setup-openstack-client/pre.yaml |
| 154 | - playbooks/setup-openstack-iscsi-multipath/pre.yaml |
Biser Milanov | 71dfc10 | 2023-11-16 13:29:25 +0200 | [diff] [blame^] | 155 | - playbooks/setup-openstack-storpool/pre.yaml |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 156 | run: playbooks/tempest-and-cinderlib-run.yaml |
Biser Milanov | 5c41820 | 2023-08-31 11:37:54 +0300 | [diff] [blame] | 157 | cleanup-run: |
Biser Milanov | 71dfc10 | 2023-11-16 13:29:25 +0200 | [diff] [blame^] | 158 | - playbooks/setup-openstack-storpool/post.yaml |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 159 | - playbooks/setup-openstack-iscsi-multipath/post.yaml |
| 160 | - playbooks/setup-openstack-client/post.yaml |
| 161 | - playbooks/sp-cleanup.yaml |
| 162 | required-projects: |
| 163 | - opendev.org/openstack/cinderlib |
| 164 | - opendev.org/openstack/os-brick |
| 165 | - opendev.org/openstack/tempest |
| 166 | - opendev.org/openstack/cinder-tempest-plugin |
| 167 | # - config |
| 168 | - sp-osci |
| 169 | timeout: 10800 |
Biser Milanov | 4cf8033 | 2023-09-04 13:54:28 +0300 | [diff] [blame] | 170 | nodeset: ubuntu2204-openstack-multi-node-mixed |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 171 | attempts: 1 |
| 172 | secrets: |
| 173 | # openstack-client |
| 174 | - name: OPENSTACK_DATA |
| 175 | secret: OPENSTACK_DATA |
| 176 | - name: RESOLVED_DATA |
| 177 | secret: RESOLVED_DATA |
| 178 | |
| 179 | # openstack-iscsi-multipath-storpool |
| 180 | - name: STORPOOL_DEPLOY_KEY |
| 181 | secret: STORPOOL_DEPLOY_KEY |
| 182 | - name: STORPOOL_DEPLOY_KEY_PUB |
| 183 | secret: STORPOOL_DEPLOY_KEY_PUB |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 184 | - name: STORPOOL_ISCSI_INVENTORY |
| 185 | secret: STORPOOL_ISCSI_INVENTORY |
Biser Milanov | cd7fd56 | 2023-11-13 15:45:56 +0200 | [diff] [blame] | 186 | - name: STORPOOL_ISCSI_NETPLAN |
| 187 | secret: STORPOOL_ISCSI_NETPLAN |
| 188 | - name: STORPOOL_STORPOOL_NETPLAN |
| 189 | secret: STORPOOL_STORPOOL_NETPLAN |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 190 | - name: STORPOOL_NETPLAN_SERVICE |
| 191 | secret: STORPOOL_NETPLAN_SERVICE |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 192 | - name: STORPOOL_CONF_ISCSI |
| 193 | secret: STORPOOL_CONF_ISCSI |
Biser Milanov | d9c4964 | 2023-11-13 14:24:36 +0200 | [diff] [blame] | 194 | - name: STORPOOL_DEPLOY |
| 195 | secret: STORPOOL_DEPLOY |
| 196 | - name: STORPOOL_DEPLOY_INFO_CONF |
| 197 | secret: STORPOOL_DEPLOY_INFO_CONF |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 198 | - name: STORPOOL_CONF_ISCSI_NODE |
| 199 | secret: STORPOOL_CONF_ISCSI_NODE |
| 200 | - name: ISCSI_NODE_SYSTEMD_NETWORKD |
| 201 | secret: ISCSI_NODE_SYSTEMD_NETWORKD |
| 202 | |
| 203 | vars: |
| 204 | os_venv: "~/sp-venv-openstack" |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 205 | storpool_connection: "iscsi" |
| 206 | |
Biser Milanov | d33c46e | 2023-06-28 10:29:29 +0300 | [diff] [blame] | 207 | zuul_copy_output: |
| 208 | /etc/multipath.conf: logs_txt |
| 209 | /etc/iscsi/iscsid.conf: logs_txt |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 210 | devstack_localrc: |
| 211 | CINDER_ENABLED_BACKENDS: storpool:storpool |
| 212 | # CINDER_ISCSI_HELPER: tgtadm |
| 213 | ENABLE_FILE_INJECTION: false |
| 214 | TEMPEST_CONCURRENCY: 2 |
| 215 | TEMPEST_EXTEND_ATTACHED_VOLUME: true |
| 216 | TEMPEST_PLUGINS: cinder-tempest-plugin |
| 217 | TEMPEST_RUN_VALIDATION: false |
| 218 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: true |
| 219 | TEMPEST_VOLUME_VENDOR: StorPool |
| 220 | USE_PYTHON3: True |
| 221 | # cfg: block |
| 222 | TEMPEST_STORAGE_PROTOCOL: storpool |
| 223 | ENABLE_VOLUME_MULTIATTACH: true |
| 224 | devstack_local_conf: |
Biser Milanov | 2cbee02 | 2023-06-28 00:27:09 +0300 | [diff] [blame] | 225 | test-config: |
| 226 | $TEMPEST_CONFIG: |
| 227 | validation: |
| 228 | run_validation: true |
Biser Milanov | dd597bc | 2023-05-12 17:42:11 +0300 | [diff] [blame] | 229 | post-config: |
| 230 | $CINDER_CONF: |
| 231 | storpool: |
| 232 | volume_backend_name: storpool |
| 233 | volume_driver: cinder.volume.drivers.storpool.StorPoolDriver |
| 234 | storpool_template: virtual |
| 235 | # enable_unsupported_driver: true |
| 236 | tox_envlist: all |
| 237 | tempest_test_regex: | |
| 238 | volume |
| 239 | # (^(tempest\.((api\..*volume)|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance))|(cinder_tempest_plugin)) |
| 240 | |
| 241 | - job: |
| 242 | name: cinder-storpool-tempest-iscsi-multipath |
| 243 | parent: cinder-storpool-tempest-iscsi-multipath-parent |
| 244 | vars: |
| 245 | sp_experimental: true |
| 246 | devstack_localrc: |
| 247 | # cfg: iscsi |
| 248 | TEMPEST_STORAGE_PROTOCOL: iscsi |
| 249 | ENABLE_VOLUME_MULTIATTACH: false |
| 250 | devstack_local_conf: |
| 251 | post-config: |
| 252 | $CINDER_CONF: |
| 253 | storpool: |
| 254 | # cfg: iscsi |
| 255 | iscsi_export_to: "\\\\*" |
| 256 | iscsi_portal_group: pg |
| 257 | use_multipath_for_image_xfer: True |
| 258 | $NOVA_CONF: |
| 259 | libvirt: |
| 260 | # cfg: iscsi |
| 261 | volume_use_multipath: True |
| 262 | tempest_test_regex: | |
| 263 | volume|^cinder_tempest_plugin |
| 264 | # ^cinder_tempest_plugin |
| 265 | # (^(tempest\.((api\..*volume)|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance))|(cinder_tempest_plugin)) |
| 266 | |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 267 | - job: |
| 268 | name: kolla-cinder-storpool-tempest-iscsi-multipath |
| 269 | pre-run: |
| 270 | - playbooks/setup-openstack-client/pre.yaml |
| 271 | - playbooks/setup-openstack-iscsi-multipath/pre.yaml |
Biser Milanov | 71dfc10 | 2023-11-16 13:29:25 +0200 | [diff] [blame^] | 272 | - playbooks/setup-openstack-storpool/pre.yaml |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 273 | - playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml |
Biser Milanov | 5482b62 | 2023-08-04 10:12:15 +0300 | [diff] [blame] | 274 | run: playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml |
Biser Milanov | 5c41820 | 2023-08-31 11:37:54 +0300 | [diff] [blame] | 275 | cleanup-run: |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 276 | - playbooks/kolla-setup-openstack-iscsi-multipath-storpool/post.yaml |
Biser Milanov | 71dfc10 | 2023-11-16 13:29:25 +0200 | [diff] [blame^] | 277 | - playbooks/setup-openstack-storpool/post.yaml |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 278 | - playbooks/setup-openstack-iscsi-multipath/post.yaml |
| 279 | - playbooks/setup-openstack-client/post.yaml |
| 280 | required-projects: |
| 281 | - opendev.org/openstack/tempest |
| 282 | timeout: 10800 |
Biser Milanov | 6a53ec8 | 2023-08-03 22:27:52 +0300 | [diff] [blame] | 283 | nodeset: ubuntu2204-openstack-multi-node-mixed |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 284 | attempts: 1 |
| 285 | secrets: |
| 286 | # openstack-client |
| 287 | - name: OPENSTACK_DATA |
| 288 | secret: OPENSTACK_DATA |
| 289 | - name: RESOLVED_DATA |
| 290 | secret: RESOLVED_DATA |
| 291 | |
| 292 | # openstack-iscsi-multipath-storpool |
| 293 | - name: STORPOOL_DEPLOY_KEY |
| 294 | secret: STORPOOL_DEPLOY_KEY |
| 295 | - name: STORPOOL_DEPLOY_KEY_PUB |
| 296 | secret: STORPOOL_DEPLOY_KEY_PUB |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 297 | - name: STORPOOL_ISCSI_INVENTORY |
| 298 | secret: STORPOOL_ISCSI_INVENTORY |
Biser Milanov | cd7fd56 | 2023-11-13 15:45:56 +0200 | [diff] [blame] | 299 | - name: STORPOOL_ISCSI_NETPLAN |
| 300 | secret: STORPOOL_ISCSI_NETPLAN |
| 301 | - name: STORPOOL_STORPOOL_NETPLAN |
| 302 | secret: STORPOOL_STORPOOL_NETPLAN |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 303 | - name: STORPOOL_NETPLAN_SERVICE |
| 304 | secret: STORPOOL_NETPLAN_SERVICE |
Biser Milanov | fbfe3a0 | 2023-11-16 13:25:47 +0200 | [diff] [blame] | 305 | - name: STORPOOL_CONF_ISCSI |
| 306 | secret: STORPOOL_CONF_ISCSI |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 307 | - name: STORPOOL_CONF_ISCSI_NODE |
| 308 | secret: STORPOOL_CONF_ISCSI_NODE |
| 309 | - name: ISCSI_NODE_SYSTEMD_NETWORKD |
| 310 | secret: ISCSI_NODE_SYSTEMD_NETWORKD |
| 311 | vars: |
| 312 | os_venv: "~/sp-venv-openstack" |
| 313 | zuul_copy_output: |
| 314 | /etc/multipath.conf: logs_txt |
| 315 | /etc/iscsi/iscsid.conf: logs_txt |
Biser Milanov | 434036a | 2023-08-04 17:22:28 +0300 | [diff] [blame] | 316 | kolla_nova_compute_image_full: "cts.storpool.com/kolla/ubuntu-binary-nova-compute:zed-ubuntu-jammy-pre-release" |
| 317 | kolla_cinder_volume_image_full: "cts.storpool.com/kolla/ubuntu-binary-cinder-volume:zed-ubuntu-jammy-pre-release" |
Biser Milanov | 7118bb4 | 2023-08-03 10:54:45 +0300 | [diff] [blame] | 318 | tempest_test_regex: volume |
| 319 | |
Biser Milanov | 3543214 | 2023-09-04 15:28:04 +0300 | [diff] [blame] | 320 | - project: |
| 321 | name: openstack/cinder |
| 322 | check: |
| 323 | jobs: |
| 324 | - cinder-storpool-tempest: |
| 325 | branches: master |
Biser Milanov | 0052334 | 2023-09-04 16:37:55 +0300 | [diff] [blame] | 326 | # - cinder-storpool-tempest-iscsi-multipath: |
| 327 | # branches: master |
Biser Milanov | cd7fd56 | 2023-11-13 15:45:56 +0200 | [diff] [blame] | 328 | experimental: |
| 329 | jobs: |
| 330 | - cinder-storpool-tempest-iscsi-multipath: |
| 331 | branches: master |
Biser Milanov | 7fb0734 | 2023-08-03 11:58:09 +0300 | [diff] [blame] | 332 | # #- cinder-storpool-tempest-experimental: |
| 333 | # # branches: master |
| 334 | # #- cinder-storpool-tempest-iscsi: |
| 335 | # # branches: master |
Biser Milanov | fd89033 | 2023-07-04 10:05:22 +0300 | [diff] [blame] | 336 | |
| 337 | - project: |
| 338 | name: openstack/os-brick |
| 339 | check: |
| 340 | jobs: |
Biser Milanov | 3543214 | 2023-09-04 15:28:04 +0300 | [diff] [blame] | 341 | - cinder-storpool-tempest: |
Biser Milanov | fd89033 | 2023-07-04 10:05:22 +0300 | [diff] [blame] | 342 | branches: master |
Biser Milanov | 7fb0734 | 2023-08-03 11:58:09 +0300 | [diff] [blame] | 343 | |
Biser Milanov | 0052334 | 2023-09-04 16:37:55 +0300 | [diff] [blame] | 344 | #- project: |
| 345 | # name: kolla-experiments |
| 346 | # check: |
| 347 | # jobs: |
| 348 | # - kolla-cinder-storpool-tempest-iscsi-multipath: |
| 349 | # branches: master |