Skip to content

Commit

Permalink
whitelist->allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
David Galloway authored and guits committed May 30, 2022
1 parent a698c07 commit 245133f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
Expand Down
2 changes: 1 addition & 1 deletion tox-cephadm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-container-cephadm
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
pip
Expand Down
2 changes: 1 addition & 1 deletion tox-docker2podman.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-container-docker_to_podman
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
pip
Expand Down
2 changes: 1 addition & 1 deletion tox-external_clients.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-external_clients
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
git
Expand Down
2 changes: 1 addition & 1 deletion tox-filestore_to_bluestore.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-filestore_to_bluestore
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
git
Expand Down
2 changes: 1 addition & 1 deletion tox-podman.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-container-podman
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
pip
Expand Down
2 changes: 1 addition & 1 deletion tox-shrink_osd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands=
"

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
passenv=*
Expand Down
2 changes: 1 addition & 1 deletion tox-subset_update.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-subset_update
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
git
Expand Down
2 changes: 1 addition & 1 deletion tox-update.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = centos-{container,non_container}-update
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
git
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skipsdist = True

# a test scenario for the lv-create.yml and lv-teardown playbooks
[testenv:infra_lv_create]
whitelist_externals =
allowlist_externals =
vagrant
bash
mkdir
Expand Down Expand Up @@ -285,7 +285,7 @@ commands=
"

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
pip
Expand Down

0 comments on commit 245133f

Please sign in to comment.