ansible/docs/docsite/rst/dev_guide
Damien b71a62283c New Module : aos_ip_pool as part of network/aos (#21044)
* Initial version of aos_ip_pool module

* Add examples for IP Pool

* Break down ip_pool into smaller function

* Refactor do_load_resource

* Add get_display_name_from_file

* Add ‘src’ as an option to load ip pool from JSON file

* Rename directory network/apstra to network/aos

* Remove exception handling temporary

* Remove all ‘Exception as XX’ to be python 2.4 compatible

* Replace ‘== False’ with ‘is False’ for PEP8 Test

* Update documentation to be Yaml compatible

* Lisg all method imported from module_utils.aos

* Refactor to align with collection.find() changes

* Update examples by @gundalow’s  recommendations

* Update Documentation per @gundalow’s recommendations

* Change the license per @gundalow recommendation

* Add exception handling for get_aos_session

* Change Auth format and add check_aos_version() to check minimum version

* Add a check for minimum version

* Refactor ‘src’ into ‘content’ to allow more options
Remove get_display_name_from_file in aos.py
Add content_to_dict in aos.py

* Fix variable name in do_load_resource

* Add mention of aos.py in module_utilities doc

* Add try/except for import yaml

* Add try/Except around main block of code and function

* Refactor to auto detect content_format, update doc accordingly

* Change create_new_ip_pool inputs

* Remove unused import

* Remove in_use as it’s never used

* Fix doc format

* Add version number in requirement doc
2017-02-09 22:22:56 +00:00
..
conf.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
developing_api.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
developing_core.rst consolidated docs 2017-01-06 09:16:59 -05:00
developing_inventory.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
developing_module_utilities.rst New Module : aos_ip_pool as part of network/aos (#21044) 2017-02-09 22:22:56 +00:00
developing_modules.rst Refurbish developing modules content - stage 1 (#20673) 2017-01-27 14:03:26 -08:00
developing_modules_best_practices.rst Refurbish developing modules content - stage 1 (#20673) 2017-01-27 14:03:26 -08:00
developing_modules_checklist.rst Making the decoration more clear (#20931) 2017-02-07 11:07:41 +00:00
developing_modules_documenting.rst Refurbish developing modules content - stage 1 (#20673) 2017-01-27 14:03:26 -08:00
developing_modules_general.rst Refurbish developing modules content - stage 1 (#20673) 2017-01-27 14:03:26 -08:00
developing_modules_python3.rst consolidated docs 2017-01-06 09:16:59 -05:00
developing_plugins.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
developing_program_flow_modules.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
developing_rebasing.rst consolidated docs 2017-01-06 09:16:59 -05:00
developing_releases.rst Edited for grammar, punctuation and spelling 2017-01-31 12:44:23 -08:00
developing_test_pr.rst Fix code-blocks to use correct syntax highlighting 2017-01-08 09:18:45 -08:00
index.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
Makefile consolidated docs 2017-01-06 09:16:59 -05:00
overview_architecture.rst consolidated docs 2017-01-06 09:16:59 -05:00
repomerge.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00