mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
ceph-volume/tests: set ANSIBLE_CONFIG env var
Without loading the ansible.cfg file from ceph-ansible project, we don't have the pipelining enabled which can result in significant performance improvement. This removes the ANSIBLE_ACTION_PLUGINS, ANSIBLE_RETRY_FILES_ENABLED and ANSIBLE_SSH_RETRIES environment variables as it is already included in the ansible.cfg file. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
parent
0ad615bab5
commit
b758fdd829
@ -12,11 +12,9 @@ whitelist_externals =
|
||||
sleep
|
||||
passenv=*
|
||||
setenv=
|
||||
ANSIBLE_CONFIG = {envdir}/tmp/ceph-ansible/ansible.cfg
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
|
||||
ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
ANSIBLE_RETRY_FILES_ENABLED = False
|
||||
ANSIBLE_SSH_RETRIES = 5
|
||||
VAGRANT_CWD = {changedir}
|
||||
CEPH_VOLUME_DEBUG = 1
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
@ -12,11 +12,9 @@ whitelist_externals =
|
||||
sleep
|
||||
passenv=*
|
||||
setenv=
|
||||
ANSIBLE_CONFIG = {envdir}/tmp/ceph-ansible/ansible.cfg
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
|
||||
ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
ANSIBLE_RETRY_FILES_ENABLED = False
|
||||
ANSIBLE_SSH_RETRIES = 5
|
||||
VAGRANT_CWD = {changedir}
|
||||
CEPH_VOLUME_DEBUG = 1
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
@ -12,11 +12,9 @@ whitelist_externals =
|
||||
cp
|
||||
passenv=*
|
||||
setenv=
|
||||
ANSIBLE_CONFIG = {envdir}/tmp/ceph-ansible/ansible.cfg
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
|
||||
ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
ANSIBLE_RETRY_FILES_ENABLED = False
|
||||
ANSIBLE_SSH_RETRIES = 5
|
||||
VAGRANT_CWD = {changedir}
|
||||
CEPH_VOLUME_DEBUG = 1
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
Loading…
Reference in New Issue
Block a user