blob: e4f0dab02c5cad612fe38933975e0dfb9b742d85 [file] [log] [blame]
sgarbuzfcd802e2018-03-05 10:20:04 +02001classes:
sturivnyic111bdc2018-12-05 13:11:59 +00002 - service.runtest.tempest.artifactory
sgarbuzfcd802e2018-03-05 10:20:04 +02003 - service.runtest.tempest.glance
4 - service.runtest.tempest.nova
ibumarskov0323c532019-02-01 15:01:00 +04005 - service.runtest.tempest.heat
sgarbuzfcd802e2018-03-05 10:20:04 +02006applications:
Ilya Menkovc5625092018-03-29 12:31:03 +04007 - runtest
sgarbuzfcd802e2018-03-05 10:20:04 +02008parameters:
9 _param:
sturivnyic111bdc2018-12-05 13:11:59 +000010 runtest_tempest_convert_to_uuid_flavor_ref: 'm1.extra_tiny_test'
11 runtest_tempest_convert_to_uuid_flavor_ref_alt: 'm1.tiny_test'
Mykyta Karpin9a403872018-04-12 18:20:30 +030012 glance_image_cirros_name: 'TestCirros-0.3.5'
13 glance_image_fedora_name: 'TestFedora-27-1.6'
Maksym Shalamov74acaec2018-06-18 16:26:35 +030014 glance_image_manila_name: 'manila-service-image-master'
Mykyta Karpin9a403872018-04-12 18:20:30 +030015 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 Shalamov74acaec2018-06-18 16:26:35 +030017 glance_image_manila_location: 'http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2'
Artem32024e82018-03-23 16:05:35 +030018 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.
sgarbuzfcd802e2018-03-05 10:20:04 +020021 runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt'
Artem607cbb72018-05-08 10:56:59 +030022 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 Karpin9a403872018-04-12 18:20:30 +030023 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
sgarbuzfcd802e2018-03-05 10:20:04 +020026 tempest_test_target: cfg01*
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +030027 runtest_tempest_cfg_dir: /root/test/
28 runtest_tempest_cfg_name: tempest_generated.conf
Mykyta Karpin64e16a42018-04-23 11:52:55 +030029 runtest_tempest_log_file: /home/rally/test/tempest.log
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +030030 runtest_tempest_public_net: public
Mykyta Karpin576db5f2018-05-18 09:14:12 +000031 runtest_tempest_use_dynamic_credentials: true
Vasyl Saienko9983b742018-12-05 18:15:22 +020032 runtest_salttest_enabled: true
Vasyl Saienkod97a8f22018-06-06 11:21:52 +030033 # 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 Saienko35f100f2018-06-12 21:10:33 +030049 api_version: ''
50 user_domain_name: 'Default'
51 project_domain_name: 'Default'
Mykyta Karpin16b69012018-09-21 13:40:16 +030052 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
sgarbuzfcd802e2018-03-05 10:20:04 +020069 runtest:
70 enabled: true
Vasyl Saienko9983b742018-12-05 18:15:22 +020071 salttest:
72 enabled: ${_param:runtest_salttest_enabled}
sgarbuzfcd802e2018-03-05 10:20:04 +020073 openstack_version: stable/${_param:openstack_version}
74 tempest:
75 enabled: true
76 test_target: ${_param:tempest_test_target}
sandriichenko407cd982018-04-03 19:31:26 +030077 keystone_profile_admin: admin_identity
Mykyta Karpin9a403872018-04-12 18:20:30 +030078 local_image_url: ${_param:runtest_local_image_url}
sandriichenko23a47f72018-04-03 20:51:30 +030079 convert_to_uuid:
Alina Nesterova7202d142018-04-04 06:46:27 +000080 compute:
Mykyta Karpin9a403872018-04-12 18:20:30 +030081 image_ref: ${_param:glance_image_cirros_name}
Mykyta Karpin9a403872018-04-12 18:20:30 +030082 image_ref_alt: ${_param:glance_image_cirros_name}
sturivnyic111bdc2018-12-05 13:11:59 +000083 flavor_ref: ${_param:runtest_tempest_convert_to_uuid_flavor_ref}
84 flavor_ref_alt: ${_param:runtest_tempest_convert_to_uuid_flavor_ref_alt}
Maksym Shalamov74acaec2018-06-18 16:26:35 +030085 image_ref_nfs: ${_param:glance_image_manila_name}
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +030086 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 Karpin576db5f2018-05-18 09:14:12 +000090 auth:
91 use_dynamic_credentials: ${_param:runtest_tempest_use_dynamic_credentials}
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +030092 DEFAULT:
Mykyta Karpin64e16a42018-04-23 11:52:55 +030093 log_file: ${_param:runtest_tempest_log_file}
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +030094 compute:
95 build_timeout: 600
Alina Nesterova9e8cd6a2018-05-07 08:01:50 +000096 dashboard:
97 # Set to true until Horizon CA bundle pass would be allowed
98 disable_ssl_certificate_validation: true
Alina Nesterovacd9f7ad2018-04-20 08:01:01 +000099 identity:
100 disable_ssl_certificate_validation: false
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +0300101 orchestration:
102 max_template_size: 5440000
103 max_resources_per_stack: 20000
Oleh Hryhorov17b2ea92018-04-12 19:05:49 +0300104 volume-feature-enabled:
105 backup: false
sgarbuzfcd802e2018-03-05 10:20:04 +0200106 heat_plugin:
107 skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list}
sgarbuzfcd802e2018-03-05 10:20:04 +0200108 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 Karpin9a403872018-04-12 18:20:30 +0300112 image_ref: ${_param:glance_image_fedora_name}
113 minimal_image_ref: ${_param:glance_image_cirros_name}
Artem607cbb72018-05-08 10:56:59 +0300114 boot_config_env: ${_param:runtest_path_to_boot_config_env_file}
Mykyta Karpin9a403872018-04-12 18:20:30 +0300115 scenario:
116 img_file: ${_param:runtest_local_img_file}
117 img_dir: ${_param:runtest_local_img_dir}
Alina Nesterova20bc8dc2018-05-03 11:53:50 +0000118 validation:
119 run_validation: true