ceph-ansible/tests/functional
L3D ab54fe20ec ansible: use 'bool' filter on boolean conditionals
By running ceph-ansible there are a lot ``[DEPRECATION WARNING]`` like these:
```
[DEPRECATION WARNING]: evaluating containerized_deployment as a bare variable,
this behaviour will go away and you might need to add |bool to the expression
in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This
feature will be removed in version 2.12. Deprecation warnings can be disabled
by setting deprecation_warnings=False in ansible.cfg.
```

Now appended ``| bool`` on a lot of the affected variables.

Sometimes the coding style from ``variable|bool`` changed to ``variable | bool`` *(with spaces at the pipe)*.

Closes: #4022

Signed-off-by: L3D <l3d@c3woc.de>
2019-06-06 10:21:17 +02:00
..
add-mdss osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
add-mgrs allow adding a manager to a deployed cluster 2019-05-07 14:13:06 +02:00
add-mons allow adding a monitor to a deployed cluster 2019-04-15 10:00:50 +02:00
add-osds osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
add-rbdmirrors allow adding a RBD mirror to already deployed cluster 2019-05-07 09:45:20 +02:00
add-rgws allow adding a RGW to already deployed cluster 2019-05-07 12:36:16 +02:00
all_daemons osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
collocation osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
dashboard tests: add dashboard scenario testing 2019-05-16 16:39:13 +02:00
infra_lv_create Revert "tests: add ubuntu bionic support" 2019-02-22 16:24:18 +01:00
lvm-auto-discovery osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
lvm-batch osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
lvm-osds tox: Refact lvm_osds scenario 2019-05-09 09:38:20 +02:00
migrate_ceph_disk_to_ceph_volume tests: adds the migrate_ceph_disk_to_ceph_volume scenario 2019-04-18 10:55:11 +02:00
ooo-collocation osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
podman tests: test podman against atomic os instead rhel8 2019-06-04 11:32:41 -04:00
rgw-multisite osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
shrink_mon osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
shrink_osd osd: remove variable osd_scenario 2019-04-11 11:57:02 -04:00
tests tests: update testinfra release 2019-05-20 13:04:58 +02:00
.gitignore tests: ignore folders created by ceph-ansible during testing 2016-11-08 10:35:43 -06:00
dev_setup.yml tests: fix a typo in dev_setup.yml 2019-05-15 11:33:26 +02:00
lvm_setup.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
reboot.yml tests/functional: Use the ansible reboot module 2019-03-27 08:30:50 +00:00
rgw_multisite.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
rhcs_setup.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
setup.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00