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