Commit Graph

51541 Commits (ef46bc46f459cf702f098d64b37c74cf0557ebd7)
 

Author SHA1 Message Date
Matt Martz ef46bc46f4
[stable-2.11] Use full python package for ansiballz cache filenames (#77090) (#77126)
* [stable-2.11] Use full python package for ansiballz cache filenames (#77090)

* Use full python package for ansiballz cache filenames

* Be a little more explicit about test goals
(cherry picked from commit 8cbe143)

Co-authored-by: Matt Martz <matt@sivel.net>

* linting
4 years ago
Matt Clay 7a8c6d7418 ansible-test - Fix cloud plugin traceback. 4 years ago
Christian Adams 995ca083db
Update Ansible release version to v2.11.9.post0. (#77162) 4 years ago
Matt Clay 41a1fe1303 [stable-2.11] Update setup_pexpect to prefer pip user installs.
This works around issues on RHEL 7.9 when an old version of pexpect is installed from an OS package.
(cherry picked from commit 27fe26edbf)

Co-authored-by: Matt Clay <matt@mystile.com>
4 years ago
Christian Adams 73e6d023b8
New release v2.11.9 (#77157) 4 years ago
Christian Adams adfca2bdc9
Update Ansible release version to v2.11.9rc1.post0. (#77130) 4 years ago
Christian Adams 715fa4fdde
New release v2.11.9rc1 (#77123)
Signed-off-by: Christian M. Adams <chadams@redhat.com>
4 years ago
Matt Clay 1b57ccb7a9 [stable-2.11] ansible-test - Use `--forked` instead of `--boxed`
The `--boxed` option is deprecated..
(cherry picked from commit eaeec8a65c)

Co-authored-by: Matt Clay <matt@mystile.com>
4 years ago
Matt Clay d6b6c95498 ansible-test - Omit pyopenssl for sanity tests. 4 years ago
Matt Clay d003313544 ansible-test - Add MarkupSafe constraint.
Installation of MarkupSafe 2.1.0 and later require setuptools 39.2 or later,
or a recent version of pip which supports installation using a wheel.

Some systems will not have new enough versions of pip and/or setuptools,
especially virtual environments -- including those created by ansible-test.
4 years ago
Sloane Hertel c6d392d43d [stable-2.11] Use --no-deps when installing amazon.aws and not testing dependencies (#77091)
(cherry picked from commit 88bfb7193e)

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
4 years ago
Matt Clay 79a2ee4bed [stable-2.11] ansible-test - Use quay.io containers in plugins..
(cherry picked from commit c27fd777f4)

Co-authored-by: Matt Clay <matt@mystile.com>
4 years ago
Brian Coca 5c2251504c
ssh connection: use 'correct' host in all cases (#76017) (#76969)
ssh plugin, use 'correct' information source in all cases
  * still fallback to pc
  * added inventory to new test
  * undef var can still show as parser error on pc
    now task_exectuer has a  more accurate error handling

(cherry picked from commit be19863e44)
4 years ago
Brian Coca f7f27ade2d
gather_facts sees collection networking connection (#76954) (#76964)
needed to properly propagate some arguments by convention: subset, filter

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
(cherry picked from commit 5bddecb048)
4 years ago
Brian Coca ee112d9984
fix block var inheritance (#75287) (#76897)
* updated tests to conform to new block inheritance

Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
(cherry picked from commit b1d6750e8b)
4 years ago
Brian Coca 6916e152ff
clean_facts only show variable name (#76974) (#76985)
(cherry picked from commit 47faa6e206)
4 years ago
Matt Clay 906642edc4 ansible-test - Install pyopenssl w/ cryptography.
ci_complete
4 years ago
Matt Clay cc97353702
[stable-2.11] ansible-test - Use relative paths in junit output. (#76909)
* [stable-2.11] ansible-test - Use relative paths in junit output. (#76871)

* ansible-test - Use relative paths in junit output.
* ansible-test - Handle out-of-tree JUnit paths.
* Also fix a traceback in the junit callback during automatic fact gathering.

(cherry picked from commit fbb5d56bd2)

* Fix task path unicode error in junit callback.

(cherry picked from commit 41db6d8d35)
4 years ago
Dimitri Savineau 4081c8d239
Update Ansible release version to v2.11.8.post0. (#76905) 4 years ago
Dimitri Savineau e40051f7c0
New release v2.11.8 (#76891) 4 years ago
Matt Clay 380033afcf Remove centos8 from CI.
CentOS 8 has been EOL for ~1 month now.
4 years ago
Dimitri Savineau 80c9a74c55
Update Ansible release version to v2.11.8rc1.post0. (#76833) 4 years ago
Dimitri Savineau f0bcb858a9
New release v2.11.8rc1 (#76830) 4 years ago
Brian Coca a280645022
service_facts, now more accurate on systemd (#75326) (#76018)
* service_facts, now more accurate on systemd

(cherry picked from commit 82bab063e7)
4 years ago
Brian Coca 6b4fcdf59f
bacwards compat doc frag (#75819) 4 years ago
Matt Martz b4c1688809
[stable-2.11] Compare FQCN also in lockstep logic. Fixes #76782 (#76787) (#76797)
(cherry picked from commit 29bdb8b)

Co-authored-by: Matt Martz <matt@sivel.net>
4 years ago
Sandra McCann ea1f2269cd
EOL Ansible 4 docs (#76669) 4 years ago
Brian Coca a58c2a39d3
include_vars initialize failed (#76754) (#76785)
* include_vars initialize failed

  if source dir is given, but not present and traversal is empty you
  can end up trying to access failed w/o it ever being defined.

  also future proof for more corner cases in decision tree

(cherry picked from commit 89c884e2a2)
4 years ago
Brian Coca 4eac144d7e
ssh connection avoid parsing own debug (#76732) (#76756)
* ssh connection avoid parsiing own debug (#76732)

  - Avoids false positives on become strings being echoed back
   by ssh cli itself
  - added test for debug lines
  - also simplified some of existing test code

(cherry picked from commit 0ff80a15ba)

* unicoode

* dont make em ascii
4 years ago
Brian Coca a72e3d14b3
ssh connection, handle 'fun' control paths (#76424) (#76694)
* handle 'fun' control paths by quoting the option when passed to ssh cli

Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit aa022dba2d)
4 years ago
Felix Fontein 4d222aefd9
[2.11] Use correct markup in documentation (#76575)
* Use correct markup in documentation (#76545)

(cherry picked from commit 9d1898b1ef)

* Fix markup.

(cherry picked from commit c24c479061)
4 years ago
Jordan Borean 39b6dec937
galaxy build - ignore existing MANIFEST and FILES (#76479) (#76499)
(cherry picked from commit 8482ee4e9a)
4 years ago
Tadej Borovšak 6da3cf51a3
Fix zip content filtering in unarchive module (#76069) (#76420)
When we introduced an include parameter to the unarchive module, we
inadvertenly flipped the exclusion logic. This flip meant that the
unarchive module started rejecting files that should be extracted.

This commit flips the bad logic and adds some tests that will make
sure things do not go bad again.

(cherry picked from commit f92830d16e)
4 years ago
Matt Clay 070ae15c52 Limit pynacl for paramiko tests. 4 years ago
Sloane Hertel f5d694eba4 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)
4 years ago
Matt Clay 15ab9a086a [stable-2.11] 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>
4 years ago
Matt Clay 3c2d25014a Add sanity test ignores. 4 years ago
Matt Clay a6be3165e0 [stable-2.11] ansible-test - Fix traceback in validate-modules test.
(cherry picked from commit 41ee4a5b12)

Co-authored-by: Matt Clay <matt@mystile.com>
4 years ago
jamesmarshall24 21c65df1fb
Update Ansible release version to v2.11.7.post0. (#76481) 4 years ago
jamesmarshall24 0e828b45a7
New release v2.11.7 (#76476) 4 years ago
Sam Doran 8353792371 [stable-2.11] pin mongodb libraries in test
A recent release of PyMongo 4.0 caused tests to fail
4 years ago
Dimitri Savineau a6875a518b
Update Ansible release version to v2.11.7rc1.post0. (#76396) 4 years ago
Dimitri Savineau 9efa8c81d6
New release v2.11.7rc1 (#76391) 4 years ago
Sam Doran 272f2ba775
[stable-2.11] Use new codecov uploader (#75938) (#76268)
* Use new codecov uploader
* Rewrite coverage uploader in Python.
(cherry picked from commit 74dc830dd4)

Co-authored-by: Sam Doran <sdoran@redhat.com>
4 years ago
Vlad Mencl d945c66b36
set host_key_checking check to False, rather than if not (which captures False and None) (#75168) (#76206)
* set host_key_checking check to False, rather than if not (which captures False and None)
* add host_key_checking default to ssh.py / update documentation

(cherry picked from commit d527be8a52)

Co-authored-by: James Spurin <james@spurin.com>
4 years ago
Jordan Borean 02716851db
LinkUtil - ignore LIB env var (#76184) (#76203)
(cherry picked from commit db2aee558b)
4 years ago
Sloane Hertel 4079bc948b
Skip recursive suboption validation if sub_parameters is not a dict (#75635) (#76189)
* Skip recursive suboption validation if sub_parameters is not a dictionary

* Ensure sub parameter elements is a sequence to prevent iterating over string characters and causing duplicate error messages for the same param

(cherry picked from commit b5ed41edb3)
4 years ago
Matt Martz a17581efa6
2.11 `action_groups` normalization (#76171)
* Have tests use shortname in action_groups to uncover an issue

* Alias shortname from action_groups to FQCR of owning collection

* Add clog frag

* Don't overwrite
4 years ago
Matt Clay 2154722490 [stable-2.11] 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>
4 years ago
Sandra McCann a6893920a4
remove fest banner (#75901) (#76215)
* remove fest banner

* fix nit

(cherry picked from commit 8e77943a97)
4 years ago