Add a StorageNFS network for use by Manila/Ganesha

This change adds a StorageNFS network. It's required by
https://review.openstack.org/#/c/471245 which implements
NFS Ganesha backend for Manila service.

To define and enable the StorageNFS network, deploy using
network_data_ganesha.yaml instead of network_data.yaml.
Besides the former adding the StorageNFS network, these
are otherwise identical.

If enabled it's also necessary to add StorageNFSIpSubnet and
StorageNFSNetworkVlanID heat parameters into network templates.

Co-Authored-By: Dan Sneddon <dsneddon@redhat.com>

Change-Id: If31722d669efe91082c93ecb815e6c41676480c8
Partially-Implements: blueprint nfs-ganesha
This commit is contained in:
Jan Provaznik
2017-11-20 20:36:59 +01:00
committed by Tom Barron
parent 71accf3415
commit ee65c76a27
5 changed files with 130 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ parameters:
default: ''
description: IP address/subnet on the storage_mgmt network
type: string
StorageNFSIpSubnet:
default: ''
description: IP address/subnet on the storage_nfs network
type: string
TenantIpSubnet:
default: ''
description: IP address/subnet on the tenant network

View File

@@ -25,6 +25,10 @@ parameters:
default: ''
description: IP address/subnet on the storage_mgmt network
type: string
StorageNFSIpSubnet:
default: ''
description: IP address/subnet on the storage_nfs network
type: string
TenantIpSubnet:
default: ''
description: IP address/subnet on the tenant network