-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathplugin_configuration_properties_sample.yml
More file actions
46 lines (40 loc) · 1.69 KB
/
plugin_configuration_properties_sample.yml
File metadata and controls
46 lines (40 loc) · 1.69 KB
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
INVENTORY:
DEFAULT:
#Mandatory Parameters-----------------------------------------------------------------------------------
# Specify the port to be used by HPE 3PAR plugin etcd cluster
host_etcd_port_number: 23790
# Plugin Driver - iSCSI
hpedockerplugin_driver: hpedockerplugin.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver
hpe3par_ip: 192.168.1.50
hpe3par_username: 3paradm
hpe3par_password: 3pardata
hpe3par_port: 8080
hpe3par_cpg: FC_r6
# Plugin version - Required only in DEFAULT backend
volume_plugin: hpestorage/legacyvolumeplugin
# Dory installer version - Required for Openshift/Kubernetes setup
# Supported versions are dory_installer_v31, dory_installer_v32
dory_installer_version: dory_installer_v32
#Optional Parameters------------------------------------------------------------------------------------
# Uncomment to encrypt passwords in hpe.conf using defined passphrase. Don't set it to empty string
#encryptor_key: < encrypt_key1 >
#ssh_hosts_key_file: '/root/.ssh/known_hosts'
logging: DEBUG
#hpe3par_debug: True
#suppress_requests_ssl_warning: True
#hpe3par_snapcpg: FC_r6
#hpe3par_iscsi_chap_enabled: True
#use_multipath: False
#enforce_multipath: False
#vlan_tag: True
#Optional Replication Parameters------------------------------------------------------------------------
#replication_device:
# backend_id: remote_3PAR
# replication_mode: synchronous
# cpg_map: "local_CPG:remote_CPG"
# snap_cpg_map: "local_copy_CPG:remote_copy_CPG"
# hpe3par_ip: 192.168.2.50
# hpe3par_username: 3paradm
# hpe3par_password: 3pardata
# hpe3par_port: 8080
# vlan_tag: False