sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 1 | classes: |
sturivnyi | c111bdc | 2018-12-05 13:11:59 +0000 | [diff] [blame^] | 2 | - service.runtest.tempest.artifactory |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 3 | - service.runtest.tempest.glance |
| 4 | - service.runtest.tempest.nova |
| 5 | - service.runtest.tempest.neutron |
| 6 | applications: |
Ilya Menkov | c562509 | 2018-03-29 12:31:03 +0400 | [diff] [blame] | 7 | - runtest |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 8 | parameters: |
| 9 | _param: |
sturivnyi | c111bdc | 2018-12-05 13:11:59 +0000 | [diff] [blame^] | 10 | runtest_tempest_convert_to_uuid_flavor_ref: 'm1.extra_tiny_test' |
| 11 | runtest_tempest_convert_to_uuid_flavor_ref_alt: 'm1.tiny_test' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 12 | glance_image_cirros_name: 'TestCirros-0.3.5' |
| 13 | glance_image_fedora_name: 'TestFedora-27-1.6' |
Maksym Shalamov | 74acaec | 2018-06-18 16:26:35 +0300 | [diff] [blame] | 14 | glance_image_manila_name: 'manila-service-image-master' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 15 | glance_image_cirros_location: 'http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img' |
| 16 | glance_image_fedora_location: 'https://mirror.chpc.utah.edu/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2' |
Maksym Shalamov | 74acaec | 2018-06-18 16:26:35 +0300 | [diff] [blame] | 17 | glance_image_manila_location: 'http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2' |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 18 | runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, AodhAlarmTest' |
| 19 | # VolumeBackupRestoreIntegrationTest : we don't use volume backup in our default configuration. |
| 20 | # AodhAlarmTest : we don't have aodh endpoint because of have't telemetry on default configuration. |
Vasyl Saienko | 2cc87a9 | 2018-03-29 15:43:33 +0300 | [diff] [blame] | 21 | runtest_heat_plugin_skip_functional_test_list: 'UpdateServerNetworksTest, StackTemplateValidateTest' |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 22 | # UpdateServerNetworksTest, StackTemplateValidateTest : These tests support in openstack Queens, but not in Pike. |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 23 | runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt' |
Artem | 607cbb7 | 2018-05-08 10:56:59 +0300 | [diff] [blame] | 24 | runtest_path_to_boot_config_env_file: '/usr/local/lib/python2.7/dist-packages/heat_tempest_plugin/tests/scenario/templates/boot_config_none_env.yaml' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 25 | runtest_local_image_url: ${_param:glance_image_cirros_location} |
| 26 | runtest_local_img_dir: /tmp |
| 27 | runtest_local_img_file: ${_param:glance_image_cirros_name}.img |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 28 | tempest_test_target: cfg01* |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 29 | runtest_tempest_cfg_dir: /root/test/ |
| 30 | runtest_tempest_cfg_name: tempest_generated.conf |
Mykyta Karpin | 64e16a4 | 2018-04-23 11:52:55 +0300 | [diff] [blame] | 31 | runtest_tempest_log_file: /home/rally/test/tempest.log |
Mykyta Karpin | 34de9ea | 2018-04-23 12:59:47 +0300 | [diff] [blame] | 32 | runtest_tempest_regenerate_conf: false |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 33 | runtest_tempest_public_net: public |
Mykyta Karpin | 576db5f | 2018-05-18 09:14:12 +0000 | [diff] [blame] | 34 | runtest_tempest_use_dynamic_credentials: true |
Vasyl Saienko | d97a8f2 | 2018-06-06 11:21:52 +0300 | [diff] [blame] | 35 | # This file will be last include, add pillar directly to avoid |
| 36 | # variable override |
| 37 | keystone: |
| 38 | client: |
| 39 | enabled: true |
| 40 | server: |
| 41 | admin_identity: |
| 42 | admin: |
| 43 | user: admin |
| 44 | password: ${_param:keystone_admin_password} |
| 45 | project: admin |
| 46 | host: ${_param:keystone_service_host} |
| 47 | port: 5000 |
| 48 | region_name: ${_param:openstack_region} |
| 49 | use_keystoneauth: true |
| 50 | protocol: ${_param:keystone_service_protocol} |
Vasyl Saienko | 35f100f | 2018-06-12 21:10:33 +0300 | [diff] [blame] | 51 | api_version: '' |
| 52 | user_domain_name: 'Default' |
| 53 | project_domain_name: 'Default' |
Mykyta Karpin | 16b6901 | 2018-09-21 13:40:16 +0300 | [diff] [blame] | 54 | os_client_config: |
| 55 | enabled: true |
| 56 | cfgs: |
| 57 | root: |
| 58 | content: |
| 59 | clouds: |
| 60 | admin_identity: |
| 61 | region_name: ${_param:openstack_region} |
| 62 | identity_api_version: '3' |
| 63 | interface: 'internal' |
| 64 | auth: |
| 65 | username: 'admin' |
| 66 | password: ${_param:keystone_admin_password} |
| 67 | user_domain_name: 'Default' |
| 68 | project_name: 'admin' |
| 69 | project_domain_name: 'Default' |
| 70 | auth_url: ${_param:keystone_service_protocol}://${_param:keystone_service_host}:5000 |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 71 | runtest: |
| 72 | enabled: true |
| 73 | openstack_version: stable/${_param:openstack_version} |
| 74 | tempest: |
| 75 | enabled: true |
| 76 | test_target: ${_param:tempest_test_target} |
sandriichenko | 407cd98 | 2018-04-03 19:31:26 +0300 | [diff] [blame] | 77 | keystone_profile_admin: admin_identity |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 78 | local_image_url: ${_param:runtest_local_image_url} |
Mykyta Karpin | 34de9ea | 2018-04-23 12:59:47 +0300 | [diff] [blame] | 79 | regenerate_conf: ${_param:runtest_tempest_regenerate_conf} |
sandriichenko | 23a47f7 | 2018-04-03 20:51:30 +0300 | [diff] [blame] | 80 | convert_to_uuid: |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame] | 81 | compute: |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 82 | image_ref: ${_param:glance_image_cirros_name} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 83 | image_ref_alt: ${_param:glance_image_cirros_name} |
sturivnyi | c111bdc | 2018-12-05 13:11:59 +0000 | [diff] [blame^] | 84 | flavor_ref: ${_param:runtest_tempest_convert_to_uuid_flavor_ref} |
| 85 | flavor_ref_alt: ${_param:runtest_tempest_convert_to_uuid_flavor_ref_alt} |
Maksym Shalamov | 74acaec | 2018-06-18 16:26:35 +0300 | [diff] [blame] | 86 | image_ref_nfs: ${_param:glance_image_manila_name} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 87 | network: |
| 88 | public_network_id: ${_param:runtest_tempest_public_net} |
| 89 | cfg_dir: ${_param:runtest_tempest_cfg_dir} |
| 90 | cfg_name: ${_param:runtest_tempest_cfg_name} |
Mykyta Karpin | 576db5f | 2018-05-18 09:14:12 +0000 | [diff] [blame] | 91 | auth: |
| 92 | use_dynamic_credentials: ${_param:runtest_tempest_use_dynamic_credentials} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 93 | DEFAULT: |
Mykyta Karpin | 64e16a4 | 2018-04-23 11:52:55 +0300 | [diff] [blame] | 94 | log_file: ${_param:runtest_tempest_log_file} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 95 | compute: |
| 96 | build_timeout: 600 |
Alina Nesterova | 9e8cd6a | 2018-05-07 08:01:50 +0000 | [diff] [blame] | 97 | dashboard: |
| 98 | # Set to true until Horizon CA bundle pass would be allowed |
| 99 | disable_ssl_certificate_validation: true |
Alina Nesterova | cd9f7ad | 2018-04-20 08:01:01 +0000 | [diff] [blame] | 100 | identity: |
| 101 | disable_ssl_certificate_validation: false |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 102 | orchestration: |
| 103 | max_template_size: 5440000 |
| 104 | max_resources_per_stack: 20000 |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 105 | volume-feature-enabled: |
| 106 | backup: false |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 107 | heat_plugin: |
| 108 | skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list} |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 109 | skip_functional_test_list: ${_param:runtest_heat_plugin_skip_functional_test_list} |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 110 | project_domain_id: default |
| 111 | user_domain_id: default |
| 112 | disable_ssl_certificate_validation: False |
| 113 | ca_file: ${_param:runtest_path_to_ca_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 114 | image_ref: ${_param:glance_image_fedora_name} |
| 115 | minimal_image_ref: ${_param:glance_image_cirros_name} |
Artem | 607cbb7 | 2018-05-08 10:56:59 +0300 | [diff] [blame] | 116 | boot_config_env: ${_param:runtest_path_to_boot_config_env_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 117 | scenario: |
| 118 | img_file: ${_param:runtest_local_img_file} |
| 119 | img_dir: ${_param:runtest_local_img_dir} |
Alina Nesterova | 20bc8dc | 2018-05-03 11:53:50 +0000 | [diff] [blame] | 120 | validation: |
| 121 | run_validation: true |