Commit Graph

503 Commits (3e6ecdedb436d30611e01756ed07c7de707fb6d6)

Author SHA1 Message Date
Xu Yuandong 3e6ecdedb4 Botmate: update to label cloudengine files. (#63566)
* Update BOTMETA.yml

* update for cloudengine.
5 years ago
John R Barker 2a80b3933e
BOTMETA: team_grafana (#63859)
* BOTMETA: team_grafana

Ensure all Grafana bits of the codebase have maintainers

* typo
5 years ago
Matt Martz 05c8e33983
Ignore sivel as a maintainer of vmware_deploy_ovf (#63790) 5 years ago
abarbare 017f0cb2f8 Add scaleway maintainer to BOTMETA (#63439) 5 years ago
Matt Martz 81d49c38f8
Default lookups to community (#63631) 5 years ago
Josh Souza 875cc156c9 Remove notifications for joshsouza (#62443) 5 years ago
hyperized ea73e0c43a Update BOTMETA.yml (#62482) 5 years ago
Jan Orel aa673400da Update OpenNebula modules maintainers (#62281) 5 years ago
John R Barker f9e7af4413
BOTMETA: Enable automerge (#62410)
It's been over 7 days since devel because 2.10 and automerge was disabled, therefore `version_added` should be correct for any current PRs.

Follow on from https://github.com/ansible/ansible/pull/61674
5 years ago
Xu Yuandong 32fbde67f7 BOTMETA.yml: update for plugins/netconf/ce.py (#62000)
* update for plugin/netconf/ce.py

* update for plugin/netconf/ce.py

* update
5 years ago
Gonéri Le Bouder 31fe1d1daf BOTMETA: add the vmware_httpapi team
Add the new `vmware_httpapi` for the new modules based on
`module_utils/vmware_httpapi`.

The `vmware_httpapi` label does not exist yet.
5 years ago
Jonathan Davila e33700c5e2 Update BOTMETA.yml (#62123) 5 years ago
decentral1se 7a79c12e52 Update my handle (#61966) 5 years ago
John R Barker 49b775f0f7
aluvenko isn't reviewing anymore (#61764)
* aluvenko isn't reviewing anymore

aluvenko hasn't been around for a while, so remove them

* Update BOTMETA.yml
5 years ago
René Moser 3e2521dfb2 botmeta: unmaintain resmo from cloudstack (#61561) 5 years ago
Will Thames 036f173962 Remove willthames from AWS and Openshift notifications (#61670)
I no longer desire to be mentioned on most AWS changes.
If there are modules I'm on the authors list then I'll remain
notified.

Also remove me from openshift and kubectl plugins, I don't use
those.
5 years ago
John R Barker 606e2ff03a Disable Automerge (#61674)
A few PRs have been automerged since devel became 2.10 even though they still had `version_added: 2.9`

Lets disable automerge till:
a) We find a proper fix (automerge should so `rebuild_merge`?)
b) We wait 7 days since devel became 1.10 to cause stale_ci
5 years ago
Martin Krizek 96f7b5520e
BOTMETA: fix team_extreme name use (#61557) 5 years ago
Ujwal Komarla e41f1a4d7d Update BOTMETA to be included as maintainer for EXOS modules. (#61485) 5 years ago
Sam Doran d9ea88d1a8 Don't bother Ricky (#61377) 5 years ago
ndclt 649d612d64 keycloak: improve testability of authentification (#57611) 5 years ago
Chris Trufan 44c18b544f Addition of ECS_Certificate Module (#60883)
* Addition of ecs_certificate module.

* Documentation and code fixes

* Updates per code review

* Doc fixes, rename of chain_path to full_chain_path, add regex for cert_Expiry check

* Fixes to pep8 check to make regexp string 'raw'.

* Mistakes with find/replace of caseing.

* Added integration tests and some doc cleanup

* Some additional assertions and test typo cleanup

* Update lib/ansible/modules/crypto/entrust/ecs_certificate.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Responses to code review comments

* Remove fake passwords from aliases file.
5 years ago
Felix Fontein 59ab4d9307
oVirt: rename _facts -> _info (#61299)
* Rename oVirt _facts -> _info

* Adjust PR #.

* Forgot update BOTMETA / ignore.txt for doc fragment.

* Compatibility for 3rd-party modules using module_utils or info doc fragment.

* Update note.

* Fix/improve docs.

* Update lib/ansible/modules/cloud/ovirt/ovirt_event_info.py

Co-Authored-By: Sloane Hertel <shertel@redhat.com>

* Fix variable.

* Fix return value documentation for ovirt_external_provider_info.
5 years ago
Ryan Petrello 13e5ec781c ignore wwitzel3 for ansible_tower modules in BOTMETA (#61351) 5 years ago
Jean-Philippe Evrard e58df57ba0 Add people to team_suse (#60860)
This adds fresh blood into team suse through BOTMETA.
5 years ago
Felix Fontein aaaa4f1809
This line apparently got lost. (#60739) 5 years ago
Chris Trufan 86366530e8 Entrust Datacard - Support for "entrust" provider in openssl_certificate module (#59272)
* Addition of entrust provider to openssl_certificate module

* Fix native return values of error messages and JSON response.

* Documentation and syntax fixes per ansibot.

* Refactored structure of for loop due to ansible test failures in python 2.6

* Remove OCSP functionality for inclusion in possible seperate future pull request.

* Remove reissue support.

* Indicate the entrust parameters are specific to entrust.

* Comment fixes to make it clear module_utils request is used.

* Fixes to not_after documentation

* Response to pull request comments and cleanup of error handling for bad connections to properly use the 'six' HttpError for compatibility with both Python 2/3 underlying url libraries.

* pep8/pycodestyle fixes.

* Added code fragment and response to comments.

* Update license to simplified BSD

* Fixed botmeta typo

* Include license text in api.yml

* Remove unsupported certificate types, and always submit an explicit organization to match organization in CSR

* Fix documentation misquote, add expired to a comment, and fix path check timing.

* Update changelogs/fragments/59272-support-for-entrust-provider-in-openssl_certificate_module.yaml

Co-Authored-By: Felix Fontein <felix@fontein.de>
5 years ago
Thomas Bechtold d64fe483be Add myself to suse-team in BOTMETA (#57213) (#60624)
I'll help maintaining the code that the suse-team is responsible
for (currently only the zypper module). So adding myself to the
maintainers list.
5 years ago
Simon Dodsley 37dc96b12c Add new Pure Storage maintainer in BOTMETA (#60601) 5 years ago
Felix Fontein 2d98734ad5 Amazon modules: rename _facts with ansible_facts result to _info (#60178)
* aws_s3_bucket_facts -> aws_s3_bucket_info

* cloudformation_facts -> cloudformation_info

* cloudfront_facts -> cloudfront_info

* ecs_service_facts -> ecs_service_info

* efs_facts -> efs_info

* Add changelog and porting guide entry.

* lambda_facts -> lambda_info

* Improve examples.

* Add subsection on renamed modules.

* Add sentence on registering variables.

* Fix ReST.

* Instead of renaming lambda_facts, deprecate it and replace with new module.

* Rename internal variable.

* Re-add sanity ignores for lambda_facts.
5 years ago
Jean-Philippe Evrard 93484adca3 Create team_suse in BOTMETA (#57213)
A team of SUSE employees and openSUSE community members will
now be able to step up and help maintain zypper modules.

For this, it makes sense to create a team.

I will be the first person of this organisation.
I have started a process internally to start this initiative,
and will extend this to the OpenSUSE ML when this has merged.
5 years ago
Matt Clay a93a0c8fd6
Relocate validate-modules for easier testing. (#60214)
* Relocate module validator code and tests.
* Fix validate-modules entry point and imports.
* Fix paths and test entry points.
* Fix up unit tests.
* Fix shebang and execute bit.
5 years ago
Matt Clay d651bda123
Relocate ansible-test code. (#60147)
* Initial move of `test/runner/` content.

`test/runner/lib/` -> `test/lib/ansible_test/_internal/`
`test/runner/`     -> `test/lib/ansible_test/_internal/data/`

* Initial move of `test/sanity/` content.

`test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`)

* Initial move of `test/units/pytest/` content.

`test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/`

* Follow-up move of `test/runner/unit/` content.

`test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/`

* Initial move of `ansible.cfg` content.

`test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg`
`test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg`

* Follow-up move of `data` directory.

`test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/`

* Update import statements.

* Add missing __init__.py for unit tests.

* Fix path references and miscellaneous issues.
5 years ago
Felix Fontein aecdfd397e ecs_taskdefinition_facts: rename to ecs_taskdefinition_info (#60023)
* Rename ecs_taskdefinition_facts to ecs_taskdefinition_info.
5 years ago
Matt Clay 5b349a28d4 Fix bot meta. 5 years ago
Matt Davis 14aaa24522
update botmeta for CLI stub moves 5 years ago
Matt Clay c0c17a3031 Remove obsolete tox.ini. (#59963)
Update botmeta
5 years ago
Kurt Davis 6838a8209b Maintainer request for team_mysql (#59894)
Requesting maintainer status for mysql modules.
5 years ago
itercheng eea46a0d1b Support Ericsson device management (#59277)
* Support Ericsson device management

* modify code

* modify error

* delete redundant file

* delete file

* modified error

* modify additional file name

* delete code

* add blank line

* delete redundant code

* add platform_eric_eccli.rst

* modify syntaxError

* modify document

* modify error

* modify maintaners

* modify document

* add end_string
5 years ago
sushma-alethea f2cb44633a Modules to manage ICX devices (#58969)
* new module

* new terminal

* new terminal

* new cliconf

* cliconf

* icx cliconf

* icx_cliconf

* icx test units module

* icx units module

* icx banner unit test

* PR changes resolved

* changes resolved

* Changes Resolved

* check_running_config changes resolved

* added notes

* removed icx rst

* new commit

* new changes

* deleted icx rst

* icx .rst

* modified platform_index.rst

* modified platform_index.rst

* changes resolved

* PR comments resolved

* Update platform_index.rst

PR comment resolved
5 years ago
anshulbehl 8a6c7a97cc
Updating botmeta for netapp module_utils test (#59789) 5 years ago
Sloane Hertel 007fe842b9
aws_ec2 inv plugin - fix author field (#59649)
* Fix author field

* Add BOTMETA entry to get notifications
5 years ago
Sam Doran 723da33176
Remove me from VyOS modules (#59535) 5 years ago
Jake Jackson 488ee40879 updating botmeta for netapp (#59526) 5 years ago
Matt Clay 2d5a0d4918 Remove botmeta entry for pep8 legacy-files.txt. 5 years ago
Sam Doran eeb97e9ceb Label kubectl connection plugin as community (#59265) 5 years ago
Thomas Stringer c256e3565c remove trstringer as maintainer (#59256) 5 years ago
Ewoud Kohl van Wijngaarden 44a0fb5a93 Add team_foreman to contrib/inventory/foreman.py (#59178)
This will allow team_foreman to merge fixes, but mostly I'd prefer to
close as wontfix to point users to the inventory plugin that also
exists.
5 years ago
d-little 3ae2d15e45 add d-little maintainer to team_aix (#58653) 5 years ago
Marek Hulán 0a02b5ecc1 Update foreman maintainers (#58829) 5 years ago