ceph-ansible/infrastructure-playbooks/untested-by-ci
John Fulton 37b5d1084a Make python print statements python3 compatible
The restart_osd_daemon.sh generated from the j2 template
contains a python call which uses 'print x' instead of
'print(x)'. Add the missing parentheses to make this call
compatible with both 2 and 3.

Also add parentheses to other python print calls found
in roles/ceph-client/defaults/main.yml and
infrastructure-playbooks/cluster-os-migration.yml.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1671721
Signed-off-by: John Fulton <fulton@redhat.com>
2019-02-01 15:23:27 +00:00
..
cluster-maintenance.yml syntax: change local_action syntax 2018-01-31 10:45:34 +01:00
cluster-os-migration.yml Make python print statements python3 compatible 2019-02-01 15:23:27 +00:00
make-osd-partitions.yml retry on packages and repositories failures 2018-12-19 14:48:27 +00:00
migrate-journal-to-ssd.yml retry on packages and repositories failures 2018-12-19 14:48:27 +00:00
purge-multisite.yml don't use "static" field while including tasks 2018-10-04 07:44:28 +00:00
recover-osds-after-ssd-journal-failure.yml retry on packages and repositories failures 2018-12-19 14:48:27 +00:00
replace-osd.yml use pre_tasks and post_tasks when necessary 2018-12-05 08:17:10 +00:00