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