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)
This commit is contained in:
Tom Barron 2019-08-21 17:32:37 -04:00
parent c1a98968d8
commit 022baa43f6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ resources:
type: json type: json
value: value:
vars: 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