Commit Graph

50715 Commits (92fb7dbec1f3ba03a4a55d25ea4ca4ce4179516e)
 

Author SHA1 Message Date
Brian Coca 92fb7dbec1
bacwards compat doc frag (#75820) 3 years ago
Jordan Borean d579286e2d
galaxy build - ignore existing MANIFEST and FILES (#76479) (#76498)
(cherry picked from commit 8482ee4e9a)
3 years ago
Matt Clay 8519c3ecdd Limit pynacl for paramiko tests. 3 years ago
Sloane Hertel 03b7db736c Disable the _distutils_hack in newer setuptools (#76600)
* Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own.

ci_complete

* re-throw blanket

(cherry picked from commit fa617fcd7b)
3 years ago
Matt Clay 964bc8bf10 [stable-2.10] Fix wait_for integration test.
Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS.
(cherry picked from commit a5f4a25d32)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Matt Clay 9f421b10c3 Add sanity test ignores. 3 years ago
Matt Clay 70e75e6a3b [stable-2.10] ansible-test - Fix traceback in validate-modules test.
(cherry picked from commit 41ee4a5b12)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
jamesmarshall24 e1425c0e43
Update Ansible release version to v2.10.16.post0. (#76480) 3 years ago
jamesmarshall24 406d51ba4f
New release v2.10.16 (#76475) 3 years ago
Sam Doran 91687afddd [stable-2.10] pin mongodb libraries in test
A recent release of PyMongo 4.0 caused tests to fail
3 years ago
Dimitri Savineau 06446fad69
Update Ansible release version to v2.10.16rc1.post0. (#76397) 3 years ago
Dimitri Savineau 9086a4b61a
New release v2.10.16rc1 (#76390) 3 years ago
Sam Doran 63e958ebc9
[stable-2.10] Use new codecov uploader (#75938) (#76269)
* Use new codecov uploader
* Rewrite coverage uploader in Python.
(cherry picked from commit 74dc830dd4)

Co-authored-by: Sam Doran <sdoran@redhat.com>
3 years ago
Benoît Knecht 2ce007fb9a
fix ssh cli defaults (#75245) (#76347)
* fix ssh cli defaults

  fixes #75221

(cherry picked from commit e5a2fe4c41)

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
3 years ago
Matt Clay 08404fc511 [stable-2.10] Fix pip integration test.
- Use `fallible==0.0.1a2` instead of `black==19.10b`
- Test on both Python 2 and 3.
(cherry picked from commit b6725ec6c9)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Sandra McCann 2eead921ad
set 2.12 to latest (#76191) (#76251)
* set 2.12 to latest
* add 2.10 back

(cherry picked from commit b16d5ff7a7)
3 years ago
Christian Adams 720eef8c3a
Update Ansible release version to v2.10.15.post0. (#76004) 3 years ago
Christian Adams ff603897d2
New release v2.10.15 (#75998) 3 years ago
Christian M. Adams 23f3d0631f
Update Ansible release version to v2.10.15rc1.post0. 3 years ago
Christian M. Adams 5d92c7212f
New release v2.10.15rc1 3 years ago
Matt Clay c7996fe90e ansible-test - remove obsolete power/centos remote 3 years ago
Nathaniel Case 7596e9420c
netconf - handle import error when running in FIPS mode (#73992) (#75707)
* Handle netconf plugin ncclient import error when running in FIPS mode

*  While running in FIPS mode importing ncclient result in
   InternalError raised by cryptography
*  Refer https://github.com/ansible/ansible/pull/65477

(cherry picked from commit d8bf4206e4)

Co-authored-by: Ganesh Nalawade <ganesh634@gmail.com>
3 years ago
Jordan Borean 87e77a93a9
PowerShell - Ignore LIB env var when building C# code (#75698) (#75724)
* PowerShell - Ignore environment variables when building C# code

* Just unset LIB for now

* Fix sanity issue

(cherry picked from commit 097bc07b66)
3 years ago
Matt Martz 2cdc3834c9
[stable-2.10] Don't show params when there is an issue with `set_option(s)` (#75805) (#75809)
(cherry picked from commit 79e9dae)

Co-authored-by: Matt Martz <matt@sivel.net>
3 years ago
Matt Clay a00c61719b ansible-test - Fix `pylint` error.
This prevents `pylint` from failing with warnings reported as errors and with no test results given.

Resolves https://github.com/ansible/ansible/issues/75791
3 years ago
Sam Doran ac1132e2a5
[stable-2.10] ansible-test - pin antsibull to prevent failures (#75801)
A recent release of antsibull is causing docs-build sanity tests to fail and
it was not properly pinned in stable-2.10 branch.
3 years ago
Christian M. Adams 036fd07bd3
Update Ansible release version to v2.10.14.post0. 3 years ago
Christian M. Adams 2421b476c5
New release v2.10.14 3 years ago
Christian M. Adams 667c5a4319
Update Ansible release version to v2.10.14rc1.post0. 3 years ago
Christian M. Adams 7b414d094c
New release v2.10.14rc1 3 years ago
Brian Coca e10a4d511d
various fixes to command (#74212) (#74258)
* various fixes to command

  - Updated splitter to allow for all expected args in ad-hoc
  - Ensure we always return the returns we promissed to always return (i.e stderr/stdout)
  - Updated docs to clarify creates/removes precdence in checking
  - Removed abspath from chdir to allow reporting to handle symlinks correctly
  - Corrected tests to new output messages

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit b3b1dde648)
3 years ago
Brian Coca aa08dc6633
Pipe it to connections (#73688) (#73914)
* pipelining tweaks
  added 'defaults'  entry for ini pipelining from ssh plugin

(cherry picked from commit 9690512069)
3 years ago
Brian Coca 12c4661bbb
Attributes compat (#75563) (#75621)
* ignore 'attributes' for json dump

  let existing overrides display, wont be full info but still pertinent info
  though user will have to check newer versions

(cherry picked from commit 463cf9fe24)
3 years ago
Brian Coca 5bc16fcc15
fixed for 2.10 (#75630) 3 years ago
Christian M. Adams 15cf9f1db2
Update Ansible release version to v2.10.13.post0. 3 years ago
Christian M. Adams 6890692d3f
New release v2.10.13 3 years ago
Rick Elrod 6919726435 Update Ansible release version to v2.10.13rc1.post0. 3 years ago
Rick Elrod e025d9c6d0 New release v2.10.13rc1 3 years ago
Sloane Hertel ff19924a7d
Fix dnf test assertion (#75426) (#75428)
(cherry picked from commit e23fdee45e)
3 years ago
Sloane Hertel c1dd0caf2a
Fix dnf package matching (#75411) (#75417)
* Fix a bug with the dnf module not using all components of a package name when filtering to determine if it's installed

* changelog

* Simplify splitting on the last '.'

* Update lib/ansible/modules/dnf.py

(cherry picked from commit b541a148d5)
3 years ago
Matt Martz 0cf5666778
[stable-2.10] allow env to override unspecified unsafe_writes (#73282) (#75396)
* allow env var for fallback value for unspecified unsafe_writes
(cherry picked from commit c7d4acc)

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
3 years ago
Brian Coca ef53017c1a
restores delegated vars that were not passed (#74371) (#75346)
* restores delegatd vars that were not passed

   this will restore delegate display on callbacks using the vars
   also moves to use delegate_to directly on the default callback

* clog

(cherry picked from commit cbc83545582d8d7a718140263c465129e0e535d9)
(cherry picked from commit ed456f25f6)
3 years ago
Martin Nečas 93070d5dc6
Backport 2.10: Setup virtualization_facts - add RHV and oVirt type (#73905)
* Setup virtualization_facts - add RHV and oVirt type

Signed-off-by: mnecas <necas.marty@gmail.com>

* initialize sys_vendor only once

* add changelog

* Update 72876-setup-facts-add-redhat-vendor.yml

* Update linux.py
3 years ago
Felix Fontein 46819a65fa Allow to ignore rstcheck errors. 3 years ago
Sloane Hertel 005833ab44
Improve 2.10 role dependency deduplication documentation (#75258) 3 years ago
Rick Elrod b61bd959c3 Update Ansible release version to v2.10.12.post0. 3 years ago
Rick Elrod add2dca4b1 New release v2.10.12 3 years ago
Rick Elrod 5e7b492ead Update Ansible release version to v2.10.12rc1.post0. 3 years ago
Rick Elrod 2e93c12ac5 New release v2.10.12rc1 3 years ago
René Moser 3ee1694dfe
[2.10] get_url: Fix checksum binary validation (#74674)
* get_url: Handle same SHA sum for downloaded files (#71435)

Fixes: #71420

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 159544610e)

* modules: get_url: Fix checksum binary validation (#74502)

From the sha512sum man page:

... The default mode is to print a line with checksum, a character indicating type ('*' for binary, ' ' for text), and name for each FILE.

(cherry picked from commit 403a5d147d)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago