mirror of https://github.com/ceph/ceph-ansible.git
validate: remove check on rgw_multisite_endpoint_addr definition
since `rgw_multisite_endpoint_addr` has a default value to `{{ ansible_fqdn }}`, it shouldn't be mandatory to set this variable. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3217/head
parent
59e6d04f9b
commit
fe88c89c9c
|
@ -41,11 +41,6 @@
|
||||||
msg: "system_secret_key has not been set by the user"
|
msg: "system_secret_key has not been set by the user"
|
||||||
when: system_secret_key is undefined
|
when: system_secret_key is undefined
|
||||||
|
|
||||||
- name: fail if rgw_multisite_endpoint_addr is not set
|
|
||||||
fail:
|
|
||||||
msg: "rgw_multisite_endpoint_addr has not been set by the user"
|
|
||||||
when: rgw_multisite_endpoint_addr is undefined
|
|
||||||
|
|
||||||
- name: fail if rgw_pull_port is not set
|
- name: fail if rgw_pull_port is not set
|
||||||
fail:
|
fail:
|
||||||
msg: "rgw_pull_port has not been set by the user"
|
msg: "rgw_pull_port has not been set by the user"
|
||||||
|
|
Loading…
Reference in New Issue