Unescape IPv6 addresses for ceph_nfs_bind_addr

Currently we end up with IPv6 addresses in ganesha.conf that
are encapsulated in brackets so the file isn't parsed correctly
and the ceph_nfs container fails to start.

Closes-bug: #1840983
Change-Id: I035f945df3ea0519ce8b62daa6d0b313e84a508c
(cherry picked from commit 0478cd8923)
(cherry picked from commit a2cbb5044e)
(cherry picked from commit 022baa43f6)
This commit is contained in:
Tom Barron 2019-08-21 17:32:37 -04:00 committed by Giulio Fidente
parent 122ad2e17f
commit c0d16ebec8
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ outputs:
- ceph_nfs_ansible_vars: - ceph_nfs_ansible_vars:
map_merge: map_merge:
- {get_attr: [CephBase, role_data, config_settings, ceph_common_ansible_vars]} - {get_attr: [CephBase, role_data, config_settings, ceph_common_ansible_vars]}
- ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host]} - ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host_nobrackets]}
ceph_nfs_enable_service: false ceph_nfs_enable_service: false
ceph_nfs_use_pacemaker: true ceph_nfs_use_pacemaker: true
ceph_nfs_dynamic_exports: true ceph_nfs_dynamic_exports: true