You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Tom Melendez 7e88df7ebc Adding auth support for google-api-python-client and gcloud-python (#19090)
Support for the Google API and GCloud-Python Clients have been added.

The three libraries:
* GCloud-Python: A new function, get_google_cloud_credentials, should be used.  The credentials-object returned can be passed to any gcloud-python client.  Using this client library requires in the installation of gcloud-python.  This is preferred library for new modules.

* Google API: A new function, gcp_api_auth, should be used to take advantage of services requiring this client.  This client library should be used if the desired functionality is not available in GCloud-Python.  Using this library requires the installation of google-api-python-client.

* libcloud: Existing function, gcp_connect, should be used.  The interface and return values have not changed and existing modules (such as gce, gce_pd and gce_net) should work without modification.  Note that the credentials-fetching code has been refactored out of gcp_connect so that can be reused by all connection functions. To use this function, apache-libcloud must be installed.

Import guards have been added and will only be trigger if a user tries to use a function that is missing dependencies.

Credential-specifying mechanisms (i.e, ansible module params, env vars and libcloud secrets.py) have not changed.  They have been refactored and unit tests have been added to allow for changes going forward. We are deprecating (and removing in a subsequent release) the ability to specify credentials via the libcloud secrets file.  Also, we have deprecated (and also plan to remove in a subsequent release) the ability to use a p12 pem file for a key - the JSON format is strongly preferred.  Deprecation warnings have been added for both of these issues (see the Ansible docs on how to disable deprecation warnings).
8 years ago
..
basic let chdir support relative path in more modules (#16736) 8 years ago
ec2 Skip test_aws.py if boto3/botocore are missing (#17814) 8 years ago
gcp Adding auth support for google-api-python-client and gcloud-python (#19090) 8 years ago
json_utils bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_basic.py File attributes (#18213) 8 years ago
test_database.py Have unittests import mock from ansible.compat so they work on py3 without mock installed from pypi 8 years ago
test_distribution_version.py Set ansible_os_family correctly under KDE neon 8 years ago
test_facts.py Fix for run_command tests now that it returns native strings 8 years ago
test_text.py Various python3 updates for module_utils: (#17345) 8 years ago