aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/cinder-hpelefthand-iscsi.yaml
blob: 8f443cc8f47f07adaadaae0e3da817f0b8b4f5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
heat_template_version: pike

description: >
  Configure Cinder HPELeftHandISCSIDriver

parameters:
  # Config specific parameters, to be provided via parameter_defaults
  CinderHPELeftHandISCSIApiUrl:
    type: string
  CinderHPELeftHandISCSIUserName:
    type: string
  CinderHPELeftHandISCSIPassword:
    type: string
    hidden: true
  CinderHPELeftHandISCSIBackendName:
    type: string
    default: 'tripleo_hpelefthand'
  CinderHPELeftHandISCSIChapEnabled:
    type: boolean
    default: false
  CinderHPELeftHandClusterName:
     type: string
  CinderHPELeftHandDebug:
    type: boolean
    default: false
  ServiceData:
    default: {}
    description: Dictionary packing service data
    type: json
  ServiceNetMap:
    default: {}
    description: Mapping of service_name -> network name. Typically set
                 via parameter_defaults in the resource registry.  This
                 mapping overrides those in ServiceNetMapDefaults.
    type: json
  DefaultPasswords:
    default: {}
    type: json
  RoleName:
    default: ''
    description: Role name on which the service is applied
    type: string
  RoleParameters:
    default: {}
    description: Parameters specific to the role
    type: json
  EndpointMap:
    default: {}
    type: json
    description: Mapping of service endpoint -> protocol. Typically set
                 via parameter_defaults in the resource registry.

outputs:
  role_data:
    description: Role data for Cinder HPELeftHandISCSIDriver
    value:
      service_name: cinder_hpelefthand_iscsi
      config_settings:
        tripleo::profile::base::cinder::volume::cinder_enable_hpelefthand_backend: true
        cinder::backend::hpelefthand_iscsi::hpelefthand_api_url: {get_param: CinderHPELeftHandISCSIApiUrl}
        cinder::backend::hpelefthand_iscsi::hpelefthand_username: {get_param: CinderHPELeftHandISCSIUserName}
        cinder::backend::hpelefthand_iscsi::hpelefthand_password: {get_param: CinderHPELeftHandISCSIPassword}
        cinder::backend::hpelefthand_iscsi::volume_backend_name: {get_param: CinderHPELeftHandISCSIBackendName}
        cinder::backend::hpelefthand_iscsi::hpelefthand_iscsi_chap_enabled: {get_param: CinderHPELeftHandISCSIChapEnabled}
        cinder::backend::hpelefthand_iscsi::hpelefthand_clustername: {get_param: CinderHPELeftHandClusterName}
        cinder::backend::hpelefthand_iscsi::hpelefthand_debug: {get_param: CinderHPELeftHandDebug}
      step_config: |
        include ::tripleo::profile::base::cinder::volume