IBM / ibm-spectrum-scale-install-infra

Spectrum Scale Installation and Configuration
Apache License 2.0
64 stars 68 forks source link

validation must be added for localpkg V/s directory path installation #42

Open danandar opened 4 years ago

danandar commented 4 years ago

i ran into an issue with package extraction with directory path given , and rpms not extracted

TASK [core/node : install | Copy installation package to node] ** changed: [snowwraith-vm1] changed: [snowwraith-vm3]TASK [core/node : install | Extract installation package] *** fatal: [snowwraith-vm1]: FAILED! => {"changed": false, "cmd": "/tmp/scale_rpms --silent", "msg": "[Errno 13] Permission denied", "rc": 13} fatal: [snowwraith-vm3]: FAILED! => {"changed": false, "cmd": "/tmp/scale_rpms --silent", "msg": "[Errno 13] Permission denied", "rc": 13}PLAY RECAP ** snowwraith-vm1 : ok=22 changed=2 unreachable=0 failed=1 skipped=20 rescued=0 ignored=0 snowwraith-vm3 : ok=17 changed=2 unreachable=0 failed=1 skipped=9 rescued=0 ignored=0

rajan-mis commented 3 years ago

As per our design and discussion , we are not planning to add any hard validation in the open source code. user needs to provide correct input accordingly. we will have real validation in the toolkit.