Define the GaneshaNetwork parameter used by cephadm

cephadm now exposes the network parameter, which is used by the spec
to identify the network address block used to deploy a given daemon.
This patch just exposes (like we've done for RGW) the network where
ganesha should be bound.

Change-Id: I6eef61938360e6545b8265a4f2026a4945ad06b5
This commit is contained in:
Francesco Pantano 2021-04-23 10:09:42 +02:00
parent aaa38feaa8
commit beacfa333b
1 changed files with 4 additions and 0 deletions

View File

@ -125,5 +125,9 @@ outputs:
tripleo_cephadm_ceph_nfs_rados_backend: true
tripleo_cephadm_ceph_nfs_disable_caching: true
tripleo_cephadm_ceph_nfs_ceph_user: {get_param: ManilaCephFSCephFSAuthId}
tripleo_cephadm_ganesha_address_block:
list_join:
- ','
- get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, GaneshaNetwork]}]
external_update_tasks: []
external_upgrade_tasks: []