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
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ git clone https://github.com/hpe-storage/python-hpedockerplugin
$ cd python-hpedockerplugin/ansible_3par_docker_plugin
```
2. Create the **properties/plugin_configuration_properties.yml** based on your HPE 3PAR/Primera Storage array configuration.
+ The *plugin_configuration_properties_sample.yml* shows a single backend setup example.
+ The [plugin_configuration_properties_simplified.yml](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/ansible_3par_docker_plugin/properties/plugin_configuration_properties_simplified.yml) shows a single backend setup example.
+ Some of the properties are mandatory and must be specified in the properties file while others are optional.
+ Refer to this [sample](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/ansible_3par_docker_plugin/properties/plugin_configuration_properties_sample.yml) file for additional configuration options.
```
Expand All @@ -55,9 +55,9 @@ $ ansible-playbook -i hosts install_hpe_3par_volume_driver.yml
```
5. Validate successful installation of the plugin. See [Post Installation Checks](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/docs/PostInstallation_checks.md).

#### For supported features and usage of the HPE 3PAR and HPE Primera Volume Plug-in for Docker, see [Supported Features and Usage](https://github.com/sonawane-shashikant/python-hpedockerplugin/blob/master/docs/Usage_Troubleshoot_Limitations.md#Supported-Features)
#### For updating the configuration of the HPE 3PAR and HPE Primera Volume Plug-in for Docker, see [updating an existing plugin installation ](https://github.com/sonawane-shashikant/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#update-the-array-backends-in-openshiftkubernetes-environment)
#### For installation of the HPE 3PAR and HPE Primera Volume Plug-in for Docker on additional nodes, see [installing the HPE 3PAR and HPE Primera Volume Plug-in for Docker on additional nodes](https://github.com/sonawane-shashikant/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#install-the-hpe-3par-and-hpe-primera-volume-plug-in-for-docker-on-additional-nodes-in-the-cluster)
#### For upgrade of the HPE 3PAR and HPE Primera Volume Plug-in for Docker, see [upgrading the plugin](https://github.com/sonawane-shashikant/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#upgrade-the-hpe-3par-and-hpe-primera-volume-plug-in-for-docker)
#### For uninstallation of the HPE 3PAR and Primera Volume Plug-in for Docker, see [uninstalling the plugin](https://github.com/sonawane-shashikant/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#uninstall-the-hpe-3par-and-hpe-primera-volume-plug-in-for-docker-on-nodes-of-openshiftkubernetes-environment)
#### For troubleshooting and known issues of the HPE 3PAR and Primera Volume Plug-in for Docker, see [Troubleshooting and Known Issues](https://github.com/sonawane-shashikant/python-hpedockerplugin/blob/master/docs/Usage_Troubleshoot_Limitations.md#troubleshooting)
#### For supported features and usage of the HPE 3PAR and HPE Primera Volume Plug-in for Docker, see [Supported Features and Usage](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/docs/Usage_Troubleshoot_Limitations.md#Supported-Features)
#### For updating the configuration of the HPE 3PAR and HPE Primera Volume Plug-in for Docker, see [updating an existing plugin installation ](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#update-the-array-backends-in-openshiftkubernetes-environment)
#### For installation of the HPE 3PAR and HPE Primera Volume Plug-in for Docker on additional nodes, see [installing the HPE 3PAR and HPE Primera Volume Plug-in for Docker on additional nodes](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#install-the-hpe-3par-and-hpe-primera-volume-plug-in-for-docker-on-additional-nodes-in-the-cluster)
#### For upgrade of the HPE 3PAR and HPE Primera Volume Plug-in for Docker, see [upgrading the plugin](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#upgrade-the-hpe-3par-and-hpe-primera-volume-plug-in-for-docker)
#### For uninstallation of the HPE 3PAR and Primera Volume Plug-in for Docker, see [uninstalling the plugin](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/Uninstall_Update_Upgade.md#uninstall-the-hpe-3par-and-hpe-primera-volume-plug-in-for-docker-on-nodes-of-openshiftkubernetes-environment)
#### For troubleshooting and known issues of the HPE 3PAR and Primera Volume Plug-in for Docker, see [Troubleshooting and Known Issues](https://github.com/hpe-storage/python-hpedockerplugin/blob/master/docs/Usage_Troubleshoot_Limitations.md#troubleshooting)
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ INVENTORY:
host_etcd_port_number: 23790
# Plugin Driver - iSCSI
hpedockerplugin_driver: hpedockerplugin.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver
hpe3par_ip: 192.168.1.50
hpe3par_ip: <Array IP>
hpe3par_username: 3paradm
hpe3par_password: 3pardata
hpe3par_password: ********
hpe3par_port: 8080
hpe3par_cpg: FC_r6
hpe3par_cpg: <CPG Name>

# Plugin version - Required only in DEFAULT backend
volume_plugin: hpestorage/legacyvolumeplugin:3.3.1
Expand All @@ -27,7 +27,7 @@ INVENTORY:
logging: DEBUG
#hpe3par_debug: True
#suppress_requests_ssl_warning: True
#hpe3par_snapcpg: FC_r6
#hpe3par_snapcpg: <SnapCPG Name>
#hpe3par_iscsi_chap_enabled: True
#use_multipath: False
#enforce_multipath: False
Expand All @@ -39,9 +39,9 @@ INVENTORY:
# 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_ip: <Remote Array IP>
# hpe3par_username: 3paradm
# hpe3par_password: 3pardata
# hpe3par_password: ********
# hpe3par_port: 8080
# vlan_tag: False

Expand All @@ -51,12 +51,12 @@ INVENTORY:
host_etcd_port_number: 23790
# Plugin Driver - File driver
hpedockerplugin_driver: hpedockerplugin.hpe.hpe_3par_file.HPE3PARFileDriver
hpe3par_ip: 192.168.2.50
hpe3par_ip: <Array IP>
hpe3par_username: demo_user
hpe3par_password: demo_pass
hpe3par_cpg: demo_cpg
hpe3par_password: ********
hpe3par_cpg: <CPG Name>
hpe3par_port: 8080
hpe3par_server_ip_pool: 192.168.98.3-192.168.98.10:255.255.192.0
hpe3par_server_ip_pool: <VFS IP POOL>:255.255.192.0 # 172.xx.xx.3-172.xx.xx.10:255.255.192.0
#Optional Parameters for Filepersona-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
hpe3par_default_fpg_size: 16

Expand All @@ -69,11 +69,11 @@ INVENTORY:
host_etcd_port_number: 23790
# Plugin Driver - Fibre Channel
hpedockerplugin_driver: hpedockerplugin.hpe.hpe_3par_fc.HPE3PARFCDriver
hpe3par_ip: 192.168.2.50
hpe3par_ip: <Array IP>
hpe3par_username: 3paradm
hpe3par_password: 3pardata
hpe3par_password: ********
hpe3par_port: 8080
hpe3par_cpg: FC_r6
hpe3par_cpg: <CPG Name>

#Optional Parameters------------------------------------------------------------------------------------

Expand All @@ -84,6 +84,6 @@ INVENTORY:
logging: DEBUG
#hpe3par_debug: True
#suppress_requests_ssl_warning: True
hpe3par_snapcpg: FC_r6
hpe3par_snapcpg: <SnapCPG Name>
#use_multipath: False
#enforce_multipath: False
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: <Array IP>
hpe3par_username: 3paradm
hpe3par_password: ********
hpe3par_port: 8080
hpe3par_cpg: <CPG Name>

# 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