Cleanup ControllerStorageNfs role

1) Complete the role description to include the main
point.

2) Set reasonable CountDefault given that ganesha
service should be deployed in HA configuration.

Change-Id: Ie787693c0f5360529a81f6e03bdcae9e19488a2c
This commit is contained in:
Tom Barron 2018-09-09 18:23:05 -04:00
parent 8384f5da69
commit 5d015ceb53
1 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,12 @@
###############################################################################
- name: ControllerStorageNfs
description: |
Controller role that has all the controler services loaded and handles
Database, Messaging and Network functions.
CountDefault: 1
Controller role that has all the controller services loaded, handles
Database, Messaging and Network functions, and additionally runs a ganesha
service as a CephFS to NFS gateway. The gateway serves NFS exports via a
VIP on a new isolated StorageNFS network.
# ganesha service should always be deployed in HA configuration.
CountDefault: 3
tags:
- primary
- controller