Commit fbedb897 authored by Pawel Kaminski's avatar Pawel Kaminski Committed by Tomasz Zawadzki
Browse files

test/openstack: Change http to https for cirros server.



Extend build timeout, enable image volume cache and
change max spdk queue depth on local.conf.

Change-Id: I1dcacd8fbfbfabcba1d017d950dd09ce8ee68076
Signed-off-by: default avatarPawel Kaminski <pawelx.kaminski@intel.com>
Signed-off-by: default avatarMaciej Wawryk <maciejx.wawryk@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/762


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarMaciej Szwed <maciej.szwed@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 15df8980
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@ public_interface=eth0

[[test-config|$TEMPEST_CONFIG]]
[compute]
build_timeout = 1200
build_timeout = 1500
fixed_network_name = net0

[volume]
build_timeout = 1200
build_timeout = 1500

[validation]
ssh_timeout = 396
@@ -47,4 +47,5 @@ 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
spdk_max_queue_depth = 64
image_volume_cache_enabled = True
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ fi
cp $rootdir/scripts/vagrant/local.conf /opt/stack/devstack/local.conf

cd /opt/stack/devstack
sudo sed -i "s|http://download.cirros-cloud.net|https://download.cirros-cloud.net|g" stackrc
su -c "./stack.sh" -s /bin/bash stack
source openrc admin admin
openstack volume type create SPDK --public