diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-05 13:19:31 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-05 13:19:31 +0200 |
commit | 40ecfaf96e73520f3a2358c46cd97c1f6c3b58c6 (patch) | |
tree | da57c58d636506d5cd8292e66dfca3a64581db01 /xci/playbooks | |
parent | e91467023dcd3c5c6b088834a6234b5b56a01fe8 (diff) |
Set OS_INSECURE to true for Yardstick
Change-Id: I0ec6755cb9f9a5b79b359d544082f966903d42bd
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 index dfdba15a..a4c377ce 100644 --- a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 +++ b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 @@ -28,6 +28,7 @@ YARDSTICK_SCENARIO_SUITE_NAME="opnfv_${DEPLOY_SCENARIO}_daily.yaml" # add OS_CACERT to openrc echo "export OS_CACERT=/etc/yardstick/os_cacert" >> ~/openrc +echo "export OS_INSECURE=true" >> ~/openrc opts="--privileged=true --rm" envs="-e INSTALLER_TYPE=$INSTALLER_TYPE -e INSTALLER_IP=$INSTALLER_IP \ |