numam-spdk/scripts/vagrant/local.conf
Pawel Kaminski 7b267b4420 test/openstack: Adjust installation file to newest changes in devstack.
Use python3 when installing devstack.
Increase timeouts in order to tests pass in our CI environment.

Change-Id: I6b88e39f9a8f0b8aa255098dc62b881168777ec3
Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472921
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Maciej Szwed <maciej.szwed@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2019-11-07 13:22:50 +00:00

51 lines
1.1 KiB
Plaintext

[[local|localrc]]
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=secret
RABBIT_PASSWORD=secret
SERVICE_PASSWORD=secret
HOST_IP=10.0.2.15
USE_PYTHON3=True
# These options define expected driver capabilities
TEMPEST_VOLUME_DRIVER=spdk
TEMPEST_VOLUME_VENDOR="Intel"
TEMPEST_STORAGE_PROTOCOL=nvmet_rdma
# Disable security groups entirely
Q_USE_SECGROUP=False
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
CINDER_SECURE_DELETE=False
public_interface=eth0
[[test-config|$TEMPEST_CONFIG]]
[compute]
build_timeout = 1200
fixed_network_name = net0
[volume]
build_timeout = 1200
[validation]
ssh_timeout = 396
[[post-config|$CINDER_CONF]]
[DEFAULT]
default_volume_type = SPDK
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
volume_backend_name = SPDK
spdk_max_queue_depth = 32