add Fusionlayer Infinity ansible module into ansible package (#26855)

* add infinity ansible module into ansible package

* move infinity to be the correct direction without a folder

* remove dependency on requests library and use ansible built-in method to send rest api call

* add missing whitespace

* Use open_url from module_utils instead of urlopen based on suggestions

* correct the path for infinity ansible modue, moving it into the  ansible/modules/network/infinity

* make change on the documentation and code based on feedback

* change the data type in the Return documentation based on feedback

* add importing  for path and define metaclass based on testing failure

* change the postion of importing __future__

* Move Infinity module from Network module into net_tools directory based on review

* put back the file that is accidently removed

* change ansible-metadata version to be 1.1
This commit is contained in:
Meirong
2017-08-16 22:11:10 +03:00
committed by John R Barker
parent de27e8d228
commit e75a256cfa
2 changed files with 572 additions and 0 deletions