]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
site: use default value for 'cluster' variable
authorSébastien Han <seb@redhat.com>
Mon, 8 Oct 2018 13:45:58 +0000 (09:45 -0400)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Mon, 8 Oct 2018 20:31:32 +0000 (20:31 +0000)
commit82ec5a29f235a07f396779564e0cec0b9a2ebfdd
tree83b19fa4594f3d29641653e79d99916e24500268
parent9180f6a2772185dc3dd4b713fca21daef9e41919
site: use default value for 'cluster' variable

If someone's cluster name is 'ceph' then the playbook will fail (with no
errors because of ignore_errors) saying it can not find the variable. So
let's declare the default. If the cluster name is different then it'll
be in group_vars and thus there won't be any failre.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1636962
Signed-off-by: Sébastien Han <seb@redhat.com>
site-docker.yml.sample
site.yml.sample