Merge "Add docker templates for octavia services"
[apex-tripleo-heat-templates.git] / environments / storage / cinder-netapp-config.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Enable the Cinder NetApp Backend
8 # description: |
9 #   A Heat environment file which can be used to enable a
10 #   a Cinder NetApp backend, configured via puppet
11 parameter_defaults:
12   # 
13   # Type: string
14   CinderNetappBackendName: tripleo_netapp
15
16   # 
17   # Type: string
18   CinderNetappControllerIps: ''
19
20   # 
21   # Type: string
22   CinderNetappCopyOffloadToolPath: ''
23
24   # 
25   # Type: string
26   CinderNetappEseriesHostType: linux_dm_mp
27
28   # 
29   # Type: string
30   CinderNetappHostType: ''
31
32   # 
33   # Mandatory. This parameter must be set by the user.
34   # Type: string
35   CinderNetappLogin: <None>
36
37   # 
38   # Type: string
39   CinderNetappNfsMountOptions: ''
40
41   # 
42   # Type: string
43   CinderNetappNfsShares: ''
44
45   # 
46   # Type: string
47   CinderNetappNfsSharesConfig: /etc/cinder/shares.conf
48
49   # 
50   # Type: string
51   CinderNetappPartnerBackendName: ''
52
53   # 
54   # Mandatory. This parameter must be set by the user.
55   # Type: string
56   CinderNetappPassword: <None>
57
58   # 
59   # Type: string
60   CinderNetappSaPassword: ''
61
62   # 
63   # Mandatory. This parameter must be set by the user.
64   # Type: string
65   CinderNetappServerHostname: <None>
66
67   # 
68   # Type: string
69   CinderNetappServerPort: 80
70
71   # 
72   # Type: string
73   CinderNetappSizeMultiplier: 1.2
74
75   # 
76   # Type: string
77   CinderNetappStorageFamily: ontap_cluster
78
79   # 
80   # Type: string
81   CinderNetappStoragePools: ''
82
83   # 
84   # Type: string
85   CinderNetappStorageProtocol: nfs
86
87   # 
88   # Type: string
89   CinderNetappTransportType: http
90
91   # 
92   # Type: string
93   CinderNetappVfiler: ''
94
95   # 
96   # Type: string
97   CinderNetappVolumeList: ''
98
99   # 
100   # Type: string
101   CinderNetappVserver: ''
102
103   # 
104   # Type: string
105   CinderNetappWebservicePath: /devmgr/v2
106
107   # ******************************************************
108   # Static parameters - these are values that must be
109   # included in the environment but should not be changed.
110   # ******************************************************
111   # 
112   # Type: boolean
113   CinderEnableNetappBackend: True
114
115   # *********************
116   # End static parameters
117   # *********************
118 resource_registry:
119   OS::TripleO::ControllerExtraConfigPre: ../../puppet/extraconfig/pre_deploy/controller/cinder-netapp.yaml