Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 1 | - job: |
| 2 | name: manila-tempest-plugin-base |
| 3 | abstract: true |
| 4 | description: Base job for devstack/tempest based manila jobs. |
| 5 | parent: devstack-tempest |
| 6 | timeout: 10800 |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 7 | required-projects: &manila-tempest-required-projects |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 8 | - openstack/manila |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 9 | - openstack/manila-tempest-plugin |
| 10 | - openstack/python-manilaclient |
| 11 | - openstack/tempest |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 12 | irrelevant-files: &irrelevant-files |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 13 | - ^(test-|)requirements.txt$ |
| 14 | - ^.*\.rst$ |
| 15 | - ^api-ref/.*$ |
| 16 | - ^doc/.*$ |
| 17 | - ^manila/hacking/.*$ |
| 18 | - ^manila/tests/.*$ |
| 19 | - ^releasenotes/.*$ |
| 20 | - ^setup.cfg$ |
| 21 | - ^tools/.*$ |
| 22 | - ^tox.ini$ |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 23 | vars: &manila-tempest-base-vars |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 24 | tox_envlist: all |
| 25 | tempest_test_regex: manila_tempest_tests |
| 26 | tempest_concurrency: 8 |
| 27 | tempest_plugins: |
| 28 | - manila-tempest-plugin |
| 29 | devstack_plugins: |
| 30 | manila: https://opendev.org/openstack/manila |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 31 | devstack_services: |
| 32 | cinder: false |
| 33 | s-account: false |
| 34 | s-container: false |
| 35 | s-object: false |
| 36 | s-proxy: false |
| 37 | horizon: false |
| 38 | tls-proxy: true |
| 39 | devstack_localrc: |
| 40 | USE_PYTHON3: true |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 41 | MANILA_USE_DOWNGRADE_MIGRATIONS: true |
| 42 | MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false |
| 43 | MANILA_ALLOW_NAS_SERVER_PORTS_ON_HOST: true |
| 44 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True' |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 45 | MANILA_CONFIGURE_DEFAULT_TYPES: true |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 46 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
debeltrami | 0d523bb | 2020-08-20 12:48:49 +0000 | [diff] [blame] | 47 | MANILA_SERVER_MIGRATION_PERIOD_TASK_INTERVAL: 10 |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 48 | MANILA_REPLICA_STATE_UPDATE_INTERVAL: 10 |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 49 | |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 50 | - job: |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 51 | name: manila-tempest-plugin-ipv6-base |
| 52 | abstract: true |
| 53 | description: | |
| 54 | Base job for devstack/tempest based manila jobs in a 4+6 (dual-stack) |
| 55 | devstack environment with IPv6 control plane endpoints. |
| 56 | parent: devstack-tempest-ipv6 |
| 57 | timeout: 10800 |
| 58 | irrelevant-files: *irrelevant-files |
| 59 | required-projects: *manila-tempest-required-projects |
Goutham Pacha Ravi | f67893c | 2022-08-16 14:07:06 -0700 | [diff] [blame] | 60 | vars: *manila-tempest-base-vars |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 61 | |
| 62 | - job: |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 63 | name: manila-tempest-plugin-standalone-base |
| 64 | abstract: true |
| 65 | description: | |
| 66 | Base job for running a minimal devstack with tempest based manila jobs. |
| 67 | timeout: 3600 |
| 68 | parent: devstack-minimal |
| 69 | irrelevant-files: *irrelevant-files |
| 70 | roles: |
| 71 | - zuul: opendev.org/openstack/devstack |
| 72 | - zuul: opendev.org/openstack/tempest |
| 73 | required-projects: |
| 74 | - openstack/keystone |
| 75 | - openstack/manila |
| 76 | - openstack/manila-tempest-plugin |
| 77 | - openstack/python-manilaclient |
| 78 | - openstack/tempest |
| 79 | run: playbooks/manila-tempest-plugin-standalone/run.yaml |
| 80 | post-run: playbooks/manila-tempest-plugin-standalone/post.yaml |
| 81 | vars: |
| 82 | tox_envlist: all |
| 83 | tempest_test_regex: manila_tempest_tests.tests.api |
| 84 | tempest_concurrency: 16 |
| 85 | tempest_plugins: |
| 86 | - manila-tempest-plugin |
| 87 | devstack_plugins: |
| 88 | manila: https://opendev.org/openstack/manila |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 89 | test_results_stage_name: test_results |
| 90 | zuul_copy_output: |
| 91 | '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs |
| 92 | '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs |
| 93 | '{{ devstack_base_dir }}/tempest/tempest.log': logs |
| 94 | '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs |
| 95 | '{{ stage_dir }}/{{ test_results_stage_name }}.html': logs |
| 96 | '{{ stage_dir }}/stackviz': logs |
| 97 | extensions_to_txt: |
| 98 | conf: true |
| 99 | log: true |
| 100 | yaml: true |
| 101 | yml: true |
| 102 | devstack_localrc: |
| 103 | USE_PYTHON3: true |
| 104 | MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false |
| 105 | MANILA_SERVICE_IMAGE_ENABLED: false |
| 106 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
debeltrami | 0d523bb | 2020-08-20 12:48:49 +0000 | [diff] [blame] | 107 | MANILA_SERVER_MIGRATION_PERIOD_TASK_INTERVAL: 10 |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 108 | MANILA_REPLICA_STATE_UPDATE_INTERVAL: 10 |
| 109 | devstack_services: |
| 110 | tls-proxy: true |
| 111 | key: true |
| 112 | tempest: true |
| 113 | |
| 114 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 115 | name: manila-tempest-plugin-zfsonlinux-base |
| 116 | abstract: true |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 117 | description: Test ZFSOnLinux multibackend (DHSS=False) with postgresql db |
| 118 | parent: manila-tempest-plugin-base |
| 119 | vars: |
| 120 | tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' |
| 121 | devstack_localrc: |
| 122 | SHARE_DRIVER: manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver |
| 123 | MANILA_ENABLED_BACKENDS: london,paris |
| 124 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 125 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 126 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 127 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 128 | MANILA_OPTGROUP_london_driver_handles_share_servers: false |
| 129 | MANILA_OPTGROUP_paris_driver_handles_share_servers: false |
| 130 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
| 131 | MANILA_REPLICA_STATE_UPDATE_INTERVAL: 60 |
| 132 | MANILA_ZFSONLINUX_SERVICE_IP: 127.0.0.1 |
| 133 | MANILA_ZFSONLINUX_USE_SSH: true |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 134 | MANILA_USE_SCHEDULER_CREATING_SHARE_FROM_SNAPSHOT: true |
| 135 | devstack_services: |
| 136 | mysql: false |
| 137 | postgresql: true |
| 138 | devstack_local_conf: |
| 139 | test-config: |
| 140 | $TEMPEST_CONFIG: |
| 141 | share: |
| 142 | default_share_type_name: default |
| 143 | run_driver_assisted_migration_tests: true |
| 144 | run_host_assisted_migration_tests: true |
| 145 | run_replication_tests: true |
| 146 | run_manage_unmanage_snapshot_tests: true |
| 147 | run_manage_unmanage_tests: true |
| 148 | run_multiple_share_replicas_tests: false |
| 149 | run_create_share_from_snapshot_in_another_pool_or_az_tests: true |
| 150 | backend_replication_type: readable |
| 151 | enable_protocols: nfs |
| 152 | capability_storage_protocol: NFS |
| 153 | build_timeout: 180 |
| 154 | enable_ip_rules_for_protocols: nfs |
| 155 | multitenancy_enabled: False |
| 156 | backend_names: LONDON,PARIS |
| 157 | multi_backend: true |
| 158 | image_password: manila |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 159 | |
| 160 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 161 | name: manila-tempest-plugin-zfsonlinux |
| 162 | description: Test ZFSOnLinux multibackend (DHSS=False) with postgresql db |
| 163 | parent: manila-tempest-plugin-zfsonlinux-base |
silvacarloss | d12285b | 2022-06-30 16:58:08 -0300 | [diff] [blame] | 164 | branches: &ubuntu_jammy_test_image_branches ^(?!stable/(yoga|xena|wallaby|victoria|ussuri)).*$ |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 165 | |
| 166 | - job: |
| 167 | name: manila-tempest-plugin-lvm-base |
silvacarloss | 59c4795 | 2022-11-21 15:40:03 -0300 | [diff] [blame] | 168 | nodeset: openstack-single-node-focal |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 169 | description: | |
| 170 | Test LVM multibackend (DHSS=False) in a 4+6 (dual-stack) devstack |
| 171 | environment with IPv6 control plane endpoints. |
| 172 | parent: manila-tempest-plugin-ipv6-base |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 173 | abstract: true |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 174 | required-projects: |
| 175 | - openstack/neutron-dynamic-routing |
| 176 | vars: |
Goutham Pacha Ravi | 170cc45 | 2020-07-15 23:42:05 -0700 | [diff] [blame] | 177 | tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' |
Goutham Pacha Ravi | f67893c | 2022-08-16 14:07:06 -0700 | [diff] [blame] | 178 | devstack_services: &devstack-with-ovs |
| 179 | # NOTE(gouthamr): LP#1940324 prevents bgp usage with OVN, disable OVN |
| 180 | br-ex-tcpdump: false |
| 181 | br-int-flows: false |
| 182 | ovn-controller: false |
| 183 | ovn-northd: false |
| 184 | ovs-vswitchd: false |
| 185 | ovsdb-server: false |
| 186 | q-ovn-metadata-agent: false |
| 187 | # Neutron services |
| 188 | neutron-local-ip-static: true |
| 189 | q-agt: true |
| 190 | q-dhcp: true |
| 191 | q-l3: true |
| 192 | q-meta: true |
| 193 | q-metering: true |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 194 | devstack_localrc: |
Goutham Pacha Ravi | f67893c | 2022-08-16 14:07:06 -0700 | [diff] [blame] | 195 | # NOTE(gouthamr): LP#1940324 prevents bgp usage with OVN, use OVS |
| 196 | Q_AGENT: openvswitch |
| 197 | Q_ML2_TENANT_NETWORK_TYPE: vxlan |
| 198 | Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 199 | SHARE_DRIVER: manila.share.drivers.lvm.LVMShareDriver |
| 200 | MANILA_ENABLED_BACKENDS: london,paris |
| 201 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 202 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 203 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 204 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 205 | MANILA_OPTGROUP_london_driver_handles_share_servers: false |
| 206 | MANILA_OPTGROUP_paris_driver_handles_share_servers: false |
| 207 | SHARE_BACKING_FILE_SIZE: 32000M |
| 208 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
| 209 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' |
| 210 | MANILA_SETUP_IPV6: true |
| 211 | NEUTRON_CREATE_INITIAL_NETWORKS: false |
| 212 | MANILA_RESTORE_IPV6_DEFAULT_ROUTE: false |
| 213 | devstack_plugins: |
| 214 | neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing |
| 215 | devstack_local_conf: |
| 216 | test-config: |
| 217 | $TEMPEST_CONFIG: |
| 218 | share: |
| 219 | default_share_type_name: default |
| 220 | run_ipv6_tests: true |
| 221 | run_mount_snapshot_tests: true |
| 222 | run_host_assisted_migration_tests: true |
| 223 | run_shrink_tests: false |
| 224 | run_revert_to_snapshot_tests: true |
| 225 | enable_user_rules_for_protocols: cifs |
| 226 | enable_ip_rules_for_protocols: nfs |
| 227 | multitenancy_enabled: False |
| 228 | backend_names: LONDON,PARIS |
| 229 | multi_backend: true |
| 230 | image_password: manila |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 231 | |
| 232 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 233 | name: manila-tempest-plugin-lvm |
| 234 | description: | |
| 235 | Test LVM multibackend (DHSS=False) in a 4+6 (dual-stack) devstack |
| 236 | environment with IPv6 control plane endpoints. |
silvacarloss | d12285b | 2022-06-30 16:58:08 -0300 | [diff] [blame] | 237 | branches: *ubuntu_jammy_test_image_branches |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 238 | parent: manila-tempest-plugin-lvm-base |
| 239 | |
| 240 | - job: |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 241 | name: manila-tempest-plugin-container |
| 242 | description: | |
Goutham Pacha Ravi | 8f333bd | 2020-06-19 13:54:22 -0700 | [diff] [blame] | 243 | Test the container driver multibackend (DHSS=True) with CIFS |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 244 | and postgresql db. API only, in a minimal devstack |
| 245 | parent: manila-tempest-plugin-base |
| 246 | vars: |
| 247 | tempest_test_regex: manila_tempest_tests.tests.api |
| 248 | devstack_localrc: |
| 249 | SHARE_DRIVER: manila.share.drivers.container.driver.ContainerShareDriver |
| 250 | MANILA_SERVICE_IMAGE_ENABLED: false |
| 251 | MANILA_ENABLED_BACKENDS: london,paris |
| 252 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 253 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 254 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 255 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 256 | MANILA_OPTGROUP_london_driver_handles_share_servers: true |
| 257 | MANILA_OPTGROUP_paris_driver_handles_share_servers: true |
| 258 | SHARE_BACKING_FILE_SIZE: 64000M |
| 259 | MANILA_CONFIGURE_DEFAULT_TYPES: false |
| 260 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=false' |
Goutham Pacha Ravi | 8f333bd | 2020-06-19 13:54:22 -0700 | [diff] [blame] | 261 | TEMPEST_USE_TEST_ACCOUNTS: true |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 262 | devstack_services: |
| 263 | mysql: false |
| 264 | postgresql: true |
| 265 | devstack_local_conf: |
| 266 | test-config: |
| 267 | $TEMPEST_CONFIG: |
| 268 | share: |
| 269 | enable_ip_rules_for_protocols: "" |
| 270 | run_share_group_tests: false |
| 271 | run_manage_unmanage_tests: true |
| 272 | run_snapshot_tests: false |
| 273 | run_shrink_tests: false |
| 274 | enable_user_rules_for_protocols: cifs |
| 275 | enable_protocols: cifs |
| 276 | capability_storage_protocol: CIFS |
| 277 | multitenancy_enabled: true |
| 278 | backend_names: LONDON,PARIS |
| 279 | multi_backend: true |
debeltrami | b3089a7 | 2020-09-15 21:06:04 +0000 | [diff] [blame] | 280 | run_share_server_migration_tests: true |
Andre | c1a3c0e | 2022-01-29 14:46:53 +0000 | [diff] [blame] | 281 | run_share_server_multiple_subnet_tests: true |
| 282 | run_network_allocation_update_tests: true |
Goutham Pacha Ravi | acc536e | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 283 | |
| 284 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 285 | name: manila-tempest-plugin-generic-base |
| 286 | abstract: true |
Goutham Pacha Ravi | acc536e | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 287 | description: | |
| 288 | Test the generic driver multibackend (DHSS=True) with NFS and CIFS |
| 289 | parent: manila-tempest-plugin-base |
| 290 | vars: |
silvacarloss | cc8a651 | 2022-06-07 19:01:07 -0300 | [diff] [blame] | 291 | tempest_test_regex: '(^manila_tempest_tests.tests.api)(?=.*\[.*\bbackend\b.*\])' |
Goutham Pacha Ravi | acc536e | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 292 | # The generic driver uses nova VMs as share servers; running with a |
| 293 | # high concurrency could starve the driver of RAM/Disk/CPUs to |
| 294 | # function properly in a small single node devstack VM. |
| 295 | tempest_concurrency: 2 |
| 296 | devstack_localrc: |
| 297 | VOLUME_BACKING_FILE_SIZE: 24G |
| 298 | SHARE_DRIVER: manila.share.drivers.generic.GenericShareDriver |
| 299 | MANILA_ENABLED_BACKENDS: london,paris |
| 300 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 301 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 302 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 303 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 304 | MANILA_OPTGROUP_london_driver_handles_share_servers: true |
| 305 | MANILA_OPTGROUP_paris_driver_handles_share_servers: true |
| 306 | MANILA_USE_SERVICE_INSTANCE_PASSWORD: true |
| 307 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True' |
Goutham Pacha Ravi | 8f333bd | 2020-06-19 13:54:22 -0700 | [diff] [blame] | 308 | TEMPEST_USE_TEST_ACCOUNTS: true |
Goutham Pacha Ravi | acc536e | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 309 | devstack_services: |
| 310 | cinder: true |
| 311 | devstack_local_conf: |
| 312 | test-config: |
| 313 | $TEMPEST_CONFIG: |
| 314 | share: |
| 315 | default_share_type_name: default |
| 316 | run_share_group_tests: false |
| 317 | multitenancy_enabled: true |
| 318 | suppress_errors_in_cleanup: true |
| 319 | share_creation_retry_number: 2 |
| 320 | backend_names: LONDON,PARIS |
| 321 | multi_backend: true |
| 322 | image_password: manila |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 323 | |
| 324 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 325 | name: manila-tempest-plugin-generic |
silvacarloss | cc8a651 | 2022-06-07 19:01:07 -0300 | [diff] [blame] | 326 | description: | |
| 327 | Test the scenario test cases on the generic driver multibackend |
| 328 | (DHSS=True) with NFS and CIFS |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 329 | parent: manila-tempest-plugin-generic-base |
silvacarloss | d12285b | 2022-06-30 16:58:08 -0300 | [diff] [blame] | 330 | branches: *ubuntu_jammy_test_image_branches |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 331 | |
| 332 | - job: |
| 333 | name: manila-tempest-plugin-generic-scenario-base |
| 334 | abstract: true |
| 335 | description: | |
| 336 | Test the scenario test cases on the generic driver multibackend |
| 337 | (DHSS=True) with NFS and CIFS |
| 338 | parent: manila-tempest-plugin-generic-base |
silvacarloss | cc8a651 | 2022-06-07 19:01:07 -0300 | [diff] [blame] | 339 | vars: |
| 340 | tempest_test_regex: '(^manila_tempest_tests.tests.scenario)(?=.*\[.*\bbackend\b.*\])' |
| 341 | # The generic driver uses nova VMs as share servers; running with a |
| 342 | # high concurrency could starve the driver of RAM/Disk/CPUs to |
| 343 | # function properly in a small single node devstack VM. |
| 344 | tempest_concurrency: 1 |
| 345 | |
| 346 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 347 | name: manila-tempest-plugin-generic-scenario |
| 348 | description: | |
| 349 | Test the scenario test cases on the generic driver multibackend |
| 350 | (DHSS=True) with NFS and CIFS |
| 351 | parent: manila-tempest-plugin-generic-scenario-base |
silvacarloss | d12285b | 2022-06-30 16:58:08 -0300 | [diff] [blame] | 352 | branches: *ubuntu_jammy_test_image_branches |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 353 | |
| 354 | - job: |
| 355 | name: manila-tempest-plugin-cephfs-native-base |
silvacarloss | 59c4795 | 2022-11-21 15:40:03 -0300 | [diff] [blame] | 356 | nodeset: openstack-single-node-focal |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 357 | abstract: true |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 358 | description: Test CephFS Native (DHSS=False) |
| 359 | parent: manila-tempest-plugin-base |
| 360 | required-projects: |
| 361 | - openstack/devstack-plugin-ceph |
| 362 | vars: |
| 363 | devstack_plugins: |
| 364 | devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph |
Victoria Martinez de la Cruz | d672a3e | 2020-09-02 17:55:09 -0300 | [diff] [blame] | 365 | tempest_test_regex: manila_tempest_tests.tests |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 366 | devstack_localrc: |
Goutham Pacha Ravi | a6602ec | 2020-08-10 17:43:12 -0700 | [diff] [blame] | 367 | VOLUME_BACKING_FILE_SIZE: 60GB |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 368 | SHARE_DRIVER: manila.share.drivers.cephfs.driver.CephFSDriver |
| 369 | MANILA_ENABLED_BACKENDS: cephfsnative |
| 370 | ENABLED_SHARE_PROTOCOLS: CEPHFS |
Goutham Pacha Ravi | 2ed5826 | 2020-06-19 12:57:40 -0700 | [diff] [blame] | 371 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True' |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 372 | MANILA_OPTGROUP_cephfsnative_share_driver: manila.share.drivers.cephfs.driver.CephFSDriver |
| 373 | MANILA_OPTGROUP_cephfsnative_driver_handles_share_servers: false |
| 374 | MANILA_OPTGROUP_cephfsnative_cephfs_conf_path: /etc/ceph/ceph.conf |
| 375 | MANILA_OPTGROUP_cephfsnative_cephfs_auth_id: manila |
Goutham Pacha Ravi | 75f0d60 | 2020-08-20 11:50:48 -0700 | [diff] [blame] | 376 | # NOTE(gouthamr): The following need to use the latest images, however, there's a bug |
| 377 | # with cephfs on Ubuntu 20.04 LTS: https://tracker.ceph.com/issues/47236 |
Victoria Martinez de la Cruz | d672a3e | 2020-09-02 17:55:09 -0300 | [diff] [blame] | 378 | # the latest image is built as https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-cephfs-master.qcow2 |
Goutham Pacha Ravi | 75f0d60 | 2020-08-20 11:50:48 -0700 | [diff] [blame] | 379 | MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-cephfs-1.3.0-58-g2859569.qcow2 |
| 380 | MANILA_SERVICE_IMAGE_NAME: manila-service-image-cephfs-1.3.0-58-g2859569 |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 381 | devstack_local_conf: |
| 382 | test-config: |
| 383 | $TEMPEST_CONFIG: |
| 384 | share: |
lkuchlan | 3c20c06 | 2020-05-31 15:25:15 +0300 | [diff] [blame] | 385 | default_share_type_name: default |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 386 | enable_cephx_rules_for_protocols: cephfs |
| 387 | run_share_group_tests: false |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 388 | multitenancy_enabled: false |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 389 | backend_names: CEPHFSNATIVE |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 390 | capability_storage_protocol: CEPHFS |
lkuchlan | 3c20c06 | 2020-05-31 15:25:15 +0300 | [diff] [blame] | 391 | enable_protocols: cephfs |
| 392 | image_password: manila |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 393 | |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 394 | - job: |
| 395 | name: manila-tempest-plugin-cephfs-native |
| 396 | description: Test CephFS Native (DHSS=False) |
| 397 | parent: manila-tempest-plugin-cephfs-native-base |
silvacarloss | d12285b | 2022-06-30 16:58:08 -0300 | [diff] [blame] | 398 | branches: *ubuntu_jammy_test_image_branches |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 399 | |
| 400 | - job: |
Victoria Martinez de la Cruz | 60626d5 | 2022-03-17 19:24:28 +0000 | [diff] [blame^] | 401 | name: manila-tempest-plugin-cephfs-native-cephadm |
| 402 | description: Test CephFS Native (DHSS=False) deployed with cephadm |
| 403 | parent: manila-tempest-plugin-cephfs-native |
| 404 | vars: |
| 405 | tempest_test_regex: manila_tempest_tests.tests |
| 406 | tempest_exclude_regex: '(^manila_tempest_tests.tests.scenario.*ceph_fuse.*)' |
| 407 | devstack_localrc: |
| 408 | CONTAINER_IMAGE: 'quay.io/ceph/ceph:v17.2.5' |
| 409 | CEPHADM_DEPLOY: true |
| 410 | CEPHADM_DEV_OSD: true |
| 411 | TARGET_DEV_OSD_DIR: /opt/stack |
| 412 | CEPH_LOOPBACK_DISK_SIZE: 40G |
| 413 | DISABLE_CEPHADM_POST_DEPLOY: True |
| 414 | MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-cephfs-master.qcow2 |
| 415 | MANILA_SERVICE_IMAGE_NAME: manila-service-image-cephfs-master |
| 416 | |
| 417 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 418 | name: manila-tempest-plugin-cephfs-nfs-base |
silvacarloss | 59c4795 | 2022-11-21 15:40:03 -0300 | [diff] [blame] | 419 | nodeset: openstack-single-node-focal |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 420 | abstract: true |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 421 | description: Test CephFS NFS (DHSS=False) |
| 422 | parent: manila-tempest-plugin-base |
| 423 | required-projects: |
| 424 | - openstack/devstack-plugin-ceph |
| 425 | - openstack/neutron-dynamic-routing |
| 426 | vars: |
Tom Barron | cee8ed1 | 2021-01-11 14:43:54 -0500 | [diff] [blame] | 427 | tempest_concurrency: 2 |
Goutham Pacha Ravi | f67893c | 2022-08-16 14:07:06 -0700 | [diff] [blame] | 428 | devstack_services: *devstack-with-ovs # LP 1940324 |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 429 | devstack_plugins: |
| 430 | devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph |
| 431 | neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing |
| 432 | devstack_localrc: |
Goutham Pacha Ravi | f67893c | 2022-08-16 14:07:06 -0700 | [diff] [blame] | 433 | # NOTE(gouthamr): LP#1940324 prevents bgp usage with OVN, use OVS |
| 434 | Q_AGENT: openvswitch |
| 435 | Q_ML2_TENANT_NETWORK_TYPE: vxlan |
| 436 | Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch |
Goutham Pacha Ravi | a6602ec | 2020-08-10 17:43:12 -0700 | [diff] [blame] | 437 | VOLUME_BACKING_FILE_SIZE: 60GB |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 438 | SHARE_DRIVER: manila.share.drivers.cephfs.driver.CephFSDriver |
| 439 | MANILA_ENABLED_BACKENDS: cephfsnfs |
| 440 | ENABLED_SHARE_PROTOCOLS: NFS |
| 441 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True' |
| 442 | MANILA_SERVICE_IMAGE_ENABLED: true |
| 443 | MANILA_OPTGROUP_cephfsnfs_share_driver: manila.share.drivers.cephfs.driver.CephFSDriver |
| 444 | MANILA_OPTGROUP_cephfsnfs_driver_handles_share_servers: false |
| 445 | MANILA_OPTGROUP_cephfsnfs_cephfs_protocol_helper_type: NFS |
| 446 | MANILA_OPTGROUP_cephfsnfs_cephfs_conf_path: /etc/ceph/ceph.conf |
| 447 | MANILA_OPTGROUP_cephfsnfs_cephfs_auth_id: manila |
| 448 | MANILA_CEPH_DRIVER: cephfsnfs |
| 449 | MANILA_SETUP_IPV6: true |
| 450 | NEUTRON_CREATE_INITIAL_NETWORKS: false |
| 451 | MANILA_RESTORE_IPV6_DEFAULT_ROUTE: false |
Goutham Pacha Ravi | a404264 | 2020-10-07 11:51:24 -0700 | [diff] [blame] | 452 | zuul_copy_output: |
| 453 | '/var/log/ganesha': logs |
| 454 | '/etc/ganesha': logs |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 455 | devstack_local_conf: |
| 456 | test-config: |
| 457 | $TEMPEST_CONFIG: |
| 458 | share: |
| 459 | default_share_type_name: default |
| 460 | run_ipv6_tests: true |
| 461 | run_share_group_tests: false |
| 462 | multitenancy_enabled: false |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 463 | backend_names: CEPHFSNFS |
| 464 | enable_protocols: nfs |
| 465 | capability_storage_protocol: NFS |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 466 | image_password: manila |
| 467 | |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 468 | - job: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 469 | name: manila-tempest-plugin-cephfs-nfs |
| 470 | description: Test CephFS NFS (DHSS=False) |
| 471 | parent: manila-tempest-plugin-cephfs-nfs-base |
silvacarloss | d12285b | 2022-06-30 16:58:08 -0300 | [diff] [blame] | 472 | branches: *ubuntu_jammy_test_image_branches |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 473 | |
| 474 | - job: |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 475 | name: manila-tempest-plugin-dummy-no-dhss |
| 476 | description: Test the Dummy driver with DHSS=False |
| 477 | parent: manila-tempest-plugin-standalone-base |
| 478 | vars: |
| 479 | devstack_localrc: |
| 480 | SHARE_DRIVER: manila.tests.share.drivers.dummy.DummyDriver |
| 481 | MANILA_CONFIGURE_GROUPS: alpha,beta,gamma,membernet |
| 482 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' |
| 483 | MANILA_ENABLED_BACKENDS: alpha,beta,gamma |
| 484 | MANILA_OPTGROUP_alpha_driver_handles_share_servers: false |
| 485 | MANILA_OPTGROUP_alpha_replication_domain: DUMMY_DOMAIN |
| 486 | MANILA_OPTGROUP_alpha_share_backend_name: ALPHA |
| 487 | MANILA_OPTGROUP_alpha_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 488 | MANILA_OPTGROUP_beta_driver_handles_share_servers: false |
| 489 | MANILA_OPTGROUP_beta_replication_domain: DUMMY_DOMAIN |
| 490 | MANILA_OPTGROUP_beta_share_backend_name: BETA |
| 491 | MANILA_OPTGROUP_beta_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 492 | # With below opts we'll enable a DHSS=True back-end solely for |
| 493 | # for the migration test case "test_migration_opposite_driver_modes" |
| 494 | MANILA_OPTGROUP_gamma_driver_handles_share_servers: true |
| 495 | MANILA_OPTGROUP_gamma_network_config_group: membernet |
| 496 | MANILA_OPTGROUP_gamma_share_backend_name: GAMMA |
| 497 | MANILA_OPTGROUP_gamma_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 498 | MANILA_OPTGROUP_gamma_admin_network_config_group: membernet |
| 499 | MANILA_OPTGROUP_membernet_network_api_class: manila.network.standalone_network_plugin.StandaloneNetworkPlugin |
| 500 | MANILA_OPTGROUP_membernet_network_plugin_ipv4_enabled: true |
| 501 | MANILA_OPTGROUP_membernet_standalone_network_plugin_allowed_ip_ranges: 10.0.0.10-10.0.0.209 |
| 502 | MANILA_OPTGROUP_membernet_standalone_network_plugin_gateway: 10.0.0.1 |
| 503 | MANILA_OPTGROUP_membernet_standalone_network_plugin_mask: 24 |
| 504 | MANILA_OPTGROUP_membernet_standalone_network_plugin_network_type: vlan |
| 505 | MANILA_OPTGROUP_membernet_standalone_network_plugin_segmentation_id: 1010 |
| 506 | devstack_local_conf: |
| 507 | test-config: |
| 508 | "$TEMPEST_CONFIG": |
| 509 | share: |
| 510 | backend_names: ALPHA,BETA |
| 511 | backend_replication_type: readable |
| 512 | build_timeout: 180 |
| 513 | capability_sg_consistent_snapshot_support: pool |
| 514 | enable_ip_rules_for_protocols: nfs |
| 515 | enable_ro_access_level_for_protocols: nfs,cifs |
| 516 | enable_user_rules_for_protocols: cifs |
| 517 | multi_backend: true |
| 518 | multitenancy_enabled: false |
| 519 | run_driver_assisted_migration_tests: true |
| 520 | run_manage_unmanage_snapshot_tests: true |
| 521 | run_manage_unmanage_tests: true |
| 522 | run_migration_with_preserve_snapshots_tests: true |
| 523 | run_mount_snapshot_tests: true |
| 524 | run_replication_tests: true |
| 525 | run_revert_to_snapshot_tests: true |
| 526 | # for migration test case "test_migration_opposite_driver_modes" |
| 527 | create_networks_when_multitenancy_enabled: false |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 528 | |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 529 | - job: |
| 530 | name: manila-tempest-plugin-dummy-dhss |
| 531 | description: Test the Dummy driver with DHSS=True |
| 532 | parent: manila-tempest-plugin-standalone-base |
| 533 | vars: |
| 534 | devstack_localrc: |
| 535 | SHARE_DRIVER: manila.tests.share.drivers.dummy.DummyDriver |
| 536 | MANILA_CONFIGURE_GROUPS: alpha,beta,gamma,membernet,adminnet |
| 537 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' |
| 538 | MANILA_ENABLED_BACKENDS: alpha,beta |
| 539 | MANILA_OPTGROUP_DEFAULT_quota_share_networks: 50 |
| 540 | MANILA_OPTGROUP_adminnet_network_api_class: manila.network.standalone_network_plugin.StandaloneNetworkPlugin |
| 541 | MANILA_OPTGROUP_adminnet_network_plugin_ipv4_enabled: true |
| 542 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_allowed_ip_ranges: 11.0.0.10-11.0.0.19,11.0.0.30-11.0.0.39,11.0.0.50-11.0.0.199 |
| 543 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_gateway: 11.0.0.1 |
| 544 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_mask: 24 |
| 545 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_network_type: vlan |
| 546 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_segmentation_id: 1011 |
| 547 | MANILA_OPTGROUP_alpha_admin_network_config_group: adminnet |
| 548 | MANILA_OPTGROUP_alpha_driver_handles_share_servers: true |
| 549 | MANILA_OPTGROUP_alpha_network_config_group: membernet |
| 550 | MANILA_OPTGROUP_alpha_replication_domain: DUMMY_DOMAIN |
| 551 | MANILA_OPTGROUP_alpha_share_backend_name: ALPHA |
| 552 | MANILA_OPTGROUP_alpha_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 553 | MANILA_OPTGROUP_beta_admin_network_config_group: adminnet |
| 554 | MANILA_OPTGROUP_beta_driver_handles_share_servers: true |
| 555 | MANILA_OPTGROUP_beta_network_config_group: membernet |
| 556 | MANILA_OPTGROUP_beta_replication_domain: DUMMY_DOMAIN |
| 557 | MANILA_OPTGROUP_beta_share_backend_name: BETA |
| 558 | MANILA_OPTGROUP_beta_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 559 | MANILA_OPTGROUP_membernet_network_api_class: manila.network.standalone_network_plugin.StandaloneNetworkPlugin |
| 560 | MANILA_OPTGROUP_membernet_network_plugin_ipv4_enabled: true |
| 561 | MANILA_OPTGROUP_membernet_standalone_network_plugin_allowed_ip_ranges: 10.0.0.10-10.0.0.209 |
| 562 | MANILA_OPTGROUP_membernet_standalone_network_plugin_gateway: 10.0.0.1 |
| 563 | MANILA_OPTGROUP_membernet_standalone_network_plugin_mask: 24 |
| 564 | MANILA_OPTGROUP_membernet_standalone_network_plugin_network_type: vlan |
| 565 | MANILA_OPTGROUP_membernet_standalone_network_plugin_segmentation_id: 1010 |
| 566 | # With below opts we'll enable a DHSS=False back-end solely for |
| 567 | # for the migration test case "test_migration_opposite_driver_modes" |
| 568 | MANILA_OPTGROUP_gamma_driver_handles_share_servers: false |
| 569 | MANILA_OPTGROUP_gamma_share_backend_name: GAMMA |
| 570 | MANILA_OPTGROUP_gamma_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 571 | devstack_local_conf: |
| 572 | test-config: |
| 573 | "$TEMPEST_CONFIG": |
| 574 | share: |
| 575 | backend_names: ALPHA,BETA |
| 576 | backend_replication_type: readable |
| 577 | build_timeout: 180 |
| 578 | capability_sg_consistent_snapshot_support: pool |
| 579 | create_networks_when_multitenancy_enabled: false |
| 580 | enable_ip_rules_for_protocols: nfs |
| 581 | enable_ro_access_level_for_protocols: nfs,cifs |
| 582 | enable_user_rules_for_protocols: cifs |
| 583 | multi_backend: true |
| 584 | multitenancy_enabled: true |
| 585 | run_driver_assisted_migration_tests: true |
| 586 | run_manage_unmanage_snapshot_tests: true |
| 587 | run_manage_unmanage_tests: true |
| 588 | run_migration_with_preserve_snapshots_tests: true |
| 589 | run_mount_snapshot_tests: true |
| 590 | run_replication_tests: true |
| 591 | run_revert_to_snapshot_tests: true |
debeltrami | b3089a7 | 2020-09-15 21:06:04 +0000 | [diff] [blame] | 592 | run_share_server_migration_tests: true |
Andre | c1a3c0e | 2022-01-29 14:46:53 +0000 | [diff] [blame] | 593 | run_share_server_multiple_subnet_tests: true |
| 594 | run_network_allocation_update_tests: true |
Goutham Pacha Ravi | 842d08b | 2020-05-28 22:25:21 -0700 | [diff] [blame] | 595 | |
| 596 | - job: |
| 597 | name: manila-tempest-plugin-glusterfs-native |
| 598 | description: | |
| 599 | Test the GlusterFS driver (DHSS=False) with the native GlusterFS protocol |
| 600 | parent: manila-tempest-plugin-standalone-base |
silvacarloss | 59c4795 | 2022-11-21 15:40:03 -0300 | [diff] [blame] | 601 | nodeset: openstack-single-node-focal |
Goutham Pacha Ravi | 842d08b | 2020-05-28 22:25:21 -0700 | [diff] [blame] | 602 | required-projects: |
| 603 | - x/devstack-plugin-glusterfs |
| 604 | vars: |
| 605 | tempest_concurrency: 8 |
| 606 | devstack_plugins: |
| 607 | devstack-plugin-glusterfs: https://opendev.org/x/devstack-plugin-glusterfs |
| 608 | devstack_localrc: |
| 609 | CONFIGURE_GLUSTERFS_MANILA: true |
| 610 | GLUSTERFS_MANILA_DRIVER_TYPE: glusterfs-native |
| 611 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True' |
| 612 | devstack_local_conf: |
| 613 | test-config: |
| 614 | $TEMPEST_CONFIG: |
| 615 | share: |
| 616 | run_share_group_tests: false |
| 617 | run_snapshot_tests: false |
| 618 | multitenancy_enabled: false |
| 619 | run_shrink_tests: false |
| 620 | run_extend_tests: false |
| 621 | multi_backend: false |
| 622 | suppress_errors_in_cleanup: True |
| 623 | share_creation_retry_number: 2 |
| 624 | backend_names: GLUSTERNATIVE |
| 625 | enable_cert_rules_for_protocols: glusterfs |
| 626 | capability_storage_protocol: glusterfs |
| 627 | enable_protocols: glusterfs |
| 628 | |
| 629 | - job: |
| 630 | name: manila-tempest-plugin-glusterfs-nfs |
| 631 | description: | |
| 632 | Test the GlusterFS driver (DHSS=False) with the native NFS protocol |
| 633 | parent: manila-tempest-plugin-standalone-base |
silvacarloss | 59c4795 | 2022-11-21 15:40:03 -0300 | [diff] [blame] | 634 | nodeset: openstack-single-node-focal |
Goutham Pacha Ravi | 842d08b | 2020-05-28 22:25:21 -0700 | [diff] [blame] | 635 | required-projects: |
| 636 | - x/devstack-plugin-glusterfs |
| 637 | vars: |
| 638 | tempest_concurrency: 8 |
| 639 | devstack_plugins: |
| 640 | devstack-plugin-glusterfs: https://opendev.org/x/devstack-plugin-glusterfs |
| 641 | devstack_localrc: |
| 642 | CONFIGURE_GLUSTERFS_MANILA: true |
| 643 | GLUSTERFS_MANILA_DRIVER_TYPE: glusterfs-nfs |
| 644 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=False' |
| 645 | devstack_local_conf: |
| 646 | test-config: |
| 647 | $TEMPEST_CONFIG: |
| 648 | share: |
| 649 | run_share_group_tests: false |
| 650 | run_snapshot_tests: false |
| 651 | multitenancy_enabled: False |
| 652 | run_shrink_tests: true |
| 653 | multi_backend: false |
| 654 | suppress_errors_in_cleanup: True |
| 655 | share_creation_retry_number: 2 |
| 656 | backend_names: GLUSTERFS |
| 657 | enable_ip_rules_for_protocols: nfs |
| 658 | capability_storage_protocol: NFS |
| 659 | enable_protocols: nfs |
| 660 | # read-only access rules not supported |
| 661 | enable_ro_access_level_for_protocols: "" |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 662 | |
silvacarloss | e21dbfd | 2022-06-29 15:46:45 -0300 | [diff] [blame] | 663 | - job: |
lkuchlan | 7b2566a | 2021-04-14 10:31:31 +0300 | [diff] [blame] | 664 | name: manila-tempest-plugin-dummy-no-dhss-rbac |
| 665 | parent: manila-tempest-plugin-dummy-no-dhss |
| 666 | description: | |
| 667 | This job runs the devstack with scope checks enabled, |
| 668 | on the Dummy driver with DHSS=False. |
| 669 | vars: |
| 670 | tempest_test_regex: 'manila_tempest_tests.tests.rbac' |
| 671 | devstack_localrc: |
| 672 | MANILA_ENFORCE_SCOPE: true |
| 673 | devstack_local_conf: |
| 674 | test-config: |
| 675 | "$TEMPEST_CONFIG": |
| 676 | share: |
| 677 | default_share_type_name: default |
| 678 | |
| 679 | - job: |
silvacarloss | e21dbfd | 2022-06-29 15:46:45 -0300 | [diff] [blame] | 680 | name: manila-tempest-plugin-lvm-fips-base |
| 681 | parent: manila-tempest-plugin-lvm-base |
| 682 | nodeset: devstack-single-node-centos-9-stream |
| 683 | description: | |
| 684 | Run LVM DHSS false tests for manila project using FIPS. |
| 685 | pre-run: |
| 686 | - playbooks/enable-fips.yaml |
| 687 | vars: |
| 688 | nslookup_target: 'opendev.org' |
| 689 | devstack_localrc: |
| 690 | MANILA_SETUP_IPV6: false |
| 691 | NEUTRON_CREATE_INITIAL_NETWORKS: true |
| 692 | IP_VERSION: 4 |
| 693 | configure_swap_size: 4096 |
| 694 | devstack_local_conf: |
| 695 | test-config: |
| 696 | "$TEMPEST_CONFIG": |
| 697 | validation: |
| 698 | ssh_key_type: 'ecdsa' |
| 699 | share: |
| 700 | run_ipv6_tests: false |
| 701 | |
| 702 | - job: |
| 703 | name: manila-tempest-plugin-lvm-fips |
| 704 | parent: manila-tempest-plugin-lvm-fips-base |
| 705 | branches: ^(?!stable/(yoga|xena|wallaby|victoria|ussuri)).*$ |
| 706 | |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 707 | - project-template: |
| 708 | name: manila-tempest-plugin-jobs-using-service-image |
| 709 | description: | |
| 710 | Runs jobs that will also perform scenario tests in the branches that are |
| 711 | newer than Yoga. |
| 712 | check: |
| 713 | jobs: |
| 714 | - manila-tempest-plugin-lvm |
| 715 | - manila-tempest-plugin-generic-scenario: |
| 716 | voting: false |
| 717 | - manila-tempest-plugin-generic: |
| 718 | voting: false |
Victoria Martinez de la Cruz | 60626d5 | 2022-03-17 19:24:28 +0000 | [diff] [blame^] | 719 | - manila-tempest-plugin-cephfs-native-cephadm: |
silvacarloss | 95b3ac3 | 2022-06-23 12:39:00 -0300 | [diff] [blame] | 720 | voting: false |
| 721 | - manila-tempest-plugin-cephfs-nfs: |
| 722 | voting: false |
| 723 | - manila-tempest-plugin-zfsonlinux: |
| 724 | voting: false |
| 725 | gate: |
| 726 | jobs: |
| 727 | - manila-tempest-plugin-lvm |