HewlettPackard / oneview-ansible-collection

Ansible Collection and Sample Playbooks for HPE OneView
Apache License 2.0
24 stars 22 forks source link

ansible galaxy collection installation is incomplete #248

Closed jvlien closed 1 year ago

jvlien commented 1 year ago

Hello,

I just installed the oneview ansible collection and some python files are missing. for example, I have no "jbod" python file.

(python38) [jvlien@lxdev ~]$ ansible-galaxy collection install hpe.oneview --force Starting galaxy collection install process Process install dependency map Starting collection install process Downloading https://galaxy.yyy.xxxxxxxxx.fr/repository/ansible-galaxy/download/hpe-oneview-8.1.0.tar.gz to /home/jvlien/.ansible/tmp/ansible-local-1299199hmoqpdqo/tmpqjwqx0x0/hpe-oneview-8.1.0-ruau4ups Installing 'hpe.oneview:8.1.0' to '/home/jvlien/.ansible/collections/ansible_collections/hpe/oneview' hpe.oneview:8.1.0 was installed successfully

(python38) [jvlien@lxdev ~]$ ll /home/jvlien/.ansible/collections/ansible_collections/hpe/oneview/plugins/modules | grep -c .py 89

(python38) [jvlien@lxdev ~]$ ll /home/jvlien/.ansible/collections/ansible_collections/hpe/oneview/plugins/modules |grep -ci jbod 0

Thank you Regards Julien

jvlien commented 1 year ago

Sorry I didn't see that the collection is on an internal repo.