ceph-ansible/roles/ceph-common/tasks
Sébastien Han f7e9585a2c common: fix installation condition
Problem: we could end up in situation where we would install a package
on a machine that does not have the right repo enabled. Because the
condition was set to OR we weren't pinning a particular host but just a
condition. Let's say someone sets 'ceph_origin == "distro"', this would
try to install OSD packages on Monitors.

Solution: use a AND condition to first pin to the group_name (which
identifies a set of hosts) AND then after this one of the installation
condition.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1453119
Co-Authored-By: https://github.com/zhsj
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-05-23 11:50:58 +02:00
..
checks common: explicitly set rhel os version support 2017-05-19 10:38:20 +02:00
docker docker: use a better method to pull images 2017-02-09 17:57:18 +01:00
installs common: fix installation condition 2017-05-23 11:50:58 +02:00
misc ceph-common: disable_transparent_hugepage now persist 2017-04-08 13:06:18 +07:00
pre_requisites common: rename rh_storage to rhcs to match product name 2016-12-20 13:49:11 +01:00
configure_cluster_name.yml common: do not run tasks in main.yml, use include 2016-12-09 16:00:46 +01:00
create_ceph_initial_dirs.yml common: create ceph initial directories 2017-01-30 14:31:56 +01:00
create_rbd_client_dir.yml common: do not run tasks in main.yml, use include 2016-12-09 16:00:46 +01:00
facts.yml ceph-common: do not get current fsid when performing a rolling_update 2017-02-21 12:31:26 -06:00
facts_mon_fsid.yml Workaround for broken 'block' syntax 2016-12-16 09:24:48 -06:00
generate_ceph_conf.yml Only include cluster.conf and osd.conf when building ceph.conf 2017-04-11 14:33:21 +01:00
generate_cluster_fsid.yml common: do not regenerate initial mon keyring if cluster exists 2016-12-15 14:39:56 +01:00
main.yml Add clearlinux to supported platforms 2017-04-24 09:34:23 -05:00
release.yml Used list style ands for better readibility and fixed legacy debian checks 2016-09-26 09:19:15 -04:00