Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated hyperlinks #774

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added simplified properties file
  • Loading branch information
sonawane-shashikant committed Feb 12, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7b645da7b1f124baf4b73fcaff6f2078e5139d74
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
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:3.3.1
# 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
#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

#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