tripleo-heat-templates/deployment/manila
Emilien Macchi 38bad5283f Remove all ignore_errors to avoid confusion when debugging
- deploy-steps-tasks-step-1.yaml: Do not ignore errors when dealing
  with check-mode directories. The file module is resilient enough to
  not fail if the path is already absent.

- deploy-steps-tasks.yaml: Replace ignore_errors by another condition,
  "not ansible_check_mode"; this task is not needed in check mode.

- generate-config-tasks.yaml: Replace ignore_errors by another
  condition, "not ansible_check_mode"; this task is not needed in check mode.

- Neutron wrappers: use fail_key: False instead of ignore_errors: True
  if a key can't be found in /etc/passwd.

- All services with service checks: Replace "ignore_errors: true" by
  "failed_when: false". Since we don't care about whether or not the
  task returns 0, let's just make the task never fail. It will only
  improve UX when scrawling logs; no more failure will be shown for
  these tasks.

- Same as above for cibadmin commands, cluster resources show
  commands and keepalived container restart command; and all other shell
  or command or yum modules uses where we just don't care about their potential
  failures.

- Aodh/Gnocchi: Add pipefail so the task isn't support to fail

- tripleo-packages-baremetal-puppet and undercloud-upgrade: check shell
  rc instead of "succeeded", since the task will always succeed.

Change-Id: I0c44db40e1b9a935e7dde115bb0c9affa15c42bf
2020-03-05 09:22:04 -05:00
..
manila-api-container-puppet.yaml Remove all ignore_errors to avoid confusion when debugging 2020-03-05 09:22:04 -05:00
manila-backend-cephfs.yaml Check Ceph*Key value format and halt on error 2020-02-24 20:16:01 +01:00
manila-backend-isilon.yaml Move Manila backends into deployment 2019-04-22 08:44:39 -04:00
manila-backend-netapp.yaml Move Manila backends into deployment 2019-04-22 08:44:39 -04:00
manila-backend-unity.yaml Move Manila backends into deployment 2019-04-22 08:44:39 -04:00
manila-backend-vmax.yaml Move Manila backends into deployment 2019-04-22 08:44:39 -04:00
manila-backend-vnx.yaml Move Manila backends into deployment 2019-04-22 08:44:39 -04:00
manila-base.yaml Fix debug hiera keys 2019-11-07 08:39:37 -07:00
manila-scheduler-container-puppet.yaml Remove all ignore_errors to avoid confusion when debugging 2020-03-05 09:22:04 -05:00
manila-share-common.yaml Remove unnecessary slash volume maps 2019-12-04 20:32:14 +02:00
manila-share-container-puppet.yaml Remove all ignore_errors to avoid confusion when debugging 2020-03-05 09:22:04 -05:00
manila-share-pacemaker-puppet.yaml Remove all ignore_errors to avoid confusion when debugging 2020-03-05 09:22:04 -05:00