community.general/lib/ansible/modules/network/avi
Chaitanya Deshpande b5935486da Updated utils to remove Avi SDK dependency and Avi 18.2.2 version update (#54894)
* Updated utils to remove Avi SDK dependency and Avi 18.2.2 version update

* Fixed the python 3.x errors failing for avi_disable_session_cache_as_fact not properly documented

* Updated version added fields for new parameters

* fixed pep8 errors

* made requests import optional

* removed setting requests to None

* Added try catch for the avi helper methods such that any import fails then module fail gracefully. This was needed to pass the requests library not found error

* removed deprecated modules. Also, trying another fix to deal with requests import error

* Fixed python3 errors

* fixed pep8, no-dict-iteritems and import test failures

* added version 2.8 for new field

* some more code cleanup and formatting

* updated the fail message and fixed plint errors

* added workaround for unicode pylint

* fixed the version added for new parameter app_learning_memory_percent and removed unicode_literals import

* Removed check of HAS_AVI for common argument spec

* Updated version added value from 2.8 to 2.9

* Version added value fixes of CI error
2019-05-17 13:12:06 -04:00
..
__init__.py
avi_actiongroupconfig.py
avi_alertconfig.py
avi_alertemailconfig.py
avi_alertscriptconfig.py
avi_alertsyslogconfig.py
avi_analyticsprofile.py
avi_api_session.py
avi_api_version.py
avi_applicationpersistenceprofile.py
avi_applicationprofile.py
avi_authprofile.py
avi_autoscalelaunchconfig.py
avi_backup.py
avi_backupconfiguration.py
avi_certificatemanagementprofile.py
avi_cloud.py
avi_cloudconnectoruser.py
avi_cloudproperties.py
avi_cluster.py
avi_clusterclouddetails.py
avi_controllerproperties.py
avi_customipamdnsprofile.py
avi_dnspolicy.py
avi_errorpagebody.py
avi_errorpageprofile.py
avi_gslb.py
avi_gslbgeodbprofile.py
avi_gslbservice.py
avi_gslbservice_patch_member.py
avi_hardwaresecuritymodulegroup.py
avi_healthmonitor.py
avi_httppolicyset.py
avi_ipaddrgroup.py
avi_ipamdnsproviderprofile.py
avi_l4policyset.py
avi_microservicegroup.py
avi_network.py
avi_networkprofile.py
avi_networksecuritypolicy.py
avi_pkiprofile.py
avi_pool.py
avi_poolgroup.py
avi_poolgroupdeploymentpolicy.py
avi_prioritylabels.py
avi_role.py
avi_scheduler.py
avi_seproperties.py
avi_serverautoscalepolicy.py
avi_serviceengine.py
avi_serviceenginegroup.py
avi_snmptrapprofile.py
avi_sslkeyandcertificate.py
avi_sslprofile.py
avi_stringgroup.py
avi_systemconfiguration.py
avi_tenant.py
avi_trafficcloneprofile.py
avi_useraccount.py
avi_useraccountprofile.py
avi_virtualservice.py
avi_vrfcontext.py
avi_vsdatascriptset.py
avi_vsvip.py
avi_webhook.py