You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1020 B
29 lines
1020 B
# A Heat environment file which can be used to enable a |
|
# a Cinder NetApp backend, configured via puppet |
|
resource_registry: |
|
OS::TripleO::Services::CinderBackendNetApp: ../puppet/services/cinder-backend-netapp.yaml |
|
|
|
parameter_defaults: |
|
CinderEnableNetappBackend: true |
|
CinderNetappBackendName: 'tripleo_netapp' |
|
CinderNetappLogin: '' |
|
CinderNetappPassword: '' |
|
CinderNetappServerHostname: '' |
|
CinderNetappServerPort: '80' |
|
CinderNetappSizeMultiplier: '1.2' |
|
CinderNetappStorageFamily: 'ontap_cluster' |
|
CinderNetappStorageProtocol: 'nfs' |
|
CinderNetappTransportType: 'http' |
|
CinderNetappVfiler: '' |
|
CinderNetappVolumeList: '' |
|
CinderNetappVserver: '' |
|
CinderNetappPartnerBackendName: '' |
|
CinderNetappNfsShares: '' |
|
CinderNetappNfsSharesConfig: '/etc/cinder/shares.conf' |
|
CinderNetappNfsMountOptions: '' |
|
CinderNetappCopyOffloadToolPath: '' |
|
CinderNetappControllerIps: '' |
|
CinderNetappSaPassword: '' |
|
CinderNetappStoragePools: '' |
|
CinderNetappHostType: '' |
|
CinderNetappWebservicePath: '/devmgr/v2'
|
|
|