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: Pawel Kaminski <pawelx.kaminski@intel.com> Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/762 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Maciej Szwed <maciej.szwed@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
15df89808a
commit
fbedb897bd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user