Tatyana Leontovich | 1e8154d | 2018-11-29 18:34:22 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.runtest.tempest |
| 3 | - service.runtest.tempest.public_net |
| 4 | - service.runtest.tempest.services.manila.glance |
| 5 | - service.runtest.tempest.barbican |
| 6 | parameters: |
| 7 | _param: |
| 8 | image_url: http://cz8133.bud.mirantis.net:8099 |
| 9 | glance_image_cirros_location: ${_param:image_url}/cirros-0.3.5-x86_64-disk.img |
| 10 | glance_image_fedora_location: ${_param:image_url}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 |
| 11 | glance_image_manila_location: ${_param:image_url}/manila-service-image-master.qcow2 |
| 12 | openstack_public_neutron_subnet_allocation_end: 10.16.0.246 |
| 13 | openstack_public_neutron_subnet_allocation_start: 10.16.0.10 |
| 14 | openstack_public_neutron_subnet_cidr: 10.16.0.0/24 |
| 15 | openstack_public_neutron_subnet_gateway: 10.16.0.1 |
| 16 | runtest_tempest_cfg_dir: /tmp/test |
| 17 | runtest_tempest_cfg_name: tempest.conf |
| 18 | runtest_tempest_public_net: public |
| 19 | tempest_test_target: gtw01.${_param:cluster_domain}* |
| 20 | neutron: |
| 21 | client: |
| 22 | enabled: true |
| 23 | runtest: |
| 24 | enabled: true |
| 25 | keystonerc_node: ctl01* |
| 26 | tempest: |
| 27 | DEFAULT: |
| 28 | log_file: tempest.log |
| 29 | cfg_dir: ${_param:runtest_tempest_cfg_dir} |
| 30 | cfg_name: ${_param:runtest_tempest_cfg_name} |
| 31 | compute: |
| 32 | min_compute_nodes: 2 |
| 33 | convert_to_uuid: |
| 34 | network: |
| 35 | public_network_id: ${_param:runtest_tempest_public_net} |
| 36 | enabled: true |
| 37 | heat_plugin: |
| 38 | build_timeout: '600' |
| 39 | put_keystone_rc_enabled: true |
| 40 | put_local_image_file_enabled: false |
| 41 | share: |
| 42 | capability_snapshot_support: true |
| 43 | run_driver_assisted_migration_tests: false |
| 44 | run_manage_unmanage_snapshot_tests: false |
| 45 | run_manage_unmanage_tests: false |
| 46 | run_migration_with_preserve_snapshots_tests: false |
| 47 | run_quota_tests: true |
| 48 | run_replication_tests: false |
| 49 | run_snapshot_tests: true |