ansible/changelogs/fragments
Matt Clay c77ab11051
Fix issues with ansible-test --venv option. (#62033)
* Fix ansible-test venv activation.

When using the ansible-test --venv option, an execv wrapper for each python interpreter is now used instead of a symbolic link.

* Fix ansible-test execv wrapper generation.

Use the currently running Python interpreter for the shebang in the execv wrapper instead of the selected interpreter.

This allows the wrapper to work when the selected interpreter is a script instead of a binary.

* Fix ansible-test sanity requirements install.

When running sanity tests on multiple Python versions, install requirements for all versions used instead of only the default version.

* Fix ansible-test --venv when installed.

When running ansible-test from an install, the --venv delegation option needs to make sure the ansible-test code is available in the created virtual environment.

Exposing system site packages does not work because the virtual environment may be for a different Python version than the one on which ansible-test is installed.
2019-09-09 18:32:29 -07:00
..
47182-os_port_order_difference_should_not_trigger_changes.yml os_port allowed_address_pairs and extra_dhcp_opts list of dicts comparison fix (#56577) 2019-09-06 22:44:25 +02:00
51489-apt-not-honor-update-cache.yml apt: honor cache_update=false on auto-install deps (#56549) 2019-08-30 15:57:58 -04:00
57185-fix_vmware_modules_py_pre2.79.yaml VMware: not ssl.SSLContext if validate_certs false (#57185) 2019-09-09 21:41:46 +05:30
57266-apt_repository-update-cache-retrying.yml apt_repository: implement update cache retrying (#57266) 2019-08-30 16:14:15 -04:00
57535-vmware_vcenter_statistics_corner-cases.yml VMware: Fix issue with order of changes in vmware_vcenter_statistics 2019-09-09 16:01:54 -04:00
58973_luks_device-add-label-and-uuid-support.yml luks_device.py: Allow manipulate LUKS containers with label or UUID (#61603) 2019-09-03 05:40:09 +02:00
59877-fix-keyerror-in-redfish-getlogs.yaml Fix KeyError exceptions in GetLogs command (#59877) 2019-09-03 21:44:07 -04:00
59927-fix-redfish-power-reset-type-mapping.yaml Fix power command ResetType mapping logic (#59927) 2019-09-05 05:39:21 -04:00
60527-apt_exponential_backoff_cache_update_retry.yml apt: use exponential backoff for apt update cache retries (#60527) 2019-08-30 15:55:38 -04:00
60961-docker_compose-fix-deprecation-warning.yml fix erroneous failures in docker_compose due to deprecation warnings … (#61650) 2019-09-04 19:34:05 +02:00
61004-compare_policies-convert-to-string.yml Fix behaviour of module_utils/ec2 compare_policies when dealing with bare bools and ints. (#61115) 2019-09-09 12:08:25 -04:00
61119-os_server-add-tag-to-instance-nics.yml os_server - add "tag" to instance nics (#61119) 2019-09-02 05:07:53 -04:00
61263-aws_codecommit-description.yml aws_codecommit: Fix integration tests and Add support for updating the description (#61263) 2019-08-30 11:25:37 -07:00
61284-ec2_asg-idempotency.yml aws_asg: Fix idempotency when using tags and metrics (#61284) 2019-09-06 12:48:40 -07:00
61522-luks-device-add-option-to-define-keysize.yml add option to define keysize at luks partition creation (#61522) 2019-08-31 19:32:41 +02:00
61570-netcli-put-get.yaml Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570) 2019-09-09 16:59:20 -04:00
61577-support-iops-in-purefa_volume.yml Add IOPs bandwidth support to volumes (#61577) 2019-08-30 01:12:39 -04:00
61604-ansible-inventory-hide-args.yaml Properly hide limit and list-hosts args from ansible-inventory (#61618) 2019-09-06 11:43:50 -05:00
61624-fix-galaxy-url-building.yml Don't truncate the last character from galaxy urls. Fixes #61624 (#61775) 2019-09-05 07:06:42 +10:00
61655-fix-digital-ocean-droplet-create.yaml Fix creation of DigitalOcean droplets using digital_ocean_droplet module (#61655) 2019-09-04 02:28:56 -04:00
61735-wait-for-s3-bucket-to-exist-before-modifying.yaml aws_s3 - wait for the bucket before setting ACLs (#61735) 2019-09-04 09:42:28 -04:00
61738-ecs-certificate-invalid-chain.yaml Fixes to ecs_certificate cert chain for #61738 (#61858) 2019-09-07 07:58:25 +02:00
61740-docker_container-port-range-parsing.yml docker_container: improve port range parsing error behavior (#61740) 2019-09-08 20:30:18 +02:00
61805-azure-facts-info.yml Azure _info modules: fix returned ansible_facts when called as _info (#61805) 2019-09-05 11:51:56 +02:00
61925-fix_purefa_fact_info_api_check.yml purefa_info: Fix failure due to API version check (#61925) 2019-09-09 09:14:46 +02:00
allow_ansible_ns.yml allow external collections under the ansible NS (#61908) 2019-09-05 18:50:22 -07:00
ansible-connection_persist_issue.yaml Fix ansible-connection persist after playbook run complete issue (#61591) 2019-09-06 14:23:18 +05:30
ansible-galaxy-role-server.yaml ansible-galaxy fix --server option for roles (#61820) 2019-09-05 11:46:44 +10:00
ansible-test-execv-wrapper-shebang.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-sanity-requirements.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-submodules.yml Use relative submodule status in ansible-test. 2019-08-29 20:29:38 -07:00
ansible-test-venv-activation.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-venv-pythonpath.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
atomic_image_absent.yml atomic_image: Fix absent state (#61827) 2019-09-09 14:38:32 +05:30
azure-fact-fix.yaml Azure fix _info/_facts return values for some modules (#61584) 2019-08-30 16:00:47 +10:00
openbsd-disabled-account-no-warning-for-passwd.yaml Allow 13 asterisk characters in password field without warning (#54893) 2019-09-04 11:49:16 -04:00
user-docs-group-fix.yaml User - correct group removal description in docs (#61936) 2019-09-06 12:16:33 -04:00
v2.10.0-initial-commit.yaml [WIP] Cleanups and version bumping for 2.10 (#61572) 2019-08-30 09:54:12 -07:00
win_become-shared-token.yaml win_become - don't dispose logon token until end (#61905) 2019-09-10 06:37:07 +10:00