Commit Graph

4890 Commits (9e8889bb70a1f6379414ea51f644d98dea1d1d10)

Author SHA1 Message Date
Matt Clay 9e8889bb70
Fix more docs errors. (#39051)
* Fix remaining unknown-document docs errors.
* Fix last toc-tree-missing-document docs error.
6 years ago
Matt Clay 7e96421132
Handle warnings in docs-build sanity test. (#39043) 6 years ago
Martin Krizek 62d2df74b0 apt: fix build-dep idempotency (#38999) 6 years ago
Sviatoslav Sydorenko 5ea1ee47dd Refactor Foreman provider to use simplified img 6 years ago
Sviatoslav Sydorenko 1664554b4a Unrandomize docker registry selection
stick with quay for now
6 years ago
Sviatoslav Sydorenko d5b340cc43 Improve foreman image src selection 6 years ago
Sviatoslav Sydorenko 87eca24969 Add playbook with foreman tests 6 years ago
Sviatoslav Sydorenko fb0487945c Add runme script to foreman inventory tests 6 years ago
Sviatoslav Sydorenko d0018848a5 Enable foreman inventory plugin in tests 6 years ago
Sviatoslav Sydorenko 2608ef535f Add foreman cloud provider 6 years ago
Sviatoslav Sydorenko e169da0748 Initialize foreman test suite 6 years ago
Abhijeet Kasurde 268c682a05 VMware: new module : vmware_cluster_facts (#37105)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Sloane Hertel e2aa1155ba [ec2_ami] Ensure name or image_id is provided for state=present (#38972)
Add integration tests for backward compatibility and ensuring name or image_id is provided
6 years ago
Matt Martz cdb79b0e3a
Consider parent also when comparing IncludedFile (#37083)
* Consider parent also when comparing IncludedFile

* Add new tests for IncludedFile and convert to pytest
6 years ago
David Gunter a833281e22 Add Yarn module (#19026)
* Add yarn module based off of NPM module, adjust syntax for install cmd

* Update author list

* Add Return docbloc

* Remove extra var assignment

* Always return output without emojis, small changes for yarn 0.16.1

* Move import line, add ANSIBLE_METADATA, bump version_added

* Updating module format to meet newest lint requirements. Update options and example docs.

* Bring back RETURN block and main() execution.

* All trailing whitespace removed.

* Remove json try/except.

* Add initial pass at setting up Yarn integration tests.

* Add better handling for latest and removal states. Add tests for upgrading a single package.

* Fix issue where state=latest for installing all packages caused failure.

* Set yarn bin to latest version for tests. Fix sanity tests.

* Switch template task to copy task in yarn integration tests.
6 years ago
Deric Crago 50d151aef2 Updated 'quay.io/ansible/vcenter-test-container' image tag to '1.2.0'
vcsim remains on commit 'dee49fa3694c5aff05e4b340b0686772f65c1fe1'
6 years ago
Matt Clay e401927d67 Restore seboolean and sefcontext tests on RHEL. 6 years ago
Jordan Borean 77ef4802f0
win_regedit: stabilise tests (#38912) 6 years ago
Matt Clay 26312b6557 Remove migrated httptester files.
The httptester has been migrated to:

https://github.com/ansible/http-test-container
6 years ago
Matt Clay 57f1298074 Restore docker_secret test on RHEL. 6 years ago
Matt Clay 35748e5228 Update httptester container reference. 6 years ago
Ryan Brown 44d06f8858
[cloud] Add support for updating IAM role with ec2_instance module (#38812)
* [cloud] Add support for updating IAM role with ec2_instance module

* Add test for updating IAM role
6 years ago
Thierry BOUVET 4117b2dd29 Fix documentation fragments for docker (#38378) 6 years ago
Nathaniel Case 3b3c72f3e5
Fix use of bytes in cliconf plugins for Python 3 (#37715)
* Remove raw byte-strings from cliconf plugins of supported platforms + edgeos

Remove uses of to_bytes, too

* Update CliConfBase docstring to reflect current position on byte strings
6 years ago
Will Thames 0b4f92d852 Lambda policy arn (#38863)
* Fix the function_name handling logic for lambda_policy

Switch the logic handling function_names that are ARNs
so that ARNs are correctly handled and detected

* Add tests for lambda_policy function_arn

Ensure that function_arn works.

Needs a reasonable ansible_lambda_role.
6 years ago
saichint a372142434 fix ntp_auth issues (#38824) 6 years ago
Martin Krizek 3922b6cc93
apt: integration tests for #31577 (#38586) 6 years ago
Jordan Borean 44fc3459cf
win_pester: move away from public repo to source test files (#38862) 6 years ago
Mat Wilson 8eb94ccbd5 Add support for dzdo flags Fixes #38766 6 years ago
Matt Clay 27def6c5dc Remove vcenter-simulator container files.
The simulator has moved to its own repository:

https://github.com/ansible/vcenter-test-container
6 years ago
Matt Martz 354aa8d602
Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)
* Skip self._parent on dynamic, defer to grandparent for attr lookup

* Revert _inheritable

* Add tests for include inheritance from static blocks

Fixes #38037 #36194
6 years ago
Matt Clay 1d5c933ecf Use new vcenter simulator container location. 6 years ago
Matt Martz 694d6b339c
Set memory-swap to memory (#38836) 6 years ago
Matt Clay d2ce1d3c26 Revert "Work-around for get-pip.py install failure."
This reverts commit fa466be33d.
6 years ago
Victor Bocharsky a30befa609 Remove duplicated "instead" word (#38800)
* Remove duplicated "instead" word

* Actually fix the message
6 years ago
Matt Clay fa466be33d Work-around for get-pip.py install failure. 6 years ago
Matt Clay 5bf5f25115 Temporarily disable sefcontext test on RHEL. 6 years ago
Matt Clay 0f13333615 Temporarily disable seboolean test on RHEL. 6 years ago
Matt Clay 74f7b8e81c Temporarily disable docker_secret test on RHEL.
Test does not pass on RHEL 7.4 with pip 10 installed.
6 years ago
Matt Clay eb72f2d1f3 Mark rabbitmq_user test unstable. 6 years ago
Matt Clay cacc3c893b Disable fortios_* integration tests.
These tests require pyfg which depends on pip internals that are
no longer available under pip 10.
6 years ago
Abhijeet Kasurde 9b139baacb
VMware: Set default network type as 'dhcp' (#38518)
If user does not specify any network type then set network type
to dhcp. There are additional checks around 'ip', 'netmask' and
'type' in network spec.

Fixes: #38466

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
saichint 1d975bdc93 fix nxos_ntp_options (#38695) 6 years ago
Matt Clay ab52d84151 Mark win_pester test as unstable. 6 years ago
Matt Clay 26f2da3874 Mark unstable integration tests. 6 years ago
Matt Clay 8a223009ca
Improve handling of integration test aliases. (#38698)
* Include change classification data in metadata.
* Add support for disabled tests.
* Add support for unstable tests.
* Add support for unsupported tests.
* Overhaul integration aliases sanity test.
* Update Shippable scripts to handle unstable tests.
* Mark unstable Azure tests.
* Mark unstable Windows tests.
* Mark disabled tests.
6 years ago
Matt Clay 26fa3adeab Add docs-build sanity test. 6 years ago
Matt Clay 3dee0b67e8 Fix test aliases. 6 years ago
Alex Stephen 9de9633cac [GCP] New module GCP DNS Resource Record Set (#35920) 6 years ago
Matt Clay c9fb054bc8 Fix get_cloud_platforms config usage. 6 years ago