Browse Source
This VIP is needed in ceph-ansible to tell ganesha service to listen on this IP only. This parameter is passed through the endpoint map, it could be done also by passing allNodesConfig to ceph-ansible (addressed in patch https://review.openstack.org/#/c/509146/) and then getting this value from allNodesConfig in tripleo-common ceph-ansible workbook. Disadvantage of this alternative approach is that any parameter change would require also change in tripleo-common. Depends-On: If31722d669efe91082c93ecb815e6c41676480c8 Change-Id: I3c0da46dd0f0252158c6065b7c122b8567c88bc0 Partially-Implements: blueprint nfs-ganeshachanges/40/512240/22
11 changed files with 106 additions and 4 deletions
@ -0,0 +1,7 @@
|
||||
--- |
||||
features: |
||||
- | |
||||
Manila now supports the CephNFS back end. Deploy using the |
||||
ControllerStorageNFS role and '-n network_data_ganesha.yaml', |
||||
along with manila-cephfsganesha-config-docker.yaml. |
||||
|
Loading…
Reference in new issue