-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
33 lines (33 loc) · 1.15 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
options:
san_ip:
type: string
description: 'The hostname (or IP address) for the SolidFire Cluster API endpoint.'
default: 'YourIPaddressGoesHere'
san_login:
type: string
description: 'Cluster account used by Cinder service.'
default: 'YourClusterAdminHere'
san_password:
type: string
description: 'Password for Cluster Admin account (san_password)'
default: 'TheSecretGoesHere'
sf_api_port:
type: string
description: 'The TCP port to use for API communication with the cluster or proxy server.'
default: '443'
sf_allow_template_caching:
type: string
description: 'When creating bootable volumes, create an image cache on the SolidFire cluster.'
default: 'true'
sf_template_account_name:
type: string
description: 'SolidFire account to use to hold the template cache.'
default: 'openstack-vtemplate'
sf_account_prefix:
type: string
description: 'Prefix to use for all SolidFire accounts related to this OpenStack.'
default: ''
sf_volume_prefix:
type: string
description: 'Prefix to use for all SolidFire volumes related to this OpenStaack Cloud.'
default: 'UUID-'