-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
55 lines (55 loc) · 1.46 KB
/
config.yaml
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
options:
# Installation options
install_type:
type: string
default: github
description: "Choices [github, archive-url, archive-local]"
install_url:
type: string
default: http://github.com/Datera/cinder-driver
description: "Github or archive url"
install_archive_path:
type: string
default: ""
description: "For use with install_type: archive-local"
install_tag:
type: string
default: master
description: "tag for use with github installs"
# Configuration Options
san_ip:
type: string
default: 1.1.1.1
description: "IP address of the Datera array"
san_login:
type: string
default: admin
description: "Datera user name"
san_password:
type: string
default: password
description: "Datera user password"
datera_ldap_server:
type: string
default: ""
description: "Datera LDAP server"
datera_tenant_id:
type: string
default: ""
description: "Datera account tenant id"
datera_enable_image_cache:
type: boolean
default: false
description: "Datera image cache enable"
datera_image_cache_volume_type_id:
type: string
default: ""
description: "Volume Type ID to use with image cache"
datera_disable_extended_metadata:
type: boolean
default: false
description: "Disable Datera extended metadata logging"
datera_disable_template_override:
type: boolean
default: false
description: "Disable Datera template override feature"