summaryrefslogtreecommitdiffstats
path: root/tools/files/tempest.conf
blob: eff2f74434eeb972f78aebc2b609364010a4e299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
[DEFAULT]
debug = True
use_stderr = False
log_file = 

[auth]
use_dynamic_credentials = True
# admin_username = tempest_neutron-user_7013fc57-36b2-40ad-a2b9-20840ec44a3c
# admin_password = 0E3k=gRf@|ko7^mguXK]!4Vtq?TPaX
# admin_project_name = tempest_neutron-project_7013fc57-36b2-40ad-a2b9-20840ec44a3c
admin_domain_name = default
tempest_roles = _member_

[compute]
# image_ref = 1ff5944f-89b7-413e-981a-523d81c57754
# image_ref_alt = 8189311a-76cf-4e40-9a2c-3ce32dba3be0
# flavor_ref = 0b6b2be7-42d4-44ff-bcc2-ddb22576c714
# flavor_ref_alt = b35737c8-9673-450e-a106-f6dd82c3485d
# fixed_network_name = tempest_neutron-net_7013fc57-36b2-40ad-a2b9-20840ec44a3c
volume_device_name = vdb
min_compute_nodes = 2
endpoint_type = public
max_microversion = 2.72

[compute-feature-enabled]
# disabled since Airship 1.7
live_migration = False
resize = True
# disabled since Airship 1.7
vnc_console = False
attach_encrypted_volume = False
block_migration_for_live_migration = False
block_migrate_cinder_iscsi = False
change_password = False
cold_migration = True
config_drive = True
console_output = True
disk_config = True
enable_instance_password = True
interface_attach = True
live_migrate_back_and_forth = False
metadata_service = True
pause = True
personality = False
rdp_console = False
rescue = True
scheduler_available_filters = RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
serial_console = False
# disabled by airship
shelve = False
snapshot = True
spice_console = False
suspend = True
swap_volume = False
volume_backed_live_migration = False
volume_multiattach = False

[data-processing]
endpoint_type = public

[identity]
auth_version = v3
v2_endpoint_type = public
v3_endpoint_type = public
disable_ssl_certificate_validation = False
ca_certificates_file = 
admin_role = admin
default_domain_id = default
user_unique_last_password_count = 2
user_lockout_duration = 10
user_lockout_failure_attempts = 2

[identity-feature-enabled]
trust = True
api_v2 = False
api_v2_admin = False
security_compliance = True
federation = False
external_idp = False
project_tags = True
application_credentials = True

[image-feature-enabled]
deactivate_image = True
api_v2 = True
api_v1 = False

[input-scenario]
ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]

[network]
# public_network_id = 2f8e366e-50ca-4662-a854-104b770ad119
floating_network_name = public
default_network = 192.168.120.0/24
project_network_cidr = 192.168.120.0/24
project_networks_reachable = False
endpoint_type = public

[network-feature-enabled]
ipv6_subnet_attributes = True
ipv6 = True
api_extensions = address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,external-net,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,router,ext-gw-mode,l3-ha,l3-flavors,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,pagination,port-mac-address-regenerate,port-resource-request,binding,binding-extended,port-security,project-id,provider,qos,qos-bw-limit-direction,qos-bw-minimum-ingress,qos-default,qos-fip,qos-gateway-ip,qos-rule-type-details,qos-rules-alias,quotas,quota_details,rbac-policies,rbac-security-groups,revision-if-match,standard-attr-revisions,router_availability_zone,port-security-groups-filtering,security-group,service-type,sorting,standard-attr-description,subnet_onboard,subnet-service-types,subnet_allocation,standard-attr-tag,standard-attr-timestamp,trunk,trunk-details
port_admin_state_change = True
port_security = True
floating_ips = True

[object-storage]
operator_role = member
reseller_admin_role = ResellerAdmin
endpoint_type = public

[oslo_concurrency]
lock_path = 

[orchestration]
instance_type = 
stack_owner_role = heat_stack_owner
stack_user_role = heat_stack_user
endpoint_type = public

[scenario]
img_dir = /home/opnfv/functest/images
img_file = cirros-0.4.0-x86_64-disk.img
img_disk_format = qcow2
img_properties = 

[service_available]
cinder = True
glance = True
heat = True
ironic = False
neutron = True
nova = True
sahara = False
swift = True

[validation]
run_validation = True
image_ssh_user = cirros
connect_method = floating
ssh_timeout = 196
ip_version_for_ssh = 4
# network_for_ssh = tempest_neutron-net_7013fc57-36b2-40ad-a2b9-20840ec44a3c

[volume-feature-enabled]
bootable = True
multi_backend = False
backup = True
snapshot = True
clone = True
manage_snapshot = True
manage_volume = True
extend_attached_volume = False
consistency_group = False
volume_revert = True

[volume]
endpoint_type = public
max_microversion = 3.59
storage_protocol = ceph
manage_volume_ref = source-name,volume-%s
manage_snapshot_ref = source-name,snapshot-%s

[image]
endpoint_type = public

[placement]
# max_microversion = 1.31
max_microversion: 1.4


[load_balancer]
test_with_ipv6 = False

[neutron_plugin_options]
agent_availability_zone = nova
available_type_drivers = flat,geneve,vlan,gre,local,vxlan
provider_vlans = external

[object-storage-feature-enabled]
discoverable_apis = account_quotas,formpost,bulk_upload,bulk_delete,tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo
object_versioning = True
# disabled since Airship 1.7
discoverability = False

[heat_plugin]
skip_functional_test_list = EncryptionVolTypeTest
skip_scenario_test_list = AodhAlarmTest,SoftwareConfigIntegrationTest,VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,LoadBalancerTest
auth_version = 3

[heat_features_enabled]
multi_cloud = False