Do not try to connect to mons when everything is provided

We shouldn't try to access monitors in case deployer has provided both
ceph config and ceph auth.
So that deployers wouldn't have to provide access to their ceph clusters
to the deploy host.

Change-Id: If0b4319826abd8991a81d39ca049e8063a667685
This commit is contained in:
Dmitriy Rabotyagov 2020-04-28 21:32:04 +03:00
parent e24fffba74
commit d572e873df
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
- ceph-install
- include_tasks: ceph_get_mon_host.yml
when: ceph_conf_file is not defined or ceph_keyrings_dir is not defined
tags:
- ceph-config