mirror of https://github.com/ceph/ceph-ansible.git
whitelist->allowlist
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Signed-off-by: David Galloway <dgallowa@redhat.com>pull/7198/head
parent
a698c07716
commit
245133f9e0
|
@ -19,7 +19,7 @@ fact_caching = jsonfile
|
||||||
fact_caching_connection = $HOME/ansible/facts
|
fact_caching_connection = $HOME/ansible/facts
|
||||||
fact_caching_timeout = 7200
|
fact_caching_timeout = 7200
|
||||||
nocows = 1
|
nocows = 1
|
||||||
callback_whitelist = profile_tasks
|
callback_allowlist = profile_tasks
|
||||||
stdout_callback = yaml
|
stdout_callback = yaml
|
||||||
force_valid_group_names = ignore
|
force_valid_group_names = ignore
|
||||||
inject_facts_as_vars = False
|
inject_facts_as_vars = False
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-container-cephadm
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
pip
|
pip
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-container-docker_to_podman
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
pip
|
pip
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-external_clients
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-filestore_to_bluestore
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-container-podman
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
pip
|
pip
|
||||||
|
|
|
@ -45,7 +45,7 @@ commands=
|
||||||
"
|
"
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
passenv=*
|
passenv=*
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-subset_update
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-update
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -8,7 +8,7 @@ skipsdist = True
|
||||||
|
|
||||||
# a test scenario for the lv-create.yml and lv-teardown playbooks
|
# a test scenario for the lv-create.yml and lv-teardown playbooks
|
||||||
[testenv:infra_lv_create]
|
[testenv:infra_lv_create]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
mkdir
|
mkdir
|
||||||
|
@ -285,7 +285,7 @@ commands=
|
||||||
"
|
"
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
vagrant
|
vagrant
|
||||||
bash
|
bash
|
||||||
pip
|
pip
|
||||||
|
|
Loading…
Reference in New Issue