2019-05-30 10:23:19 +00:00
|
|
|
[[local|localrc]]
|
|
|
|
ADMIN_PASSWORD=secret
|
|
|
|
DATABASE_PASSWORD=secret
|
|
|
|
RABBIT_PASSWORD=secret
|
|
|
|
SERVICE_PASSWORD=secret
|
2020-09-09 17:53:30 +00:00
|
|
|
HOST_IP=127.0.0.1
|
2019-10-31 09:18:58 +00:00
|
|
|
USE_PYTHON3=True
|
2019-05-30 10:23:19 +00:00
|
|
|
|
|
|
|
# These options define expected driver capabilities
|
|
|
|
TEMPEST_VOLUME_DRIVER=spdk
|
|
|
|
TEMPEST_VOLUME_VENDOR="Intel"
|
|
|
|
TEMPEST_STORAGE_PROTOCOL=nvmet_rdma
|
|
|
|
|
2019-10-31 09:18:58 +00:00
|
|
|
[[test-config|$TEMPEST_CONFIG]]
|
2022-01-04 13:23:55 +00:00
|
|
|
network_for_ssh = public
|
2019-10-31 09:18:58 +00:00
|
|
|
[compute]
|
2020-01-24 19:43:18 +00:00
|
|
|
build_timeout = 1500
|
2019-10-31 09:18:58 +00:00
|
|
|
|
|
|
|
[volume]
|
2020-01-24 19:43:18 +00:00
|
|
|
build_timeout = 1500
|
2019-10-31 09:18:58 +00:00
|
|
|
|
|
|
|
[validation]
|
|
|
|
ssh_timeout = 396
|
|
|
|
|
2019-05-30 10:23:19 +00:00
|
|
|
[[post-config|$CINDER_CONF]]
|
|
|
|
[DEFAULT]
|
2019-10-31 09:18:58 +00:00
|
|
|
default_volume_type = SPDK
|
2019-05-30 10:23:19 +00:00
|
|
|
enabled_backends = spdk
|
|
|
|
target_helper = spdk-nvmeof
|
|
|
|
debug = True
|
|
|
|
|
|
|
|
[spdk]
|
|
|
|
spdk_rpc_ip = localhost
|
|
|
|
spdk_rpc_port = 3333
|
|
|
|
spdk_rpc_username = secret
|
|
|
|
spdk_rpc_password = secret
|
|
|
|
target_ip_address = 10.0.2.15
|
|
|
|
target_port = 4260
|
|
|
|
target_protocol = nvmet_rdma
|
|
|
|
target_helper = spdk-nvmeof
|
|
|
|
target_prefix = nqn.2014-08.org.spdk
|
|
|
|
volume_driver = cinder.volume.drivers.spdk.SPDKDriver
|
2019-10-31 09:18:58 +00:00
|
|
|
volume_backend_name = SPDK
|
2020-01-24 19:43:18 +00:00
|
|
|
spdk_max_queue_depth = 64
|
|
|
|
image_volume_cache_enabled = True
|