tripleo-heat-templates/sample-env-generator/storage.yaml
Takashi Kajinami 6a55550a86 NetApp: Deprecate parameters for 7mode systems and E-Series systems
... because these are no longer supported by cinder.

7 mode: removed during Rocky
 425f45a311dc78ff34a18ffea7dbf5bb6dd2d421

E-Series: removed during Stein
 5bc5af7a94a99f6457f5f553e14bcdc6d04381b1

Partial-Bug: #1965850
Partial-Bug: #1965853
Change-Id: I540a98808d535052c0d0ed2c35cc58991a0e4697
2022-05-24 22:08:04 +09:00

101 lines
3.4 KiB
YAML

environments:
-
name: storage/cinder-nfs
title: Enable Cinder NFS Backend
files:
deployment/cinder/cinder-volume-container-puppet.yaml:
parameters:
- CinderNfsMountOptions
- CinderNfsServers
- CinderEnableNfsBackend
- CinderEnableIscsiBackend
sample_values:
CinderEnableNfsBackend: True
CinderEnableIscsiBackend: False
CinderNfsMountOption: 'context=system_u:object_r:container_file_t:s0'
CinderNfsServers: '192.168.122.1:/export/cinder'
description: |
Configure and include this environment to enable the use of an NFS
share as the backend for Cinder.
-
name: storage/glance-nfs
title: Enable Glance NFS Backend
files:
deployment/glance/glance-api-container-puppet.yaml:
parameters:
- GlanceBackend
- GlanceNfsEnabled
- GlanceNfsShare
- GlanceNfsOptions
- GlanceNetappNfsEnabled
- NetappShareLocation
- GlanceEnabledImportMethods
- GlanceStagingNfsShare
- GlanceNodeStagingUri
- GlanceStagingNfsOptions
sample_values:
GlanceBackend: file
GlanceNfsEnabled: True
static:
- GlanceBackend
- GlanceNfsEnabled
description: |
Configure and include this environment to enable the use of an NFS
share as the backend for Glance.
-
name: storage/nova-nfs
title: Enable Nova NFS Backend
files:
deployment/nova/nova-compute-container-puppet.yaml:
parameters:
- NovaNfsEnabled
- NovaNfsShare
- NovaNfsOptions
- NovaNfsVersion
sample_values:
NovaNfsEnabled: True
NovaNfsVersion: '"4.2"'
static:
- NovaNfsEnabled
description: |
Configure and include this environment to enable the use of an NFS
share as the backend for Nova.
-
name: storage/cinder-netapp-config
title: Enable the Cinder NetApp Backend
description: |
A Heat environment file which can be used to enable a
a Cinder NetApp backend, configured via puppet
files:
deployment/cinder/cinder-backend-netapp-puppet.yaml:
parameters:
# TODO(tkajinam): Currently this is required to skip the deprecated
# parameters but ideally these should be excluded
# by generator. Remove this once that is fixed or
# the deprecated parameters are removed.
- CinderEnableNetappBackend
- CinderNetappAvailabilityZone
- CinderNetappBackendName
- CinderNetappCopyOffloadToolPath
- CinderNetappHostType
- CinderNetappLogin
- CinderNetappMultiConfig
- CinderNetappNasSecureFileOperations
- CinderNetappNasSecureFilePermissions
- CinderNetappNfsMountOptions
- CinderNetappNfsShares
- CinderNetappNfsSharesConfig
- CinderNetappPassword
- CinderNetappPoolNameSearchPattern
- CinderNetappServerHostname
- CinderNetappServerPort
- CinderNetappSizeMultiplier
- CinderNetappStorageFamily
- CinderNetappStorageProtocol
- CinderNetappTransportType
- CinderNetappVserver
static:
- CinderEnableNetappBackend
resource_registry:
OS::TripleO::Services::CinderBackendNetApp: ../../deployment/cinder/cinder-backend-netapp-puppet.yaml