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 |
| 31 | manila-tempest-plugin: https://opendev.org/openstack/manila-tempest-plugin |
| 32 | devstack_services: |
| 33 | cinder: false |
| 34 | s-account: false |
| 35 | s-container: false |
| 36 | s-object: false |
| 37 | s-proxy: false |
| 38 | horizon: false |
| 39 | tls-proxy: true |
| 40 | devstack_localrc: |
| 41 | USE_PYTHON3: 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 | |
| 51 | |
| 52 | - job: |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 53 | name: manila-tempest-plugin-ipv6-base |
| 54 | abstract: true |
| 55 | description: | |
| 56 | Base job for devstack/tempest based manila jobs in a 4+6 (dual-stack) |
| 57 | devstack environment with IPv6 control plane endpoints. |
| 58 | parent: devstack-tempest-ipv6 |
| 59 | timeout: 10800 |
| 60 | irrelevant-files: *irrelevant-files |
| 61 | required-projects: *manila-tempest-required-projects |
| 62 | vars: *manila-tempest-base-vars |
| 63 | |
| 64 | - job: |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 65 | name: manila-tempest-plugin-standalone-base |
| 66 | abstract: true |
| 67 | description: | |
| 68 | Base job for running a minimal devstack with tempest based manila jobs. |
| 69 | timeout: 3600 |
| 70 | parent: devstack-minimal |
| 71 | irrelevant-files: *irrelevant-files |
| 72 | roles: |
| 73 | - zuul: opendev.org/openstack/devstack |
| 74 | - zuul: opendev.org/openstack/tempest |
| 75 | required-projects: |
| 76 | - openstack/keystone |
| 77 | - openstack/manila |
| 78 | - openstack/manila-tempest-plugin |
| 79 | - openstack/python-manilaclient |
| 80 | - openstack/tempest |
| 81 | run: playbooks/manila-tempest-plugin-standalone/run.yaml |
| 82 | post-run: playbooks/manila-tempest-plugin-standalone/post.yaml |
| 83 | vars: |
| 84 | tox_envlist: all |
| 85 | tempest_test_regex: manila_tempest_tests.tests.api |
| 86 | tempest_concurrency: 16 |
| 87 | tempest_plugins: |
| 88 | - manila-tempest-plugin |
| 89 | devstack_plugins: |
| 90 | manila: https://opendev.org/openstack/manila |
| 91 | manila-tempest-plugin: https://opendev.org/openstack/manila-tempest-plugin |
| 92 | test_results_stage_name: test_results |
| 93 | zuul_copy_output: |
| 94 | '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs |
| 95 | '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs |
| 96 | '{{ devstack_base_dir }}/tempest/tempest.log': logs |
| 97 | '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs |
| 98 | '{{ stage_dir }}/{{ test_results_stage_name }}.html': logs |
| 99 | '{{ stage_dir }}/stackviz': logs |
| 100 | extensions_to_txt: |
| 101 | conf: true |
| 102 | log: true |
| 103 | yaml: true |
| 104 | yml: true |
| 105 | devstack_localrc: |
| 106 | USE_PYTHON3: true |
| 107 | MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false |
| 108 | MANILA_SERVICE_IMAGE_ENABLED: false |
| 109 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
debeltrami | 0d523bb | 2020-08-20 12:48:49 +0000 | [diff] [blame] | 110 | MANILA_SERVER_MIGRATION_PERIOD_TASK_INTERVAL: 10 |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 111 | MANILA_REPLICA_STATE_UPDATE_INTERVAL: 10 |
| 112 | devstack_services: |
| 113 | tls-proxy: true |
| 114 | key: true |
| 115 | tempest: true |
| 116 | |
| 117 | - job: |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 118 | name: manila-tempest-plugin-zfsonlinux |
| 119 | description: Test ZFSOnLinux multibackend (DHSS=False) with postgresql db |
| 120 | parent: manila-tempest-plugin-base |
| 121 | vars: |
| 122 | tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' |
| 123 | devstack_localrc: |
| 124 | SHARE_DRIVER: manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver |
| 125 | MANILA_ENABLED_BACKENDS: london,paris |
| 126 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 127 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 128 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 129 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 130 | MANILA_OPTGROUP_london_driver_handles_share_servers: false |
| 131 | MANILA_OPTGROUP_paris_driver_handles_share_servers: false |
| 132 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
| 133 | MANILA_REPLICA_STATE_UPDATE_INTERVAL: 60 |
| 134 | MANILA_ZFSONLINUX_SERVICE_IP: 127.0.0.1 |
| 135 | MANILA_ZFSONLINUX_USE_SSH: true |
Goutham Pacha Ravi | 5dd6301 | 2020-04-29 22:18:14 -0700 | [diff] [blame] | 136 | MANILA_USE_SCHEDULER_CREATING_SHARE_FROM_SNAPSHOT: true |
| 137 | devstack_services: |
| 138 | mysql: false |
| 139 | postgresql: true |
| 140 | devstack_local_conf: |
| 141 | test-config: |
| 142 | $TEMPEST_CONFIG: |
| 143 | share: |
| 144 | default_share_type_name: default |
| 145 | run_driver_assisted_migration_tests: true |
| 146 | run_host_assisted_migration_tests: true |
| 147 | run_replication_tests: true |
| 148 | run_manage_unmanage_snapshot_tests: true |
| 149 | run_manage_unmanage_tests: true |
| 150 | run_multiple_share_replicas_tests: false |
| 151 | run_create_share_from_snapshot_in_another_pool_or_az_tests: true |
| 152 | backend_replication_type: readable |
| 153 | enable_protocols: nfs |
| 154 | capability_storage_protocol: NFS |
| 155 | build_timeout: 180 |
| 156 | enable_ip_rules_for_protocols: nfs |
| 157 | multitenancy_enabled: False |
| 158 | backend_names: LONDON,PARIS |
| 159 | multi_backend: true |
| 160 | image_password: manila |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 161 | |
| 162 | - job: |
| 163 | name: manila-tempest-plugin-lvm |
| 164 | description: | |
| 165 | Test LVM multibackend (DHSS=False) in a 4+6 (dual-stack) devstack |
| 166 | environment with IPv6 control plane endpoints. |
| 167 | parent: manila-tempest-plugin-ipv6-base |
| 168 | required-projects: |
| 169 | - openstack/neutron-dynamic-routing |
| 170 | vars: |
Goutham Pacha Ravi | 170cc45 | 2020-07-15 23:42:05 -0700 | [diff] [blame] | 171 | tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' |
Goutham Pacha Ravi | 4484d1a | 2020-05-04 17:34:38 -0700 | [diff] [blame] | 172 | devstack_localrc: |
| 173 | SHARE_DRIVER: manila.share.drivers.lvm.LVMShareDriver |
| 174 | MANILA_ENABLED_BACKENDS: london,paris |
| 175 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 176 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 177 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 178 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 179 | MANILA_OPTGROUP_london_driver_handles_share_servers: false |
| 180 | MANILA_OPTGROUP_paris_driver_handles_share_servers: false |
| 181 | SHARE_BACKING_FILE_SIZE: 32000M |
| 182 | MANILA_SHARE_MIGRATION_PERIOD_TASK_INTERVAL: 1 |
| 183 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' |
| 184 | MANILA_SETUP_IPV6: true |
| 185 | NEUTRON_CREATE_INITIAL_NETWORKS: false |
| 186 | MANILA_RESTORE_IPV6_DEFAULT_ROUTE: false |
| 187 | devstack_plugins: |
| 188 | neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing |
| 189 | devstack_local_conf: |
| 190 | test-config: |
| 191 | $TEMPEST_CONFIG: |
| 192 | share: |
| 193 | default_share_type_name: default |
| 194 | run_ipv6_tests: true |
| 195 | run_mount_snapshot_tests: true |
| 196 | run_host_assisted_migration_tests: true |
| 197 | run_shrink_tests: false |
| 198 | run_revert_to_snapshot_tests: true |
| 199 | enable_user_rules_for_protocols: cifs |
| 200 | enable_ip_rules_for_protocols: nfs |
| 201 | multitenancy_enabled: False |
| 202 | backend_names: LONDON,PARIS |
| 203 | multi_backend: true |
| 204 | image_password: manila |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 205 | |
| 206 | - job: |
| 207 | name: manila-tempest-plugin-container |
| 208 | description: | |
Goutham Pacha Ravi | 8f333bd | 2020-06-19 13:54:22 -0700 | [diff] [blame] | 209 | Test the container driver multibackend (DHSS=True) with CIFS |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 210 | and postgresql db. API only, in a minimal devstack |
| 211 | parent: manila-tempest-plugin-base |
| 212 | vars: |
| 213 | tempest_test_regex: manila_tempest_tests.tests.api |
| 214 | devstack_localrc: |
| 215 | SHARE_DRIVER: manila.share.drivers.container.driver.ContainerShareDriver |
| 216 | MANILA_SERVICE_IMAGE_ENABLED: false |
| 217 | MANILA_ENABLED_BACKENDS: london,paris |
| 218 | MANILA_BACKEND1_CONFIG_GROUP_NAME: london |
| 219 | MANILA_BACKEND2_CONFIG_GROUP_NAME: paris |
| 220 | MANILA_SHARE_BACKEND1_NAME: LONDON |
| 221 | MANILA_SHARE_BACKEND2_NAME: PARIS |
| 222 | MANILA_OPTGROUP_london_driver_handles_share_servers: true |
| 223 | MANILA_OPTGROUP_paris_driver_handles_share_servers: true |
| 224 | SHARE_BACKING_FILE_SIZE: 64000M |
| 225 | MANILA_CONFIGURE_DEFAULT_TYPES: false |
| 226 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=false' |
Goutham Pacha Ravi | 8f333bd | 2020-06-19 13:54:22 -0700 | [diff] [blame] | 227 | TEMPEST_USE_TEST_ACCOUNTS: true |
Goutham Pacha Ravi | 7a8f5ef | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 228 | devstack_services: |
| 229 | mysql: false |
| 230 | postgresql: true |
| 231 | devstack_local_conf: |
| 232 | test-config: |
| 233 | $TEMPEST_CONFIG: |
| 234 | share: |
| 235 | enable_ip_rules_for_protocols: "" |
| 236 | run_share_group_tests: false |
| 237 | run_manage_unmanage_tests: true |
| 238 | run_snapshot_tests: false |
| 239 | run_shrink_tests: false |
| 240 | enable_user_rules_for_protocols: cifs |
| 241 | enable_protocols: cifs |
| 242 | capability_storage_protocol: CIFS |
| 243 | multitenancy_enabled: true |
| 244 | backend_names: LONDON,PARIS |
| 245 | multi_backend: true |
debeltrami | b3089a7 | 2020-09-15 21:06:04 +0000 | [diff] [blame^] | 246 | run_share_server_migration_tests: true |
Goutham Pacha Ravi | acc536e | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 247 | |
| 248 | - job: |
| 249 | name: manila-tempest-plugin-generic |
| 250 | description: | |
| 251 | Test the generic driver multibackend (DHSS=True) with NFS and CIFS |
| 252 | parent: manila-tempest-plugin-base |
| 253 | vars: |
| 254 | tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' |
| 255 | # The generic driver uses nova VMs as share servers; running with a |
| 256 | # high concurrency could starve the driver of RAM/Disk/CPUs to |
| 257 | # function properly in a small single node devstack VM. |
| 258 | tempest_concurrency: 2 |
| 259 | devstack_localrc: |
| 260 | VOLUME_BACKING_FILE_SIZE: 24G |
| 261 | SHARE_DRIVER: manila.share.drivers.generic.GenericShareDriver |
| 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 | MANILA_USE_SERVICE_INSTANCE_PASSWORD: true |
| 270 | 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] | 271 | TEMPEST_USE_TEST_ACCOUNTS: true |
Goutham Pacha Ravi | acc536e | 2020-05-05 23:01:52 -0700 | [diff] [blame] | 272 | devstack_services: |
| 273 | cinder: true |
| 274 | devstack_local_conf: |
| 275 | test-config: |
| 276 | $TEMPEST_CONFIG: |
| 277 | share: |
| 278 | default_share_type_name: default |
| 279 | run_share_group_tests: false |
| 280 | multitenancy_enabled: true |
| 281 | suppress_errors_in_cleanup: true |
| 282 | share_creation_retry_number: 2 |
| 283 | backend_names: LONDON,PARIS |
| 284 | multi_backend: true |
| 285 | image_password: manila |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 286 | |
| 287 | - job: |
| 288 | name: manila-tempest-plugin-cephfs-native |
| 289 | description: Test CephFS Native (DHSS=False) |
| 290 | parent: manila-tempest-plugin-base |
| 291 | required-projects: |
| 292 | - openstack/devstack-plugin-ceph |
| 293 | vars: |
| 294 | devstack_plugins: |
| 295 | 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] | 296 | tempest_test_regex: manila_tempest_tests.tests |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 297 | devstack_localrc: |
Goutham Pacha Ravi | a6602ec | 2020-08-10 17:43:12 -0700 | [diff] [blame] | 298 | VOLUME_BACKING_FILE_SIZE: 60GB |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 299 | SHARE_DRIVER: manila.share.drivers.cephfs.driver.CephFSDriver |
| 300 | MANILA_ENABLED_BACKENDS: cephfsnative |
| 301 | ENABLED_SHARE_PROTOCOLS: CEPHFS |
Goutham Pacha Ravi | 2ed5826 | 2020-06-19 12:57:40 -0700 | [diff] [blame] | 302 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True' |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 303 | MANILA_OPTGROUP_cephfsnative_share_driver: manila.share.drivers.cephfs.driver.CephFSDriver |
| 304 | MANILA_OPTGROUP_cephfsnative_driver_handles_share_servers: false |
| 305 | MANILA_OPTGROUP_cephfsnative_cephfs_conf_path: /etc/ceph/ceph.conf |
| 306 | MANILA_OPTGROUP_cephfsnative_cephfs_auth_id: manila |
Goutham Pacha Ravi | 75f0d60 | 2020-08-20 11:50:48 -0700 | [diff] [blame] | 307 | # NOTE(gouthamr): The following need to use the latest images, however, there's a bug |
| 308 | # 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] | 309 | # 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] | 310 | MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-cephfs-1.3.0-58-g2859569.qcow2 |
| 311 | 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] | 312 | devstack_local_conf: |
| 313 | test-config: |
| 314 | $TEMPEST_CONFIG: |
| 315 | share: |
lkuchlan | 3c20c06 | 2020-05-31 15:25:15 +0300 | [diff] [blame] | 316 | default_share_type_name: default |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 317 | enable_cephx_rules_for_protocols: cephfs |
| 318 | run_share_group_tests: false |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 319 | multitenancy_enabled: false |
Goutham Pacha Ravi | 2ed5826 | 2020-06-19 12:57:40 -0700 | [diff] [blame] | 320 | capability_create_share_from_snapshot_support: false |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 321 | suppress_errors_in_cleanup: true |
| 322 | backend_names: CEPHFSNATIVE |
Victoria Martinez de la Cruz | 62ff787 | 2020-05-05 17:21:14 -0300 | [diff] [blame] | 323 | capability_storage_protocol: CEPHFS |
lkuchlan | 3c20c06 | 2020-05-31 15:25:15 +0300 | [diff] [blame] | 324 | enable_protocols: cephfs |
| 325 | image_password: manila |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 326 | |
| 327 | |
| 328 | - job: |
| 329 | name: manila-tempest-plugin-cephfs-nfs |
| 330 | description: Test CephFS NFS (DHSS=False) |
| 331 | parent: manila-tempest-plugin-base |
| 332 | required-projects: |
| 333 | - openstack/devstack-plugin-ceph |
| 334 | - openstack/neutron-dynamic-routing |
| 335 | vars: |
| 336 | devstack_plugins: |
| 337 | devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph |
| 338 | neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing |
| 339 | devstack_localrc: |
Goutham Pacha Ravi | a6602ec | 2020-08-10 17:43:12 -0700 | [diff] [blame] | 340 | VOLUME_BACKING_FILE_SIZE: 60GB |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 341 | SHARE_DRIVER: manila.share.drivers.cephfs.driver.CephFSDriver |
| 342 | MANILA_ENABLED_BACKENDS: cephfsnfs |
| 343 | ENABLED_SHARE_PROTOCOLS: NFS |
| 344 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True' |
| 345 | MANILA_SERVICE_IMAGE_ENABLED: true |
| 346 | MANILA_OPTGROUP_cephfsnfs_share_driver: manila.share.drivers.cephfs.driver.CephFSDriver |
| 347 | MANILA_OPTGROUP_cephfsnfs_driver_handles_share_servers: false |
| 348 | MANILA_OPTGROUP_cephfsnfs_cephfs_protocol_helper_type: NFS |
| 349 | MANILA_OPTGROUP_cephfsnfs_cephfs_conf_path: /etc/ceph/ceph.conf |
| 350 | MANILA_OPTGROUP_cephfsnfs_cephfs_auth_id: manila |
| 351 | MANILA_CEPH_DRIVER: cephfsnfs |
| 352 | MANILA_SETUP_IPV6: true |
| 353 | NEUTRON_CREATE_INITIAL_NETWORKS: false |
| 354 | MANILA_RESTORE_IPV6_DEFAULT_ROUTE: false |
| 355 | devstack_local_conf: |
| 356 | test-config: |
| 357 | $TEMPEST_CONFIG: |
| 358 | share: |
| 359 | default_share_type_name: default |
| 360 | run_ipv6_tests: true |
| 361 | run_share_group_tests: false |
| 362 | multitenancy_enabled: false |
| 363 | suppress_errors_in_cleanup: true |
| 364 | backend_names: CEPHFSNFS |
| 365 | enable_protocols: nfs |
| 366 | capability_storage_protocol: NFS |
| 367 | capability_create_share_from_snapshot_support: false |
| 368 | image_password: manila |
| 369 | |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 370 | - job: |
| 371 | name: manila-tempest-plugin-dummy-no-dhss |
| 372 | description: Test the Dummy driver with DHSS=False |
| 373 | parent: manila-tempest-plugin-standalone-base |
| 374 | vars: |
| 375 | devstack_localrc: |
| 376 | SHARE_DRIVER: manila.tests.share.drivers.dummy.DummyDriver |
| 377 | MANILA_CONFIGURE_GROUPS: alpha,beta,gamma,membernet |
| 378 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' |
| 379 | MANILA_ENABLED_BACKENDS: alpha,beta,gamma |
| 380 | MANILA_OPTGROUP_alpha_driver_handles_share_servers: false |
| 381 | MANILA_OPTGROUP_alpha_replication_domain: DUMMY_DOMAIN |
| 382 | MANILA_OPTGROUP_alpha_share_backend_name: ALPHA |
| 383 | MANILA_OPTGROUP_alpha_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 384 | MANILA_OPTGROUP_beta_driver_handles_share_servers: false |
| 385 | MANILA_OPTGROUP_beta_replication_domain: DUMMY_DOMAIN |
| 386 | MANILA_OPTGROUP_beta_share_backend_name: BETA |
| 387 | MANILA_OPTGROUP_beta_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 388 | # With below opts we'll enable a DHSS=True back-end solely for |
| 389 | # for the migration test case "test_migration_opposite_driver_modes" |
| 390 | MANILA_OPTGROUP_gamma_driver_handles_share_servers: true |
| 391 | MANILA_OPTGROUP_gamma_network_config_group: membernet |
| 392 | MANILA_OPTGROUP_gamma_share_backend_name: GAMMA |
| 393 | MANILA_OPTGROUP_gamma_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 394 | MANILA_OPTGROUP_gamma_admin_network_config_group: membernet |
| 395 | MANILA_OPTGROUP_membernet_network_api_class: manila.network.standalone_network_plugin.StandaloneNetworkPlugin |
| 396 | MANILA_OPTGROUP_membernet_network_plugin_ipv4_enabled: true |
| 397 | MANILA_OPTGROUP_membernet_standalone_network_plugin_allowed_ip_ranges: 10.0.0.10-10.0.0.209 |
| 398 | MANILA_OPTGROUP_membernet_standalone_network_plugin_gateway: 10.0.0.1 |
| 399 | MANILA_OPTGROUP_membernet_standalone_network_plugin_mask: 24 |
| 400 | MANILA_OPTGROUP_membernet_standalone_network_plugin_network_type: vlan |
| 401 | MANILA_OPTGROUP_membernet_standalone_network_plugin_segmentation_id: 1010 |
| 402 | devstack_local_conf: |
| 403 | test-config: |
| 404 | "$TEMPEST_CONFIG": |
| 405 | share: |
| 406 | backend_names: ALPHA,BETA |
| 407 | backend_replication_type: readable |
| 408 | build_timeout: 180 |
| 409 | capability_sg_consistent_snapshot_support: pool |
| 410 | enable_ip_rules_for_protocols: nfs |
| 411 | enable_ro_access_level_for_protocols: nfs,cifs |
| 412 | enable_user_rules_for_protocols: cifs |
| 413 | multi_backend: true |
| 414 | multitenancy_enabled: false |
| 415 | run_driver_assisted_migration_tests: true |
| 416 | run_manage_unmanage_snapshot_tests: true |
| 417 | run_manage_unmanage_tests: true |
| 418 | run_migration_with_preserve_snapshots_tests: true |
| 419 | run_mount_snapshot_tests: true |
| 420 | run_replication_tests: true |
| 421 | run_revert_to_snapshot_tests: true |
| 422 | # for migration test case "test_migration_opposite_driver_modes" |
| 423 | create_networks_when_multitenancy_enabled: false |
Victoria Martinez de la Cruz | b28c6cd | 2020-05-07 07:36:28 -0300 | [diff] [blame] | 424 | |
Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 425 | - job: |
| 426 | name: manila-tempest-plugin-dummy-dhss |
| 427 | description: Test the Dummy driver with DHSS=True |
| 428 | parent: manila-tempest-plugin-standalone-base |
| 429 | vars: |
| 430 | devstack_localrc: |
| 431 | SHARE_DRIVER: manila.tests.share.drivers.dummy.DummyDriver |
| 432 | MANILA_CONFIGURE_GROUPS: alpha,beta,gamma,membernet,adminnet |
| 433 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True revert_to_snapshot_support=True mount_snapshot_support=True' |
| 434 | MANILA_ENABLED_BACKENDS: alpha,beta |
| 435 | MANILA_OPTGROUP_DEFAULT_quota_share_networks: 50 |
| 436 | MANILA_OPTGROUP_adminnet_network_api_class: manila.network.standalone_network_plugin.StandaloneNetworkPlugin |
| 437 | MANILA_OPTGROUP_adminnet_network_plugin_ipv4_enabled: true |
| 438 | 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 |
| 439 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_gateway: 11.0.0.1 |
| 440 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_mask: 24 |
| 441 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_network_type: vlan |
| 442 | MANILA_OPTGROUP_adminnet_standalone_network_plugin_segmentation_id: 1011 |
| 443 | MANILA_OPTGROUP_alpha_admin_network_config_group: adminnet |
| 444 | MANILA_OPTGROUP_alpha_driver_handles_share_servers: true |
| 445 | MANILA_OPTGROUP_alpha_network_config_group: membernet |
| 446 | MANILA_OPTGROUP_alpha_replication_domain: DUMMY_DOMAIN |
| 447 | MANILA_OPTGROUP_alpha_share_backend_name: ALPHA |
| 448 | MANILA_OPTGROUP_alpha_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 449 | MANILA_OPTGROUP_beta_admin_network_config_group: adminnet |
| 450 | MANILA_OPTGROUP_beta_driver_handles_share_servers: true |
| 451 | MANILA_OPTGROUP_beta_network_config_group: membernet |
| 452 | MANILA_OPTGROUP_beta_replication_domain: DUMMY_DOMAIN |
| 453 | MANILA_OPTGROUP_beta_share_backend_name: BETA |
| 454 | MANILA_OPTGROUP_beta_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 455 | MANILA_OPTGROUP_membernet_network_api_class: manila.network.standalone_network_plugin.StandaloneNetworkPlugin |
| 456 | MANILA_OPTGROUP_membernet_network_plugin_ipv4_enabled: true |
| 457 | MANILA_OPTGROUP_membernet_standalone_network_plugin_allowed_ip_ranges: 10.0.0.10-10.0.0.209 |
| 458 | MANILA_OPTGROUP_membernet_standalone_network_plugin_gateway: 10.0.0.1 |
| 459 | MANILA_OPTGROUP_membernet_standalone_network_plugin_mask: 24 |
| 460 | MANILA_OPTGROUP_membernet_standalone_network_plugin_network_type: vlan |
| 461 | MANILA_OPTGROUP_membernet_standalone_network_plugin_segmentation_id: 1010 |
| 462 | # With below opts we'll enable a DHSS=False back-end solely for |
| 463 | # for the migration test case "test_migration_opposite_driver_modes" |
| 464 | MANILA_OPTGROUP_gamma_driver_handles_share_servers: false |
| 465 | MANILA_OPTGROUP_gamma_share_backend_name: GAMMA |
| 466 | MANILA_OPTGROUP_gamma_share_driver: manila.tests.share.drivers.dummy.DummyDriver |
| 467 | devstack_local_conf: |
| 468 | test-config: |
| 469 | "$TEMPEST_CONFIG": |
| 470 | share: |
| 471 | backend_names: ALPHA,BETA |
| 472 | backend_replication_type: readable |
| 473 | build_timeout: 180 |
| 474 | capability_sg_consistent_snapshot_support: pool |
| 475 | create_networks_when_multitenancy_enabled: false |
| 476 | enable_ip_rules_for_protocols: nfs |
| 477 | enable_ro_access_level_for_protocols: nfs,cifs |
| 478 | enable_user_rules_for_protocols: cifs |
| 479 | multi_backend: true |
| 480 | multitenancy_enabled: true |
| 481 | run_driver_assisted_migration_tests: true |
| 482 | run_manage_unmanage_snapshot_tests: true |
| 483 | run_manage_unmanage_tests: true |
| 484 | run_migration_with_preserve_snapshots_tests: true |
| 485 | run_mount_snapshot_tests: true |
| 486 | run_replication_tests: true |
| 487 | run_revert_to_snapshot_tests: true |
debeltrami | b3089a7 | 2020-09-15 21:06:04 +0000 | [diff] [blame^] | 488 | run_share_server_migration_tests: true |
Goutham Pacha Ravi | 842d08b | 2020-05-28 22:25:21 -0700 | [diff] [blame] | 489 | |
| 490 | - job: |
| 491 | name: manila-tempest-plugin-glusterfs-native |
| 492 | description: | |
| 493 | Test the GlusterFS driver (DHSS=False) with the native GlusterFS protocol |
| 494 | parent: manila-tempest-plugin-standalone-base |
| 495 | required-projects: |
| 496 | - x/devstack-plugin-glusterfs |
| 497 | vars: |
| 498 | tempest_concurrency: 8 |
| 499 | devstack_plugins: |
| 500 | devstack-plugin-glusterfs: https://opendev.org/x/devstack-plugin-glusterfs |
| 501 | devstack_localrc: |
| 502 | CONFIGURE_GLUSTERFS_MANILA: true |
| 503 | GLUSTERFS_MANILA_DRIVER_TYPE: glusterfs-native |
| 504 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True create_share_from_snapshot_support=True' |
| 505 | devstack_local_conf: |
| 506 | test-config: |
| 507 | $TEMPEST_CONFIG: |
| 508 | share: |
| 509 | run_share_group_tests: false |
| 510 | run_snapshot_tests: false |
| 511 | multitenancy_enabled: false |
| 512 | run_shrink_tests: false |
| 513 | run_extend_tests: false |
| 514 | multi_backend: false |
| 515 | suppress_errors_in_cleanup: True |
| 516 | share_creation_retry_number: 2 |
| 517 | backend_names: GLUSTERNATIVE |
| 518 | enable_cert_rules_for_protocols: glusterfs |
| 519 | capability_storage_protocol: glusterfs |
| 520 | enable_protocols: glusterfs |
| 521 | |
| 522 | - job: |
| 523 | name: manila-tempest-plugin-glusterfs-nfs |
| 524 | description: | |
| 525 | Test the GlusterFS driver (DHSS=False) with the native NFS protocol |
| 526 | parent: manila-tempest-plugin-standalone-base |
| 527 | required-projects: |
| 528 | - x/devstack-plugin-glusterfs |
| 529 | vars: |
| 530 | tempest_concurrency: 8 |
| 531 | devstack_plugins: |
| 532 | devstack-plugin-glusterfs: https://opendev.org/x/devstack-plugin-glusterfs |
| 533 | devstack_localrc: |
| 534 | CONFIGURE_GLUSTERFS_MANILA: true |
| 535 | GLUSTERFS_MANILA_DRIVER_TYPE: glusterfs-nfs |
| 536 | MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=False' |
| 537 | devstack_local_conf: |
| 538 | test-config: |
| 539 | $TEMPEST_CONFIG: |
| 540 | share: |
| 541 | run_share_group_tests: false |
| 542 | run_snapshot_tests: false |
| 543 | multitenancy_enabled: False |
| 544 | run_shrink_tests: true |
| 545 | multi_backend: false |
| 546 | suppress_errors_in_cleanup: True |
| 547 | share_creation_retry_number: 2 |
| 548 | backend_names: GLUSTERFS |
| 549 | enable_ip_rules_for_protocols: nfs |
| 550 | capability_storage_protocol: NFS |
| 551 | enable_protocols: nfs |
| 552 | # read-only access rules not supported |
| 553 | enable_ro_access_level_for_protocols: "" |