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 |
ibumarskov | 0323c53 | 2019-02-01 15:01:00 +0400 | [diff] [blame] | 5 | - service.runtest.tempest.heat |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 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. |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 21 | runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt' |
Artem | 607cbb7 | 2018-05-08 10:56:59 +0300 | [diff] [blame] | 22 | 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] | 23 | runtest_local_image_url: ${_param:glance_image_cirros_location} |
| 24 | runtest_local_img_dir: /tmp |
| 25 | runtest_local_img_file: ${_param:glance_image_cirros_name}.img |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 26 | tempest_test_target: cfg01* |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 27 | runtest_tempest_cfg_dir: /root/test/ |
| 28 | runtest_tempest_cfg_name: tempest_generated.conf |
Mykyta Karpin | 64e16a4 | 2018-04-23 11:52:55 +0300 | [diff] [blame] | 29 | runtest_tempest_log_file: /home/rally/test/tempest.log |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 30 | runtest_tempest_public_net: public |
Mykyta Karpin | 576db5f | 2018-05-18 09:14:12 +0000 | [diff] [blame] | 31 | runtest_tempest_use_dynamic_credentials: true |
Vasyl Saienko | 9983b74 | 2018-12-05 18:15:22 +0200 | [diff] [blame] | 32 | runtest_salttest_enabled: true |
Vasyl Saienko | d97a8f2 | 2018-06-06 11:21:52 +0300 | [diff] [blame] | 33 | # This file will be last include, add pillar directly to avoid |
| 34 | # variable override |
| 35 | keystone: |
| 36 | client: |
| 37 | enabled: true |
| 38 | server: |
| 39 | admin_identity: |
| 40 | admin: |
| 41 | user: admin |
| 42 | password: ${_param:keystone_admin_password} |
| 43 | project: admin |
| 44 | host: ${_param:keystone_service_host} |
| 45 | port: 5000 |
| 46 | region_name: ${_param:openstack_region} |
| 47 | use_keystoneauth: true |
| 48 | protocol: ${_param:keystone_service_protocol} |
Vasyl Saienko | 35f100f | 2018-06-12 21:10:33 +0300 | [diff] [blame] | 49 | api_version: '' |
| 50 | user_domain_name: 'Default' |
| 51 | project_domain_name: 'Default' |
Mykyta Karpin | 16b6901 | 2018-09-21 13:40:16 +0300 | [diff] [blame] | 52 | os_client_config: |
| 53 | enabled: true |
| 54 | cfgs: |
| 55 | root: |
| 56 | content: |
| 57 | clouds: |
| 58 | admin_identity: |
| 59 | region_name: ${_param:openstack_region} |
| 60 | identity_api_version: '3' |
| 61 | interface: 'internal' |
| 62 | auth: |
| 63 | username: 'admin' |
| 64 | password: ${_param:keystone_admin_password} |
| 65 | user_domain_name: 'Default' |
| 66 | project_name: 'admin' |
| 67 | project_domain_name: 'Default' |
| 68 | auth_url: ${_param:keystone_service_protocol}://${_param:keystone_service_host}:5000 |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 69 | runtest: |
| 70 | enabled: true |
Vasyl Saienko | 9983b74 | 2018-12-05 18:15:22 +0200 | [diff] [blame] | 71 | salttest: |
| 72 | enabled: ${_param:runtest_salttest_enabled} |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 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} |
sandriichenko | 23a47f7 | 2018-04-03 20:51:30 +0300 | [diff] [blame] | 79 | convert_to_uuid: |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame] | 80 | compute: |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 81 | image_ref: ${_param:glance_image_cirros_name} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 82 | image_ref_alt: ${_param:glance_image_cirros_name} |
sturivnyi | c111bdc | 2018-12-05 13:11:59 +0000 | [diff] [blame] | 83 | flavor_ref: ${_param:runtest_tempest_convert_to_uuid_flavor_ref} |
| 84 | flavor_ref_alt: ${_param:runtest_tempest_convert_to_uuid_flavor_ref_alt} |
Maksym Shalamov | 74acaec | 2018-06-18 16:26:35 +0300 | [diff] [blame] | 85 | image_ref_nfs: ${_param:glance_image_manila_name} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 86 | network: |
| 87 | public_network_id: ${_param:runtest_tempest_public_net} |
| 88 | cfg_dir: ${_param:runtest_tempest_cfg_dir} |
| 89 | cfg_name: ${_param:runtest_tempest_cfg_name} |
Mykyta Karpin | 576db5f | 2018-05-18 09:14:12 +0000 | [diff] [blame] | 90 | auth: |
| 91 | use_dynamic_credentials: ${_param:runtest_tempest_use_dynamic_credentials} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 92 | DEFAULT: |
Mykyta Karpin | 64e16a4 | 2018-04-23 11:52:55 +0300 | [diff] [blame] | 93 | log_file: ${_param:runtest_tempest_log_file} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 94 | compute: |
| 95 | build_timeout: 600 |
Alina Nesterova | 9e8cd6a | 2018-05-07 08:01:50 +0000 | [diff] [blame] | 96 | dashboard: |
| 97 | # Set to true until Horizon CA bundle pass would be allowed |
| 98 | disable_ssl_certificate_validation: true |
Alina Nesterova | cd9f7ad | 2018-04-20 08:01:01 +0000 | [diff] [blame] | 99 | identity: |
| 100 | disable_ssl_certificate_validation: false |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 101 | orchestration: |
| 102 | max_template_size: 5440000 |
| 103 | max_resources_per_stack: 20000 |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 104 | volume-feature-enabled: |
| 105 | backup: false |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 106 | heat_plugin: |
| 107 | skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list} |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 108 | project_domain_id: default |
| 109 | user_domain_id: default |
| 110 | disable_ssl_certificate_validation: False |
| 111 | ca_file: ${_param:runtest_path_to_ca_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 112 | image_ref: ${_param:glance_image_fedora_name} |
| 113 | minimal_image_ref: ${_param:glance_image_cirros_name} |
Artem | 607cbb7 | 2018-05-08 10:56:59 +0300 | [diff] [blame] | 114 | boot_config_env: ${_param:runtest_path_to_boot_config_env_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 115 | scenario: |
| 116 | img_file: ${_param:runtest_local_img_file} |
| 117 | img_dir: ${_param:runtest_local_img_dir} |
Alina Nesterova | 20bc8dc | 2018-05-03 11:53:50 +0000 | [diff] [blame] | 118 | validation: |
| 119 | run_validation: true |