2017-05-18 15:38:22 -05:00
|
|
|
environments:
|
|
|
|
-
|
|
|
|
name: storage/cinder-nfs
|
|
|
|
title: Enable Cinder NFS Backend
|
|
|
|
files:
|
2018-12-21 10:51:06 -05:00
|
|
|
deployment/cinder/cinder-volume-container-puppet.yaml:
|
2017-05-18 15:38:22 -05:00
|
|
|
parameters:
|
|
|
|
- CinderNfsMountOptions
|
|
|
|
- CinderNfsServers
|
|
|
|
- CinderEnableNfsBackend
|
|
|
|
- CinderEnableIscsiBackend
|
|
|
|
sample_values:
|
|
|
|
CinderEnableNfsBackend: True
|
|
|
|
CinderEnableIscsiBackend: False
|
2020-07-03 12:59:45 +02:00
|
|
|
CinderNfsMountOption: 'context=system_u:object_r:container_file_t:s0'
|
2017-05-18 15:38:22 -05:00
|
|
|
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:
|
2018-12-12 11:36:23 +01:00
|
|
|
deployment/glance/glance-api-container-puppet.yaml:
|
2017-05-18 15:38:22 -05:00
|
|
|
parameters:
|
|
|
|
- GlanceBackend
|
|
|
|
- GlanceNfsEnabled
|
|
|
|
- GlanceNfsShare
|
|
|
|
- GlanceNfsOptions
|
2018-01-02 10:29:03 +05:30
|
|
|
- GlanceNetappNfsEnabled
|
|
|
|
- NetappShareLocation
|
2018-05-22 17:12:43 +05:30
|
|
|
- GlanceEnabledImportMethods
|
|
|
|
- GlanceStagingNfsShare
|
|
|
|
- GlanceNodeStagingUri
|
|
|
|
- GlanceStagingNfsOptions
|
2017-05-18 15:38:22 -05:00
|
|
|
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.
|
2018-04-24 18:24:27 +05:30
|
|
|
-
|
|
|
|
name: storage/nova-nfs
|
|
|
|
title: Enable Nova NFS Backend
|
|
|
|
files:
|
2019-01-25 14:00:15 -07:00
|
|
|
deployment/nova/nova-compute-container-puppet.yaml:
|
2018-04-24 18:24:27 +05:30
|
|
|
parameters:
|
|
|
|
- NovaNfsEnabled
|
|
|
|
- NovaNfsShare
|
|
|
|
- NovaNfsOptions
|
2019-03-15 11:14:25 +01:00
|
|
|
- NovaNfsVersion
|
2018-04-24 18:24:27 +05:30
|
|
|
sample_values:
|
|
|
|
NovaNfsEnabled: True
|
2019-04-18 13:43:50 +02:00
|
|
|
NovaNfsVersion: '"4.2"'
|
2018-04-24 18:24:27 +05:30
|
|
|
static:
|
|
|
|
- NovaNfsEnabled
|
|
|
|
description: |
|
|
|
|
Configure and include this environment to enable the use of an NFS
|
|
|
|
share as the backend for Nova.
|
2019-04-18 13:43:50 +02:00
|
|
|
-
|
2017-05-18 15:38:22 -05:00
|
|
|
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:
|
2018-12-21 10:51:06 -05:00
|
|
|
deployment/cinder/cinder-backend-netapp-puppet.yaml:
|
2017-05-18 15:38:22 -05:00
|
|
|
parameters: all
|
|
|
|
static:
|
|
|
|
- CinderEnableNetappBackend
|
|
|
|
resource_registry:
|
2019-01-24 15:39:00 -05:00
|
|
|
OS::TripleO::Services::CinderBackendNetApp: ../../deployment/cinder/cinder-backend-netapp-puppet.yaml
|