Commit Graph

470 Commits (923e21836b1a4fb91aa6e93463efe0aea4022144)

Author SHA1 Message Date
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
Matt Davis fdfab01a2e
clean up setup author metadata/bot ignore (#58529) 5 years ago
hwDCN 2d595da6ba want to be a maintainer for cloudengine (#56527)
Hi ansible_team, I am work for cloudengine and also a member of HuaweiSwitch/cost.
To quickly fix bugs,I create this PR.
Thanks a lot.
5 years ago
Dusan Matejka 4d5a3d3341 New maintainer for zabbix modules (#58471) 5 years ago
Jill R a688d2ee39 Update team_vmware (#58407)
Remove dav1x from team_vmware per their request in IRC
5 years ago
Matt Martz f5b9bd81fc
gather_facts is core (#58341) 5 years ago
Sumit Jaiswal 927c59fb9f updating botmeta (#58167)
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
Matt Davis 4ae99ab34f
revert #57246 (#58134)
* per gregdek/mckerr
5 years ago
Andrey Klychkov cae6304356 add a member to team_mysql (#57987) 5 years ago
Brian Coca 5b8236132c properly tag become plugins (#57861)
* properly tag become plugins

* sdf
5 years ago
Matt Martz b51a614341
Add core lookups to botmeta (#57866) 5 years ago
Matt Martz 00691f43c5
Default become plugins to core support (#57771)
* Default become plugins to core support

* s/cache/become
5 years ago
Matt Martz 8c6356326a
add plugins/connection/buildah.py to botmeta (#57700)
* add plugins/connection/buildah.py to botmeta

* add podman to botmeta
5 years ago
Felix Fontein 13f73adef5
AWS: _facts -> _info (part 4) (#57651)
* Rename ec2_vpc_dhcp_option_facts -> ec2_vpc_dhcp_option_info.

* Rename ec2_vpc_endpoint_facts -> ec2_vpc_endpoint_info.

* Rename ec2_vpc_igw_facts -> ec2_vpc_igw_info.

* Rename ec2_vpc_nacl_facts -> ec2_vpc_nacl_info.

* Rename ec2_vpc_nat_gateway_facts -> ec2_vpc_nat_gateway_info.

* Rename ec2_vpc_net_facts -> ec2_vpc_net_info.

* Rename ec2_vpc_peering_facts -> ec2_vpc_peering_info.

* Rename ec2_vpc_route_table_facts -> ec2_vpc_route_table_info.

* Rename ec2_vpc_subnet_facts -> ec2_vpc_subnet_info.

* Rename ec2_vpc_vgw_facts -> ec2_vpc_vgw_info.

* Rename ec2_vpc_vpn_facts -> ec2_vpc_vpn_info.

* Update module defaults, add changelog and porting guide.

* Update BOTMETA.
5 years ago
Felix Fontein 804d5eaf8e
AWS: _facts -> _info (part 3) (#57635)
* Rename ec2_ami_facts -> ec2_ami_info.

* Rename ec2_asg_facts -> ec2_asg_info.

* Rename ec2_customer_gateway_facts -> ec2_customer_gateway_info.

* Rename ec2_eip_facts -> ec2_eip_info.

* Rename ec2_elb_facts -> ec2_elb_info.

* Rename ec2_eni_facts -> ec2_eni_info.

* Rename ec2_group_facts -> ec2_group_info.

* Rename ec2_instance_facts -> ec2_instance_info.

* Rename ec2_lc_facts -> ec2_lc_info.

* Rename ec2_placement_group_facts -> ec2_placement_group_info.

* Rename ec2_snapshot_facts -> ec2_snapshot_info.

* Rename ec2_vol_facts -> ec2_vol_info.

* Update module defaults, add changelog and porting guide.

* Forgot one occurence of ec2_instance_facts.

* Update BOTMETA.

* Break too long line.
5 years ago
Felix Fontein fc4bbff6e1
AWS: _facts -> _info (part 2) (#57626)
* Rename cloudwatchlogs_log_group_facts -> cloudwatchlogs_log_group_info.

* Rename elasticache_facts -> elasticache_info.

* redshift_facts -> redshift_info.

* Rename route53_facts -> route53_info.

* Rename rds_instance_facts -> rds_instance_info.

* Rename rds_snapshot_facts -> rds_snapshot_info.

* Rename iam_mfa_device_facts -> iam_mfa_device_info.

* Rename iam_role_facts -> iam_role_info.

* Rename iam_server_certificate_facts -> iam_server_certificate_info.

* Rename elb_application_lb_facts -> elb_application_lb_info.

* Renaming elb_classic_lb_facts -> elb_classic_lb_info.

* elb_target_facts -> elb_target_info.

* Rename elb_target_group_facts -> elb_target_group_info.

* Update porting guide.

* Add changelog.

* Fix module defaults (both for this PR and #57613).

* Two fixes.
5 years ago
Alan Rominger 256d1a9947 Add Chris Meyers to the tower team (#57349) 5 years ago
Abhijeet Kasurde 695cd7f1da VMware: Notify team_vmware on connection plugin issues and PRs (#57279)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Sam Doran ce24b43f2e
Set community support for NetApp unit tests (#57198) 5 years ago
jctanner 2efb876b4c
Fix ignored team (#57307)
* Fix ignored team
* add another team member
5 years ago
jctanner 1515afd92c set team ansible (#57246) 5 years ago
Jean-Philippe Evrard e1f1f238b6 Removing myself from openstack team (#57212)
I guess you might have seen that I do not have much bandwidth to
maintain those modules. I want to step up for other modules, so
I will have to choose. The OpenStack modules are in good hands
anyway with the rest of the team_openstack :)

Sorry for the inconvenience.
5 years ago
Dag Wieers e381135ace Update BOTMETA with latest community changes (#57064)
This is the requested change from #56816 for 'dch'
5 years ago
Dag Wieers fe1f1c4541 Update BOTMETA with latest community changes (#57063)
This is the requested change for 'koladiya'
5 years ago
Abhijeet Kasurde b1a92a37b4
VMware: Add pgbidkar in team_vmware (#56993)
Add Pavan Bidkar from VMware India in team_vmware as per request.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Jim Ladd c36bdee416 Remove wwitzel3 from BOTMETA (#57091) 5 years ago
xuxiaowei0512 1544924550 add a maintainer (#56858) 5 years ago
Dag Wieers a3b13bcf0d Update BOTMETA with latest community changes (#57053)
These have all confirmed in #56816
5 years ago
Dag Wieers f6e8492942
Update BOTMETA with latest community changes (#57049)
This reflects #56816 but only affects me.
5 years ago
Strahinja Kustudic cab02b7832 Update OpenNebula modules maintainers (#56914) 5 years ago
Nabeel AlSaber ec2db1aed7 Initial commit - Oracle modules
Revert "Revert oracle (#56364)"

This reverts commit eefc90b66f.
5 years ago
Matt Clay eefc90b66f
Revert oracle (#56364)
* Revert "Update vcn module documentation (#55888)"

This reverts commit 94ef24974a.

* Revert "Initial commit for Oracle Cloud Infrastructure modules (#53156)"

This reverts commit 07b9f52fd5.

* Revert "Add Oracle module maintainers (#55889)"

This reverts commit b0f3df360a.
5 years ago
zengchen 22c079e4b5 BOTMETA: add maintainer, support and labels for hwc_utils.py and unit… (#56092)
* BOTMETA: add maintainer, support and labels for hwc_utils.py and unit test

* using anchors and aliases to simplify the definitions
5 years ago
Abhijeet Kasurde 6a88b715f9
VMware: Remove ckotte from VMware notification (#56118)
As per request from ckotte, removing ckotte from
bot notification.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago