hpe-storage / python-hpedockerplugin

HPE Native Docker Plugin
Apache License 2.0
36 stars 64 forks source link

Automated Plugin Installer: Installer is still pointing to old dory_installer_v31 #687

Closed sonawane-shashikant closed 4 years ago

sonawane-shashikant commented 5 years ago

Summary - When we install docker volume plugin using automated installer, its observed that its pulling old dory_installer_v31

Steps to reproduce - Install Plugin installer using steps mentioned in the https://github.com/hpe-storage/python-hpedockerplugin/blob/master/ansible_3par_docker_plugin/README.md

Verify the files at /usr/libexec/kubernetes/kubelet-plugins/volume/exec/hpe.com~hpe

Expected Results - Files updated in the month of July 2019 should be seen. [root@ecostor-b13 hpe.com~hpe]# ls -lrt total 39344 -rwxr-xr-x. 1 root root 236 Jul 1 03:26 hpe.json -rwxr-xr-x. 1 root root 6827628 Jul 1 03:26 hpe -rwxr-xr-x. 1 root root 33453198 Jul 1 03:26 doryd

Actual Results - Files updated in the month of March 2019 should be seen. [root@master-node hpe.com~hpe]# ls -lrth total 39M -rwxr-xr-x. 1 root root 32M Mar 13 14:55 doryd -rwxr-xr-x. 1 root root 236 Mar 13 14:56 hpe.json -rwxr-xr-x. 1 root root 6.6M Mar 13 15:05 hpe

Note: Need correction documents as well if user go by manual process of plugin installation.

bhagyashree-sarawate commented 5 years ago

This issue is fixed PR is raised #688

sonawane-shashikant commented 4 years ago

Automated installer has new parameter in plugin properties yaml as below - dory_installer_version: dory_installer_v32 This installs dory_v32 binaries.