Felix Fontein
7dd28ecdfe
Release 1.0.1.
2020-12-11 21:27:28 +01:00
Felix Fontein
2bf46c2eb2
Fix docker_image test. ( #47 )
...
ci_complete
2020-12-11 21:12:48 +01:00
Felix Fontein
ab9fb3f604
Prepare 1.0.1 release.
2020-12-11 20:41:04 +01:00
John Barker
04c0b726ea
AZP: Install ansible-test for coverage
2020-12-11 15:35:08 +00:00
John R Barker
4287618d3a
AZP: fedora32 doesn't exist on Ansible 2.9
2020-12-11 13:55:04 +00:00
John R Barker
3955955b37
Remove PATH hack ( #44 )
...
* Remove PATH hack
azure-pipelines-test-container:1.7.1 contains a proper fix for ensuring
PATH contains the location of pip installed binaries so we can remove
the hack.
* Correct RHEL groups
2020-12-11 13:54:14 +00:00
John R Barker
af05acdc3b
README.md: Correct AZP Badge link
2020-12-11 13:19:01 +00:00
John R Barker
3de2cb6982
Correct stage name
2020-12-10 19:28:53 +00:00
John Barker
7e63c3ae4d
Initial Azure Pipelines
2020-12-10 18:08:22 +00:00
Felix Fontein
518e99411a
Fix capabilities validation for device_requests. ( #43 )
2020-12-08 13:31:17 +01:00
Felix Fontein
65ab240e2b
Try to make connection test work with coverage ( #39 )
...
* Try to make connection test work with coverage.
ci_coverage
* Don't run test inside containers.
ci_coverage
* Empty commit to run without coverage.
2020-11-24 17:29:02 +01:00
Felix Fontein
219c6b3a85
Improve and fix tests ( #36 )
...
* Parameterize test images.
* Use different images, similar to ansible/ansible#72698 .
2020-11-23 21:48:46 +01:00
Felix Fontein
1fa2c3b77d
By default, no longer do cleanup of setup_docker. ( #38 )
...
Cleanup means purging the docker daemon. This was necessary when the
docker tests were run as part of ansible/ansible and community.general
CI, but in the community.docker CI the problematic runs are on their
own CI node.
ci_complete
2020-11-22 22:18:48 +01:00
Felix Fontein
c0bd1becea
Add docker connection tests ( #37 )
...
* Add docker connection tests.
* Make it easier to switch image.
2020-11-22 22:03:16 +01:00
Felix Fontein
68952f9d1d
Bump version.
2020-11-17 08:05:31 +01:00
Felix Fontein
517eba3fdd
Release 1.0.0.
2020-11-17 08:05:06 +01:00
Felix Fontein
9b0a3a02eb
Prepare 1.0.0 release.
2020-11-17 07:49:53 +01:00
Felix Fontein
bc0e0c3049
Adjust version_added, re-place tests. ( #34 )
2020-11-15 17:21:50 +01:00
Raghu Siddarth Udiyar
ea8c107625
Add docker build output to task result ( #805 )
...
The build output is only added during failures, but its useful to
have this available during normal task execution as well.
2020-11-15 16:57:05 +01:00
Felix Fontein
18ef0bae0b
Added file I forgot to add to community.general. ( #33 )
2020-11-14 18:14:23 +01:00
Aram Akhavan
22ba76b4e9
Add a warning when ansible_key label is not found on a secret. ( #31 )
...
* add a warning when ansible_label is not found on a secret. addresses #30
* Update changelogs/fragments/31-docker-secret.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-11-09 08:31:55 +01:00
Felix Fontein
e691ad72ab
Remove ignore.txt entries ( #29 )
...
* Remove some ignore.txt entries.
* Prepare for validate-plugins.
2020-11-06 06:18:41 +01:00
Felix Fontein
1156db420d
Add collection-side support for the docker action group. ( #17 )
2020-11-01 17:04:48 +01:00
Felix Fontein
6fba818d87
Bump version number.
2020-10-30 07:18:08 +01:00
Felix Fontein
6b8801e15f
Release 0.1.0.
2020-10-30 07:17:55 +01:00
Felix Fontein
e4415eae28
Add version_added for device_requests.
2020-10-30 07:06:52 +01:00
Felix Fontein
5dba331bc7
Adjust deprecations ( #1 )
...
* First batch of c.g 2.0.0 deprecations.
* Remove use_tls and force from docker_image.
* More removals.
* Change community.general 3.0.0 deprecations to community.docker 2.0.0.
* Fix sanity.
* Fixing some bugs.
* Add PR URL to fragment.
ci_complete
ci_coverage
* Improve docs, remove superfluous code.
2020-10-30 07:05:51 +01:00
Felix Fontein
400c484a54
Remove version_added from community.general, and add changelog fragments since community.general 1.2.0.
2020-10-30 07:05:51 +01:00
Felix Fontein
81948c7470
Prepare release: improve documentation, add release summary ( #3 )
...
* Add release summary for 0.1.0.
* Update README.
2020-10-30 07:05:51 +01:00
Felix Fontein
f4210b31dc
Run unit tests for all Python versions in one CI node. ( #2 )
2020-10-30 07:05:51 +01:00
Felix Fontein
6555a5a0de
Initial cleanup.
2020-10-30 07:05:51 +01:00
John R Barker
42315baa74
Initial commit
2020-10-30 07:05:51 +01:00
Felix Fontein
a8835f5bf5
docker_container: add device_requests option ( #1119 )
...
* docker_container: add device_requests option.
* Fix copy'n'paste mistake.
* Fix failure test.
* Added example.
* Adjust tense.
2020-10-30 07:05:51 +01:00
Felix Fontein
914374b279
Improve docker test setups ( #1161 )
...
* Improve readability.
* Move common code to new file.
2020-10-30 07:05:51 +01:00
Felix Fontein
25e898068a
docker_login: fix internal config file storage to handle credentials for more than one registry ( #1118 )
...
* docker_login: fix internal config file storage to handle credentials for more than one registry
* Improve setup for docker registry.
* Add second registry frontend. Add tests for #1118 .
* Fix cleanup.
2020-10-30 07:05:51 +01:00
Felix Fontein
765f31a673
Run tests with macOS 10.15. ( #971 )
...
* Run tests with macOS 10.15.
* Restrict to macOS CI runs for now until they pass.
* Skip tests on macOS that are skipped on OSX.
* Disable consul test for macOS.
* Disable chroot connection tests for macOS.
* Add setup_gnutar role from https://github.com/ansible/ansible/pull/71841 .
* Use setup_gnutar for yarn and npm tests.
* Revert "Restrict to macOS CI runs for now until they pass."
This reverts commit d945d0399f1727a5fe5942089c74d6662bd2b045.
* hashi_vault lookup tests seem to be always unstable, disabling for now.
* Use homebrew module instead of command.
2020-10-30 07:05:51 +01:00
Felix Fontein
79784d2c82
Improve plugin sanity ( #966 )
...
* callback_type -> type.
* Mark authors as unknown.
* Add author field forgotten in #627 .
* Fix author entries.
* Add author field forgotten in #127 .
* Fix some types.
2020-10-30 07:05:51 +01:00
Felix Fontein
773a2a5316
docker_container: fix idempotency problem with empty published_ports list ( #979 )
...
* Distinguish between [] and None.
* Add changelog fragment.
* Fix typo.
2020-10-30 07:05:51 +01:00
Andrew Klychkov
9b8c8a8701
Add headers to ci tests ( #954 )
...
* CI tests: add note to main.yml
* improve
2020-10-30 07:05:51 +01:00
Felix Fontein
dd91461a1f
Fix docker test setup. ( #957 )
2020-10-30 07:05:51 +01:00
Felix Fontein
bd906faa4e
Fix CI (problem with cffi) ( #892 )
...
* Work around old pip versions which install yanked packages.
* Try II
* Proper approach.
* Avoid too old version being installed.
2020-10-30 07:05:51 +01:00
Felix Fontein
f6181de5cb
docker_stack_task_info tests: add delay to make sure task is running ( #765 )
2020-10-30 07:05:51 +01:00
Felix Fontein
2416b910c5
Try to fix docker tests ( #764 )
...
* Try to limit docker package version if API version is < 1.39.
* Fix error.
* Re-combine to one command.
2020-10-30 07:05:51 +01:00
Sam Doran
41ceece19f
Remove "rhui-" prefix from RHEL repository ( #762 )
2020-10-30 07:05:51 +01:00
Felix Fontein
4cdca13f8f
Fix plugins (names, constants, FQCNs in examples) ( #722 )
...
* cobbler inventory: fix NAME
* oc transport: fix transport name
* Inventory plugins: fix plugin identifications
* Use FQCN in lookup plugin examples.
* Use FQCN in callback plugins.
* Add changelog fragment.
* Adjust documentation.
* Fix lookup plugin linting errors.
* Fix quotes.
2020-10-30 07:05:51 +01:00
Jose Angel Munoz
449d4c91c8
New Docker Stack Task Info Module with Tests ( #732 )
...
* Add docker_stack_task_info with tests
* Change link
* Change ln
* Fix Documentation
* Small doc changes
* Remove node for RH
2020-10-30 07:05:51 +01:00
Jose Angel Munoz
2a04082533
New docker_stack_module with tests ( #576 )
...
* First docker stack info approach without tests
Fixes results when no stack availabl
Fixes sanity test
Fixing links
Fixes tabs
Fixes long line
Improving Json Output
Changes arguments
Lint with autopep8
Moves imports
Adds extra line
Adds Tests
Adds pip and fixes return empty
Fixes silly missing else
* Adds Tests and Fixes comments
* Removes tasks option
* Removes arguments
* Changes error message
* Changes Tests
* Add proposals f
* Improve output
* Change test for output change
* Add debug
2020-10-30 07:05:51 +01:00
Minh Ha
19f35bae91
removes advertise_addr from required parameters when state is "join" ( #646 )
...
* removes advertise_addr from required parameters when state is "join"
addressing this issue: https://github.com/ansible-collections/community.general/issues/439
* adjusts test
* adds changelog
2020-10-30 07:05:51 +01:00
Andrew Klychkov
7d44ce9635
modules: fix examples to use FQCN for builtin plugins ( #661 )
2020-10-30 07:05:51 +01:00
Andrew Klychkov
93bc4875e3
modules: fix examples to use FQCN for builtin modules ( #648 )
...
* modules: fix examples to use FQCN for builtin modules
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2020-10-30 07:05:51 +01:00