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/7374/head
parent
534fdd9958
commit
1b911e3f83
|
@ -18,7 +18,7 @@ fact_caching = jsonfile
|
|||
fact_caching_connection = $HOME/ansible/facts
|
||||
fact_caching_timeout = 7200
|
||||
nocows = 1
|
||||
callback_whitelist = profile_tasks
|
||||
callback_allowlist = profile_tasks
|
||||
stdout_callback = yaml
|
||||
force_valid_group_names = ignore
|
||||
inject_facts_as_vars = False
|
||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-container-docker_to_podman
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
pip
|
||||
|
|
|
@ -4,7 +4,7 @@ envlist = {centos,ubuntu}-{container,non_container}-external_clients
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
git
|
||||
|
|
|
@ -4,7 +4,7 @@ envlist = {centos,ubuntu}-{container,non_container}-filestore_to_bluestore
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
git
|
||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-container-podman
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
pip
|
||||
|
|
|
@ -45,7 +45,7 @@ commands=
|
|||
"
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
sleep
|
||||
|
|
|
@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-subset_update
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
git
|
||||
|
|
|
@ -4,7 +4,7 @@ envlist = {centos,ubuntu}-{container,non_container}-update
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
git
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -75,7 +75,7 @@ commands=
|
|||
|
||||
# a test scenario for the lv-create.yml and lv-teardown playbooks
|
||||
[testenv:infra_lv_create]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
mkdir
|
||||
|
@ -316,7 +316,7 @@ commands=
|
|||
"
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
vagrant
|
||||
bash
|
||||
pip
|
||||
|
|
Loading…
Reference in New Issue