Merge "Enable *_use_fqdn in ceph-ansible when EnableInternalTLS"

This commit is contained in:
Zuul 2018-01-17 02:10:57 +00:00 committed by Gerrit Code Review
commit 5147c8fda2
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,9 @@ parameters:
constraints:
- allowed_values: ['', 'UPGRADE']
default: ''
EnableInternalTLS:
type: boolean
default: false
NodeDataLookup:
type: string
default: '{}'
@ -317,3 +320,5 @@ outputs:
- {get_param: CephIPv6}
- ipv6
- ipv4
mon_use_fqdn: {get_param: EnableInternalTLS}
mds_use_fqdn: {get_param: EnableInternalTLS}