ansible/.github/BOTMETA.yml

1428 lines
46 KiB
YAML
Raw Normal View History

# BOTMETA V2.0
#
# Data used by ansibot to identify who works on each file in the repo.
# If you have questions about this data format, please join #ansible-devel
# on irc.freenode and ping anyone who is op'ed.
#
2017-08-15 16:24:22 +02:00
# There are 3 primary sections of the data
#
# automerge
# During release freezes, the bot uses this key to know if
# automerging should be on or off. It is a boolean value.
#
# macros
# Macros are used to shorten and group some strings and lists.
# Any macro with a prefix of "team_" is a maintainer group for
# various files.
#
# files
# Each key represents a specific file in the repository.
# If a module is not listed, its maintainers default to the authors.
# If the file has no maintainers key, the value of the key is
# presumed to be the maintainers.
#
# Keys:
# maintainers - these people can shipit and automerge
# notified - these people are always subscribed to relevant issues
# ignored - these people should never be notified
# deprecated - this file is deprecated but probably not yet renamed
# keywords - used to identify this file based on the issue description
# support - used for files without internal ANSIBLE_METADATA, see
# https://github.com/ansible/ansible/labels?q=support for full list
# labels - list of GitHub labels to apply. Path components of 'file' parent key
# which are valid GitHub labels are automatically added.
# supershipit - supershipiteers can turn a shipit into a supershipit
#
automerge: True
files:
.github/BOTMETA.yml:
labels: botmeta
# Changes to BOTMETA MUST always be reviewed by Core Team
support: core
changelogs/fragments/:
support: community
$modules/cloud/amazon/:
ignored: erydo seiffert simplesteph nadirollo tedder
$modules/cloud/amazon/aws_api_gateway.py: willthames
$modules/cloud/amazon/aws_kms.py:
maintainers: willthames
ignored: tedder
$modules/cloud/amazon/cloudformation.py:
maintainers: ryansb
ignored: tedder
$modules/cloud/amazon/cloudfront_facts.py: willthames
$modules/cloud/amazon/cloudtrail.py: $team_ansible
2018-11-26 14:16:56 +01:00
$modules/cloud/amazon/ec2.py:
maintainers: $team_ansible
ignored: skvidal
$modules/cloud/amazon/ec2_ami.py: willthames
$modules/cloud/amazon/ec2_asg.py: $team_ansible s-hertel ryansb
$modules/cloud/amazon/ec2_group.py: $team_ansible
$modules/cloud/amazon/ec2_group_facts.py: willthames
$modules/cloud/amazon/ec2_instance.py: Shaps
$modules/cloud/amazon/ec2_instance_facts.py: willthames
$modules/cloud/amazon/ec2_key.py: $team_ansible
$modules/cloud/amazon/ec2_lc.py: $team_ansible
$modules/cloud/amazon/ec2_lc_facts.py: willthames
$modules/cloud/amazon/ec2_metric_alarm.py: $team_ansible
$modules/cloud/amazon/ec2_tag.py: $team_ansible
$modules/cloud/amazon/ec2_vol.py: $team_ansible
$modules/cloud/amazon/ec2_vpc_endpoint.py: willthames
$modules/cloud/amazon/ec2_vpc_endpoint_facts.py: willthames
$modules/cloud/amazon/ec2_vpc_igw.py: willthames
$modules/cloud/amazon/ec2_vpc_igw_facts.py: willthames
$modules/cloud/amazon/ec2_vpc_nat_gateway_facts.py: willthames
$modules/cloud/amazon/ec2_vpc_net.py: $team_ansible
$modules/cloud/amazon/ec2_vpc_net_facts.py: whiter
$modules/cloud/amazon/ec2_vpc_peering_facts.py: willthames
$modules/cloud/amazon/ec2_vpc_subnet.py: willthames
$modules/cloud/amazon/ecs_cluster.py: willthames
$modules/cloud/amazon/ecs_ecr.py: willthames
$modules/cloud/amazon/ecs_service.py: willthames
$modules/cloud/amazon/ecs_service_facts.py: willthames
$modules/cloud/amazon/ecs_task.py: willthames
$modules/cloud/amazon/ecs_taskdefinition.py: willthames
$modules/cloud/amazon/ecs_taskdefinition_facts.py: willthames
$modules/cloud/amazon/elasticache.py: alachaum
$modules/cloud/amazon/elb_target_group_facts.py: willthames
$modules/cloud/amazon/iam.py: $team_ansible
$modules/cloud/amazon/iam_cert.py: $team_ansible
$modules/cloud/amazon/iam_group.py: willthames
$modules/cloud/amazon/iam_managed_policy.py: willthames
$modules/cloud/amazon/iam_policy.py: $team_ansible
2019-01-15 22:34:24 +01:00
$modules/cloud/amazon/rds.py:
ignored: bpennypacker
$modules/cloud/amazon/rds_param_group.py: scottanderson42
$modules/cloud/amazon/rds_subnet_group.py: scottanderson42
2019-01-15 22:34:24 +01:00
$modules/cloud/amazon/route53.py:
ignored: bpennypacker
$modules/cloud/amazon/route53_health_check.py: willthames
$modules/cloud/amazon/sns.py: willthames
$modules/cloud/amazon/sns_topic.py: willthames
$modules/cloud/atomic/: krsacme
$modules/cloud/azure/:
ignored: chouseknecht jwhitbeck
maintainers: $team_azure
2017-11-21 23:17:12 +01:00
$modules/cloud/azure/azure_rm_dnsrecordset.py:
ignored: ozboms
$modules/cloud/centurylink/: clc-runner
$modules/cloud/cloudscale/:
maintainers: $team_cloudscale
labels: cloud
$modules/cloud/cloudstack/:
maintainers: $team_cloudstack
labels: cloudstack
$modules/cloud/digital_ocean/: &digital_ocean
keywords: [ digital ocean, droplet ]
labels: [ cloud, digital_ocean ]
maintainers: $team_digital_ocean
support: community
$modules/cloud/dimensiondata/dimensiondata_network.py: tintoy
$modules/cloud/docker/: &docker
ignored: ThomasSteinbach
labels: [ cloud, docker ]
2018-10-25 12:18:58 +02:00
maintainers: $team_docker
supershipit: felixfontein
$modules/cloud/docker/docker_network.py:
<<: *docker
maintainers: $team_docker olsaki
$modules/cloud/docker/docker_swarm_service.py:
<<: *docker
maintainers: $team_docker hannseman
$modules/cloud/google/:
supershipit: $team_google
maintainers: $team_google
ignored: supertom
$modules/cloud/google/gc_storage.py: supertom
$modules/cloud/hcloud/: &hcloud
keywords: [ hcloud, hetzner cloud ]
labels: [ cloud, hcloud ]
maintainers: $team_hcloud
$modules/cloud/kubevirt/: machacekondra mmazur pkliczewski
$modules/cloud/linode/: $team_linode
$modules/cloud/lxd/: hnakamur
2018-12-21 23:59:37 +01:00
$modules/cloud/memset/: glitchcrab
$modules/cloud/misc/ovirt.py: &ovirt
ignored: vincentvdk
keywords: [ ovirt, RHEV, RHV ]
labels: [ cloud, ovirt ]
maintainers: $team_ovirt
$modules/cloud/misc/proxmox.py: &virt
ignored: skvidal
keywords: [ kvm, libvirt, proxmox, qemu ]
2019-02-12 09:02:02 +01:00
labels: [ cloud, virt ]
maintainers: $team_virt
$modules/cloud/misc/proxmox_kvm.py: *virt
$modules/cloud/misc/proxmox_template.py: *virt
$modules/cloud/misc/rhevm.py: *virt
$modules/cloud/misc/virt.py: *virt
$modules/cloud/misc/virt_net.py: *virt
$modules/cloud/misc/virt_pool.py: *virt
$modules/cloud/misc/xenserver_facts.py:
ignored: andyhky
$modules/cloud/opennebula/: ilicmilan kustodian
$modules/cloud/openstack/: $team_openstack
$modules/cloud/ovirt/: *ovirt
$modules/cloud/profitbricks/: baldwinSPC
$modules/cloud/rackspace/:
ignored: sivel angstwad
$modules/cloud/scaleway/scaleway_volume.py:
ignored: hekonsek
$modules/cloud/smartos/: &solaris
keywords: [ beadm, dladm, illumos, ipadm, nexenta, omnios, openindiana, pfexec, smartos, solaris, sunos, zfs, zpool ]
labels: solaris
maintainers: $team_solaris
$modules/cloud/univention/: keachi
2019-02-12 09:02:02 +01:00
$modules/cloud/vmware/: &vmware
ignored: cigamit jcpowermac mtnbikenc tchernomax
2019-02-12 09:02:02 +01:00
keywords: [ esx, vcenter, vcsa, vcsim, vsphere ]
labels: [ cloud, vmware ]
2019-02-08 04:34:32 +01:00
maintainers: $team_vmware
2019-02-15 00:10:06 +01:00
notified: lparkes
$modules/cloud/vmware/vmware_vm_shell.py: chrrrles
2019-02-12 09:02:02 +01:00
$modules/cloud/vultr/: &vultr
labels: [ cloud, vultr ]
maintainers: $team_vultr
$modules/cloud/webfaction/: quentinsf
$modules/cloud/xenserver/: bvitnik
$modules/clustering/k8s/:
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
labels: k8s
$modules/clustering/k8s/_kubernetes.py: supertom
$modules/clustering/openshift/: chouseknecht maxamillion fabianvf flaper87
$modules/commands/command.py: $team_ansible
$modules/commands/raw.py: $team_ansible
$modules/commands/script.py: $team_ansible
$modules/commands/shell.py: $team_ansible
$modules/crypto/: &crypto
2019-02-12 16:28:48 +01:00
keywords: [ acme, letsencrypt, lets encrypt, luks, openssl ]
labels: crypto
maintainers: $team_crypto
$modules/database/influxdb/: kamsz
$modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988
2019-01-28 13:09:29 +01:00
$modules/database/mysql/: &mysql
keywords: [ mariadb, proxysql ]
labels: [ database, mysql ]
2019-01-30 15:00:46 +01:00
maintainers: $team_mysql
$modules/database/postgresql/: &postgresql
keywords: [ database, postgres, postgresql ]
labels: postgresql
maintainers: $team_postgresql
notified: jbscalia
$modules/database/proxysql/: *mysql
$modules/database/vertica/: dareko
$modules/files/acl.py:
ignored: astorije
maintainers: $team_ansible
$modules/files/assemble.py: $team_ansible
$modules/files/copy.py: $team_ansible ptux
$modules/files/fetch.py: $team_ansible
$modules/files/file.py: $team_ansible
$modules/files/find.py: $team_ansible
$modules/files/lineinfile.py: $team_ansible samdoran
2019-01-15 22:34:24 +01:00
$modules/files/stat.py:
ignored: bpennypacker
$modules/files/synchronize.py: $team_ansible
$modules/files/template.py: $team_ansible
$modules/files/unarchive.py:
ignored: dagwieers
labels: m:unarchive
maintainers: pileofrogs
$modules/files/xattr.py: $team_ansible
$modules/files/xml.py:
ignored: magnus919
labels: m:xml
maintainers: sm4rk0 cmprescott
$modules/identity/cyberark/:
notified: cyberark-bizdev
$modules/identity/ipa/: $team_ipa
$modules/identity/keycloak/: eikef
2018-11-26 14:16:56 +01:00
$modules/inventory/add_host.py:
ignored: skvidal
maintainers: $team_ansible
$modules/inventory/group_by.py: $team_ansible
$modules/messaging/rabbitmq/: $team_rabbitmq
2019-01-15 22:34:24 +01:00
$modules/monitoring/airbrake_deployment.py:
ignored: bpennypacker
$modules/monitoring/datadog_event.py:
ignored: arturaz
$modules/monitoring/logentries.py:
ignored: ivanvanderbyl
$modules/monitoring/monit.py: brian-brazil
2019-01-15 22:34:24 +01:00
$modules/monitoring/pagerduty.py:
ignored: bpennypacker
$modules/monitoring/zabbix/: eikef D3DeFi
$modules/net_tools/basics/get_url.py: ptux
$modules/net_tools/basics/slurp.py: $team_ansible
$modules/net_tools/basics/uri.py: $team_ansible
$modules/net_tools/cloudflare_dns.py: andreaso
$modules/net_tools/exoscale/: resmo
$modules/net_tools/ldap/: jtyr
$modules/net_tools/lldp.py:
ignored: andyhky
2018-04-26 13:55:51 +02:00
$modules/net_tools/nios/:
2018-06-01 19:50:36 +02:00
maintainers: $team_networking sganesh-infoblox
labels:
- networking
- infoblox
$modules/net_tools/netbox/: fragmentedpacket
$modules/network/a10/: ericchou1 mischapeters
$modules/network/aci/: &aci
keywords: [ ACI, Cisco MSC, Cisco MSO, MultiSite, Multi-Site ]
labels: [ aci, cisco, networking ]
maintainers: $team_aci
notified: koladiya
2019-02-27 17:43:53 +01:00
$modules/network/aireos/: &aireos
maintainers: $team_aireos
labels: [ aireos, cisco, networking ]
$modules/network/aos/: dgarros jeremyschulman
$modules/network/aruba/: jmighion
2019-02-27 17:43:53 +01:00
$modules/network/asa/: &asa
maintainers: $team_asa
labels: [ asa, cisco, networking ]
$modules/network/avi/: $team_avi
$modules/network/bigswitch/: jayakody tedelhourani vuile
$modules/network/cloudengine/: QijunPan
$modules/network/cnos/: dkasberg amuraleedhar
$modules/network/cumulus/: $team_cumulus
$modules/network/dellos10/: skg-net
$modules/network/dellos6/: abirami-n skg-net
$modules/network/dellos9/: Dhivyap skg-net
$modules/network/edgeos/: samdoran
$modules/network/edgeswitch/: f-bor
$modules/network/enos/: amuraleedhar
$modules/network/eos/: trishnaguha
$modules/network/exos/: rdvencioneck
$modules/network/f5/:
ignored: Etienne-Carriere mhite mryanlam perzizzle srvg JoeReifel $team_networking
maintainers: caphrim007 wojtek0806
$modules/network/files/: $team_networking
$modules/network/fortios/: bjolivot
$modules/network/fortimanager/: $team_fortimanager
$modules/network/illumos/: *solaris
$modules/network/interface/: $team_networking
2019-02-27 17:43:53 +01:00
$modules/network/ios/: &ios
labels: [ cisco, ios, networking ]
maintainers: $team_ios
$modules/network/iosxr/: &iosxr
labels: [ cisco, iosxr, networking ]
maintainers: $team_iosxr
$modules/network/ironware/: paulquack
$modules/network/junos/: Qalthos ganeshrn
$modules/network/layer2/: $team_networking
$modules/network/layer3/: $team_networking
2019-02-27 17:43:53 +01:00
$modules/network/meraki/: &meraki
labels: [ cisco, meraki, networking ]
maintainers: $team_meraki
$modules/network/netconf/netconf_config.py: userlerueda $team_networking
$modules/network/netconf/netconf_get.py: $team_networking
$modules/network/netconf/netconf_rpc.py: $team_networking
$modules/network/netscaler/: $team_netscaler
$modules/network/netvisor/: $team_netvisor
2018-08-10 22:50:02 +02:00
$modules/network/nos/: $team_extreme
$modules/network/nuage/: pdellaert
2019-02-27 17:43:53 +01:00
$modules/network/nxos/: &nxos
keywords: [ nxapi ]
labels: [ cisco, networking, nxos ]
maintainers: $team_nxos
$modules/network/nso/: &nso
labels: [ cisco, networking, nso ]
2019-02-27 17:43:53 +01:00
maintainers: $team_nso
$modules/network/onyx/: $team_onyx
$modules/network/ordnance/: alexanderturner djh00t
$modules/network/ovs/:
ignored: stygstra
maintainers: rcarrillocruz
$modules/network/panos/: ivanbojer jtschichold shinmog
$modules/network/protocol/: $team_networking
$modules/network/routeros/: heuels
$modules/network/routing/: $team_networking
$modules/network/slxos/: $team_extreme
$modules/network/sros/: privateip
$modules/network/system/: $team_networking
$modules/network/voss/: $team_extreme
$modules/network/vyos/: Qalthos samdoran NilashishC
$modules/notification/_osx_say.py: $team_ansible
$modules/notification/rocketchat.py:
ignored: ramondelafuente
maintainers: Deepakkothandan
$modules/packaging/language/gem.py: $team_ansible
$modules/packaging/language/maven_artifact.py:
ignored: chrisisbeef
maintainers: tumbl3w33d turb
$modules/packaging/language/npm.py:
ignored: chrishoffman
maintainers: shane-walker xcambar
$modules/packaging/language/pip.py: Lujeni webknjaz
$modules/packaging/os/apk.py:
ignored: kbrebanov
maintainers: tdtrask
$modules/packaging/os/apt.py: $team_ansible
$modules/packaging/os/apt_repository.py: $team_ansible
$modules/packaging/os/openbsd_pkg.py: &bsd
ignored: bleader
2019-01-30 15:00:46 +01:00
keywords: [ doas, dragonfly, freebsd, iocage, jail, netbsd, openbsd, opnsense, pfsense ]
labels: bsd
maintainers: $team_bsd
$modules/packaging/os/homebrew.py: &macos
ignored: frenck
2019-01-30 15:00:46 +01:00
keywords: [ brew, cask, darwin, homebrew, macosx, macports, osx ]
labels: macos
maintainers: $team_macos
notified: chris-short
$modules/packaging/os/homebrew_: *macos
$modules/packaging/os/installp.py: &aix
2019-01-30 15:00:46 +01:00
keywords: [ aix, efix, lpar, wpar ]
labels: aix
maintainers: $team_aix
$modules/packaging/os/macports.py: *macos
$modules/packaging/os/package.py: $team_ansible
$modules/packaging/os/pacman.py:
ignored: elasticdog
$modules/packaging/os/pkg5: *solaris
$modules/packaging/os/pkgin.py: *solaris
$modules/packaging/os/pkgng.py: *bsd
$modules/packaging/os/pkgutil.py: *solaris
$modules/packaging/os/portage.py:
ignored: sayap
$modules/packaging/os/portinstall.py: *bsd
$modules/packaging/os/redhat_subscription.py: alikins kahowell
$modules/packaging/os/rhn_channel.py: alikins
$modules/packaging/os/rhn_register.py: $team_rhn
$modules/packaging/os/snap.py: angristan
$modules/packaging/os/svr4pkg.py: *solaris
$modules/packaging/os/swdepot.py: &hpux
2019-01-30 15:00:46 +01:00
keywords: [ hp-ux ]
labels: hpux
maintainers: $team_hpux
2018-12-07 17:32:12 +01:00
$modules/packaging/os/swupd.py: hnanni
2018-11-22 01:47:45 +01:00
$modules/packaging/os/yum.py:
maintainers: $team_ansible kustodian
ignored: skvidal
$modules/packaging/os/zypper.py:
ignored: dirtyharrycallahan
$modules/packaging/os/zypper_repository.py: robinro
$modules/remote_management/foreman/: ehelms
$modules/remote_management/hpilo/: dagwieers haad
2019-02-27 17:43:53 +01:00
$modules/remote_management/imc/:
labels: [ cisco ]
2019-02-27 17:43:53 +01:00
maintainers: $team_imc
$modules/remote_management/ipmi/: cloudnull
$modules/remote_management/lxca/: navalkp prabhosa
$modules/remote_management/manageiq/: $team_manageiq
2018-09-20 14:38:10 +02:00
$modules/remote_management/redfish/: $team_redfish
$modules/remote_management/stacki/stacki_host.py: bbyhuy bsanders
2019-02-27 17:43:53 +01:00
$modules/remote_management/ucs/: &ucs
labels: [ cisco, remote_management, ucs ]
maintainers: $team_ucs
$modules/remote_management/dellemc/: rajeevarakkal
2017-10-02 21:26:56 +02:00
$modules/source_control/git.py: $team_ansible
$modules/source_control/github_key.py:
ignored: erydo
2019-01-22 15:08:31 +01:00
$modules/source_control/gitlab_: &gitlab
keywords: [ gitlab, source_control ]
2019-01-22 15:08:31 +01:00
labels: gitlab
maintainers: $team_gitlab
2019-02-01 20:25:12 +01:00
notified: jlozadad
Ansible module to enable the user to provision CPGs on HPE StoreServ 3PAR device (#39656) * Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Fixing entries in BOTMETA.yml Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Fixed rebase issue Fixed rebase issuein BOTMETA.yml * Modified the documentation based on the review comments * Fixed the pep8 sanity issue * Moved the doc fragment file based on latest changes * Reverting inadvertent rebase changes * Fixed inadvertent change during rebase
2019-02-26 15:09:03 +01:00
$modules/storage/hpe3par/: farhan7500 gautamphegde
$modules/storage/infinidat/: GR360RY vmalloc
$modules/storage/netapp/: $team_netapp
$modules/storage/purestorage/:
maintainers: $team_purestorage
labels: pure_storage
$modules/storage/glusterfs/: devyanikota
$modules/storage/ibm/: tzurE
$modules/storage/zfs/: *solaris
$modules/system/aix: *aix
$modules/system/alternatives.py:
ignored: DavidWittman
$modules/system/at.py: $team_ansible
$modules/system/authorized_key.py: $team_ansible
$modules/system/beadm.py: *solaris
$modules/system/facter.py: $team_ansible
$modules/system/filesystem.py: pilou-
$modules/system/gconftool2.py: Akasurde
$modules/system/group.py: $team_ansible
$modules/system/interfaces_file.py: obourdon
2019-01-10 01:21:40 +01:00
$modules/system/mksysb.py: *aix
$modules/system/modprobe.py:
ignored: stygstra
2018-11-26 14:16:56 +01:00
$modules/system/mount.py:
maintainers: $team_ansible jtyr
ignored: skvidal
$modules/system/ohai.py: $team_ansible
$modules/system/osx_defaults.py: *macos
$modules/system/pam_limits.py:
ignored: usawa
2017-08-17 01:26:24 +02:00
maintainers: giovannisciortino
$modules/system/ping.py: $team_ansible
$modules/system/puppet.py: nibalizer
$modules/system/seboolean.py: $team_ansible
$modules/system/selinux.py: samdoran
$modules/system/service.py: $team_ansible
$modules/system/setup.py:
ignored: david_obrien
maintainers: $team_ansible
$modules/system/solaris: *solaris
$modules/system/sysctl.py: Akasurde
$modules/system/systemd.py: $team_ansible
$modules/system/user.py: $team_ansible samdoran
$modules/utilities/helper/meta.py: $team_ansible
$modules/utilities/logic/assert.py: $team_ansible
$modules/utilities/logic/async_status.py: $team_ansible
$modules/utilities/logic/async_wrapper.py:
maintainers: $team_ansible
support: core
$modules/utilities/logic/include.py: $team_ansible
$modules/utilities/logic/include_role.py: $team_ansible
$modules/utilities/logic/include_vars.py: $team_ansible
$modules/utilities/logic/pause.py: samdoran
$modules/utilities/logic/wait_for.py: gregswift
$modules/web_infrastructure/ansible_tower/: &tower
labels: [ tower ]
maintainers: $team_tower
$modules/web_infrastructure/sophos_utm/:
maintainers: $team_e_spirit
keywords:
- utm
- sophos
$modules/web_infrastructure/django_manage.py: scottanderson42
$modules/web_infrastructure/htpasswd.py: $team_ansible
$modules/web_infrastructure/jboss: $team_jboss
$modules/web_infrastructure/jira.py: Slezhuk
$modules/windows/: &windows
2018-02-25 16:47:38 +01:00
ignored: angstwad georgefrank h0nIg
2019-02-12 09:02:02 +01:00
keywords: [ credssp, hyperv, powershell, psrp, winrm ]
labels: windows
2019-02-15 00:10:06 +01:00
maintainers: $team_windows
notified: if-meaton
$modules/windows/win_security_policy.py:
<<: *windows
maintainers: defionscode
bin/ansible-connection:
keywords:
- persistent connection
labels: networking
contrib/:
support: community
contrib/inventory:
keywords:
- dynamic inventory script
- dynamic inventory
- inventory script
labels: c:inventory/contrib_script
support: community
contrib/inventory/digital_ocean.py: *digital_ocean
contrib/inventory/docker: *docker
contrib/inventory/linode:
keywords:
- linode dynamic inventory script
maintainers: $team_linode
labels:
- cloud
- linode
contrib/inventory/openstack_inventory.py:
keywords:
- openstack dynamic inventory script
maintainers: $team_openstack
labels:
- cloud
contrib/inventory/ovirt4.py: *ovirt
contrib/inventory/infoblox.py:
keywords:
- infoblox dynamic inventory script
labels:
- ipam
- nios
- networking
maintainers: $team_networking
contrib/inventory/azure_rm.py:
keywords:
- azure inventory
- azure rm inventory
- azure azure_rm dynamic inventory script
labels:
- cloud
- azure
maintainers: $team_azure
contrib/inventory/ec2:
keywords:
- aws dynamic inventory
- aws inventory
- ec2 inventory
- ec2 dynamic inventory
- ec2.py dynamic inventory script
- ec2.py inventory script
- ec2.py inventory
labels:
- cloud
- aws
2018-09-12 07:43:28 +02:00
notified: ryansb s-hertel willthames
contrib/inventory/vmware.py:
keywords:
- vmware inventory
- vmware dynamic inventory script
labels:
- cloud
maintainers: $team_vmware
contrib/inventory/vmware_inventory.py:
keywords:
- vmware inventory
- vmware dynamic inventory script
labels:
- cloud
- vmware
maintainers: $team_vmware
lib/ansible/inventory:
keywords:
- core inventory
- inventory
- inventory parsing
#############################################
# MODULE_UTILS
$module_utils:
support: community
2019-02-12 16:28:48 +01:00
$module_utils/acme.py: *crypto
$module_utils/ansible_tower.py: *tower
$module_utils/azure_rm_common.py:
maintainers: $team_azure
labels:
- azure
- cloud
2018-11-08 12:51:41 +01:00
$module_utils/basic.py:
support: core
$module_utils/urls.py:
support: core
$module_utils/six:
support: core
$module_utils/common:
support: core
$module_utils/compat:
support: core
$module_utils/_text.py:
support: core
$module_utils/parsing:
support: core
$module_utils/splitter.py:
support: core
$module_utils/yumdnf.py:
support: core
$module_utils/ansible_release.py:
support: core
$module_utils/distro:
support: core
$module_utils/ismount.py:
support: core
$module_utils/json_utils.py:
support: core
$module_utils/pycompat24.py:
support: core
$module_utils/service.py:
support: core
$module_utils/cloudscale.py:
maintainers: $team_cloudscale
$module_utils/cloudstack.py:
maintainers: $team_cloudstack
labels: cloudstack
$module_utils/crypto.py: *crypto
$module_utils/csharp: &windows_core
labels: windows
maintainers: $team_windows_core
support: core
$module_utils/docker/: *docker
$module_utils/ec2.py:
support: core
labels:
- aws
- cloud
$module_utils/facts:
support: core
$module_utils/facts/hardware/aix.py: *aix
$module_utils/facts/hardware/darwin.py: *macos
$module_utils/facts/hardware/dragonfly.py: *bsd
$module_utils/facts/hardware/freebsd.py: *bsd
$module_utils/facts/hardware/hpux.py: *hpux
$module_utils/facts/hardware/netbsd.py: *bsd
$module_utils/facts/hardware/openbsd.py: *bsd
$module_utils/facts/hardware/sunos.py: *solaris
$module_utils/facts/network/aix.py: *aix
$module_utils/facts/network/darwin.py: *macos
$module_utils/facts/network/dragonfly.py: *bsd
$module_utils/facts/network/freebsd.py: *bsd
$module_utils/facts/network/generic_bsd.py: *bsd
$module_utils/facts/network/hpux.py: *hpux
$module_utils/facts/network/netbsd.py: *bsd
$module_utils/facts/network/openbsd.py: *bsd
$module_utils/facts/network/sunos.py: *solaris
$module_utils/facts/virtual/dragonfly.py: *bsd
$module_utils/facts/virtual/freebsd.py: *bsd
$module_utils/facts/virtual/hpux.py: *hpux
$module_utils/facts/virtual/netbsd.py: *bsd
$module_utils/facts/virtual/openbsd.py: *bsd
$module_utils/facts/virtual/sunos.py: *solaris
$module_utils/gcp_utils.py:
maintainers: $team_google
supershipit: $team_google
2019-01-22 15:08:31 +01:00
$module_utils/gitlab.py: *gitlab
$module_utils/ipa.py:
maintainers: $team_ipa
$module_utils/k8s:
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
labels:
- clustering
- k8s
$module_utils/keycloak.py:
maintainers: eikef
$module_utils/manageiq.py:
maintainers: $team_manageiq
$module_utils/memset.py:
maintainers: glitchcrab
labels: cloud
$module_utils/mysql.py: *mysql
$module_utils/net_tools/nios/:
support: core
labels:
- networking
- infoblox
2018-06-01 19:50:36 +02:00
maintainers: $team_networking sganesh-infoblox
$module_utils/netapp:
maintainers: $team_netapp
$module_utils/network:
labels: networking
$module_utils/network/a10:
maintainers: ericchou1 mischapeters
$module_utils/network/aci: *aci
2019-02-27 17:43:53 +01:00
$module_utils/network/aireos: *aireos
$module_utils/network/aos:
maintainers: dgarros jeremyschulman
$module_utils/network/aruba:
maintainers: jmighion
2019-02-27 17:43:53 +01:00
$module_utils/network/asa: *asa
$module_utils/network/avi:
maintainers: $team_avi
$module_utils/network/bigswitch:
maintainers: jayakody tedelhourani vuile
$module_utils/network/cloudengine:
maintainers: QijunPan
$module_utils/network/cnos:
2017-09-12 17:13:12 +02:00
maintainers: dkasberg amuraleedhar
$module_utils/network/common:
support: network
maintainers: $team_networking
$module_utils/network/dellos6:
maintainers: skg-net
$module_utils/network/dellos9:
maintainers: skg-net
$module_utils/network/dellos10:
maintainers: skg-net
$module_utils/network/edgeswitch:
maintainers: f-bor
$module_utils/network/enos:
maintainers: amuraleedhar
$module_utils/network/eos:
support: network
maintainers: $team_networking
$module_utils/network/exos:
maintainers: rdvencioneck
$module_utils/network/f5:
maintainers: caphrim007 wojtek0806
$module_utils/f5_utils.py:
maintainers: caphrim007 wojtek0806
labels:
- f5
$module_utils/network/fortios:
maintainers: bjolivot
$module_utils/network/fortimanager:
maintainers: $team_fortimanager
labels:
- fortimanager
- networking
$module_utils/network/ios:
<<: *ios
2019-02-27 17:43:53 +01:00
maintainers: $team_networking $team_ios
support: network
$module_utils/network/iosxr:
2019-02-27 17:43:53 +01:00
<<: *iosxr
maintainers: $team_networking $team_iosxr
support: network
$module_utils/network/ironware:
maintainers: paulquack
$module_utils/network/junos:
support: network
2019-02-27 17:43:53 +01:00
$module_utils/network/meraki: *meraki
$module_utils/network/netconf:
support: network
maintainers: $team_networking
$module_utils/network/netscaler:
maintainers: $team_netscaler
2018-08-10 22:50:02 +02:00
$module_utils/network/nos:
maintainers: $team_extreme
2019-02-27 17:43:53 +01:00
$module_utils/network/nso: *nso
$module_utils/network/nxos:
2019-02-27 17:43:53 +01:00
<<: *nxos
support: network
$module_utils/network/onyx:
maintainers: $team_onyx
$module_utils/network/ordnance:
maintainers: alexanderturner djh00t
$module_utils/network/panos:
maintainers: ivanbojer jtschichold shinmog
$module_utils/network/routeros:
maintainers: heuels
$module_utils/network/slxos:
maintainers: $team_extreme
$module_utils/network/voss:
maintainers: $team_extreme
$module_utils/network/vyos:
support: network
maintainers: $team_networking
2017-08-25 16:50:13 +02:00
$module_utils/openstack.py:
maintainers: $team_openstack
labels:
- cloud
$module_utils/ovirt.py: *ovirt
$module_utils/postgres.py: *postgresql
$module_utils/powershell: *windows_core
$module_utils/pure.py:
maintainers: $team_purestorage
labels: pure_storage
$module_utils/redfish_utils.py:
2018-09-20 14:38:10 +02:00
maintainers: $team_redfish
$module_utils/remote_management/lxca:
maintainers: navalkp prabhosa
labels: lxca
2019-02-27 17:43:53 +01:00
$module_utils/remote_management/ucs: *ucs
$module_utils/remote_management/dellemc:
maintainers: rajeevarakkal
$module_utils/scaleway.py: &scaleway
maintainers: $team_scaleway
2018-07-18 17:30:35 +02:00
labels:
- cloud
$module_utils/utm_utils.py:
maintainers: $team_e_spirit
2019-02-12 09:02:02 +01:00
$module_utils/vmware: *vmware
$module_utils/vultr.py: *vultr
$module_utils/xenserver.py:
maintainers: bvitnik
Ansible module to enable the user to provision CPGs on HPE StoreServ 3PAR device (#39656) * Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Fixing entries in BOTMETA.yml Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Fixed rebase issue Fixed rebase issuein BOTMETA.yml * Modified the documentation based on the review comments * Fixed the pep8 sanity issue * Moved the doc fragment file based on latest changes * Reverting inadvertent rebase changes * Fixed inadvertent change during rebase
2019-02-26 15:09:03 +01:00
$module_utils/storage/hpe3par/hpe3par.py: &hpe3par
maintainers: farhan7500 gautamphegde
support: community
###############################
# playbook
lib/ansible/playbook/handler.py:
keywords:
- handlers
lib/ansible/playbook/role:
keywords:
- roles path
- roles_path
- role
- role path
lib/ansible/playbook/role/include.py:
keywords:
- include role
- include_role
- role include
lib/ansible/playbook/role/requirement.py:
keywords:
- role dependencies
- role dep
- role dependency
###############################
# plugins
$plugins:
support: community
$plugins/__init__.py:
2018-11-19 12:09:09 +01:00
support: core
$plugins/loader.py:
2018-11-19 12:09:09 +01:00
support: core
###############################
# action
$plugins/action/add_host.py:
support: core
$plugins/action/assemble.py:
support: core
$plugins/action/assert.py:
support: core
$plugins/action/aws_s3.py:
support: core
$plugins/action/command.py:
support: core
$plugins/action/cli:
support: network
$plugins/action/copy.py:
support: core
$plugins/action/debug.py:
support: core
$plugins/action/fail.py:
support: core
$plugins/action/fetch.py:
support: core
$plugins/action/group_by.py:
support: core
$plugins/action/include_vars.py:
support: core
$plugins/action/__init__.py:
support: core
$plugins/action/normal.py:
support: core
$plugins/action/package.py:
support: core
$plugins/action/patch.py:
support: core
$plugins/action/pause.py:
support: core
$plugins/action/raw.py:
support: core
$plugins/action/reboot.py:
support: core
$plugins/action/script.py:
support: core
$plugins/action/service.py:
support: core
$plugins/action/set_fact.py:
support: core
$plugins/action/shell.py:
support: core
$plugins/action/synchronize.py:
support: core
$plugins/action/telnet.py:
support: core
$plugins/action/template.py:
support: core
$plugins/action/uri.py:
support: core
$plugins/action/wait_for_connection.py:
support: core
$plugins/action/win: *windows_core
$plugins/action/yum.py:
support: core
2019-02-27 17:43:53 +01:00
$plugins/action/asa: *asa
$plugins/action/aireos: *aireos
$plugins/action/aruba:
maintainers: jmighion
labels: networking
$plugins/action/bigip:
maintainers: caphrim007 wojtek0806
labels: networking
$plugins/action/bigiq:
maintainers: caphrim007 wojtek0806
labels: networking
$plugins/action/dellos:
maintainers: skg-net
labels: networking
$plugins/action/eos:
support: network
maintainers: $team_networking
labels: networking
$plugins/action/ios:
2019-02-27 17:43:53 +01:00
<<: *ios
maintainers: $team_networking $team_ios
support: network
$plugins/action/iosxr:
2019-02-27 17:43:53 +01:00
<<: *iosxr
maintainers: $team_networking $team_iosxr
support: network
$plugins/action/ironware:
maintainers: paulquack
labels: networking
$plugins/action/junos:
support: network
maintainers: $team_networking
labels: networking
$plugins/action/net:
support: network
maintainers: $team_networking
labels: networking
$plugins/action/nxos:
2019-02-27 17:43:53 +01:00
<<: *nxos
support: network
maintainers: $team_networking
$plugins/action/onyx_config.py:
maintainers: $team_onyx
labels: networking
$plugins/action/sros:
maintainers: $team_networking
labels: networking
$plugins/action/vyos:
support: network
maintainers: $team_networking
labels: networking
###############################
# plugins/cache
$plugins/cache/__init__.py:
support: core
$plugins/cache/base.py:
support: core
###############################
# plugins/callbacks
$plugins/callback/__init__.py:
support: core
$plugins/callback/debug:
support: core
$plugins/callback/default:
support: core
$plugins/callback/grafana_annotations.py:
maintainers: rrey
$plugins/callback/junit:
support: core
$plugins/callback/minimal:
support: core
$plugins/callback/oneline:
support: core
$plugins/callback/say.py: *macos
$plugins/callback/profile:
support: core
$plugins/callback/stderr.py:
2018-11-05 15:19:41 +01:00
maintainers: ysn2233
$plugins/callback/sumologic.py:
maintainers: ryancurrah
$plugins/callback/tree:
support: core
$plugins/callback/unixy.py:
maintainers: akatch
###############################
# plugins/cliconf
$plugins/cliconf/:
labels: networking
$plugins/cliconf/edgeswitch.py:
maintainers: f-bor
$plugins/cliconf/eos.py:
support: network
maintainers: $team_networking
$plugins/cliconf/exos.py:
maintainers: rdvencioneck
$plugins/cliconf/ios.py:
2019-02-27 17:43:53 +01:00
<<: *ios
maintainers: $team_networking $team_ios
support: network
$plugins/cliconf/iosxr.py:
2019-02-27 17:43:53 +01:00
<<: *iosxr
maintainers: $team_networking $team_iosxr
support: network
$plugins/cliconf/ironware.py:
maintainers: paulquack
$plugins/cliconf/junos.py:
support: network
maintainers: $team_networking
$plugins/cliconf/nos.py:
2018-08-10 22:50:02 +02:00
maintainers: $team_extreme
$plugins/cliconf/nxos.py:
2019-02-27 17:43:53 +01:00
<<: *nxos
support: network
$plugins/cliconf/onyx.py:
maintainers: $team_onyx
$plugins/cliconf/routeros.py:
maintainers: heuels
$plugins/cliconf/slxos.py:
maintainers: $team_extreme
$plugins/cliconf/voss.py:
maintainers: $team_extreme
labels: networking
$plugins/cliconf/vyos.py:
support: network
maintainers: $team_networking
###############################
# plugins/connection
$plugins/connection/:
support: core
$plugins/connection/docker.py:
<<: *docker
support: community
$plugins/connection/httpapi.py:
support: network
maintainers: $team_networking
labels: networking
$plugins/connection/lxd.py:
maintainers: mattclay
$plugins/connection/netconf.py:
support: network
maintainers: $team_networking
labels: networking
$plugins/connection/oc.py:
support: community
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
$plugins/connection/network_cli.py:
support: network
maintainers: $team_networking
labels: networking
$plugins/connection/persistent.py:
maintainers: $team_networking
labels: networking
$plugins/connection/psrp.py: *windows_core
$plugins/connection/saltstack.py:
support: community
$plugins/connection/winrm.py: *windows_core
###############################
# plugins/doc_fragments
$plugins/doc_fragments/:
support: community
$plugins/doc_fragments/__init__.py:
support: core
$plugins/doc_fragments/aci.py: *aci
2019-02-12 16:28:48 +01:00
$plugins/doc_fragments/acme.py: *crypto
$plugins/doc_fragments/cloudstack.py:
maintainers: $team_cloudstack
labels: cloudstack
$plugins/doc_fragments/docker.py:
<<: *docker
support: community
$plugins/doc_fragments/mso.py: *aci
2019-01-28 13:09:29 +01:00
$plugins/doc_fragments/mysql.py: *mysql
$plugins/doc_fragments/postgres.py: *postgresql
$plugins/doc_fragments/proxysql.py: *mysql
2019-02-12 09:02:02 +01:00
$plugins/doc_fragments/vultr.py: *vultr
$plugins/doc_fragments/xenserver.py:
maintainers: bvitnik
Ansible module to enable the user to provision CPGs on HPE StoreServ 3PAR device (#39656) * Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Fixing entries in BOTMETA.yml Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Fixed rebase issue Fixed rebase issuein BOTMETA.yml * Modified the documentation based on the review comments * Fixed the pep8 sanity issue * Moved the doc fragment file based on latest changes * Reverting inadvertent rebase changes * Fixed inadvertent change during rebase
2019-02-26 15:09:03 +01:00
$plugins/doc_fragments/hpe3par.py: *hpe3par
###############################
# plugins/filter
$plugins/filter/:
2018-12-10 23:40:22 +01:00
support: community
$plugins/filter/__init__.py:
support: core
$plugins/filter/core.py:
support: core
$plugins/filter/mathstuff.py:
support: core
$plugins/filter/network.py:
support: network
maintainers: $team_networking
labels: networking
2018-12-10 23:40:22 +01:00
$plugins/filter/urlsplit.py:
support: core
###############################
# plugins/httpapi
$plugins/httpapi:
support: network
maintainers: $team_networking
labels: networking
$plugins/httpapi/ftd.py:
support: community
maintainers: annikulin $team_networking
###############################
# plugins/inventory
$plugins/inventory/__init__.py:
support: core
$plugins/inventory/gcp_compute.py:
maintainers: $team_google
supershipit: $team_google
$plugins/inventory/hcloud.py: *hcloud
$plugins/inventory/ini.py:
support: core
$plugins/inventory/k8s.py:
support: community
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
labels: k8s
$plugins/inventory/linode.py:
keywords:
- linode dynamic inventory script
maintainers: $team_linode
labels:
- cloud
- linode
$plugins/inventory/netbox.py:
2018-10-12 10:29:36 +02:00
support: community
maintainers: $team_netbox
$plugins/inventory/openshift.py:
support: community
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
$plugins/inventory/openstack.py:
maintainers: $team_openstack
keywords:
- openstack
- inventory
2018-01-03 20:08:46 +01:00
labels:
2017-10-18 12:24:28 +02:00
- cloud
$plugins/inventory/scaleway.py: *scaleway
$plugins/inventory/script.py:
support: core
$plugins/inventory/vmware_vm_inventory.py:
labels:
- vmware
- cloud
maintainers: $team_vmware
keywords:
- vmware inventory
- vmware dynamic inventory plugin
ignored: cigamit jcpowermac mtnbikenc tchernomax
$plugins/inventory/vultr.py: *vultr
$plugins/inventory/yaml.py:
support: core
###############################
# plugins/lookup
$plugins/lookup/__init__.py:
support: core
$plugins/lookup/aws:
labels:
- aws
- cloud
$plugins/lookup/conjur_variable.py:
Conjur Lookup Plugin (#34280) * Imported lookup plugin from Role * Plugin cleanup, including: * Use existing Python YAML parsing * Remove environment variables as connection options * Added initial debugging information * Reworked the lookup plugin using the Python Request library. As it's available through Ansible, it makes communication with Conjur much more straight forward. * Removed un-used libraries * Fixed linting issues * Standardized output on `format` and insure it works for 2.6, 2.7, and 3.x. * Use quote_plus from the six library for improved python 2/3 behavior. * Refactored identity & configuration to prefer user's file. This also includes a refactor to remove an un-needed dictionary merge method. * Removed `requests` in favor of `ansible.module_utils.urls`. * Refactored netrc loading to warn if host is not present. * Tests and a refactor to support easier testing. * Added reference to website * Fixed two linting errors * Fixed an extra line found by linting * Updated file write to use binary to insure config files are written correctly * Resolved linting issues * Refactored config & identity loading to take advantage of plugin options * Cleanup a bunch of small items caught by linting * Removed extra line caught by linting * Swapped in pytest and added some tests with mocked network responses * Pushing to see if this approach works better... * Refactored be open_url mocking based on feedback * Fixed a couple linting issues & refactored mocking into each method to attempt to resolve a failing test * Use a generic MagicMock for python 2.6 * Fixes doc typo require -> required * Use `type: path` in identity_file and config_file Also removes `expanduser` calls below (which will now be called automatically on paths.) * Defines maintainers for conjur_variable plugin * BOTMETA.yml: ** defines $team_cyberark_conjur as maintainers of Conjur Variable plugin ** adds myself and @jvanderhoof to that team * Adds URLs to relevant documentation for Conjur Variable lookup plugin * Clarifies "the server," "the machine" -> "controlling host" The machine identity used is that of the Ansible controlling host, not any server being provisioned or instructed. This documentation change aims to make that relationship clear. * Adds response code to exception message on authentication failure * Enhances exception messages to specify the controlling host These error messages are less likely to confuse a user as to which machine is associated with the files, identities, and configurations being described. * Adds ANSIBLE_METADATA for Conjur variable lookup plugin
2018-01-23 17:04:57 +01:00
maintainers: $team_cyberark_conjur
notified: cyberark-bizdev
$plugins/lookup/dig:
maintainers: jpmens
$plugins/lookup/cyberarkpassword.py:
notified: cyberark-bizdev
$plugins/lookup/hashi_vault: defionscode
$plugins/lookup/k8s.py:
support: community
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
labels: k8s
$plugins/lookup/nios:
support: core
maintainers: $team_networking sganesh-infoblox
labels:
- networking
- infoblox
$plugins/lookup/onepassword:
maintainers: samdoran
ignored: azenk
###############################
# plugins/netconf
$plugins/netconf/:
support: network
maintainers: $team_networking
labels: networking
$plugins/lookup/rabbitmq.py:
Lookup plugin for rabbitmq (#44070) * Adding a basic get lookup for rabbitmq. * Always return a list * If content type is JSON, make accessible via dict. * Fixed incorrect json.loads variable and missing raise * Change to document returned data * Fixed pep8 issues * Adding integration testing * Moving lookup intgration tests to new target * New rabbitmq lookup plugin (#44070). * New rabbitmq lookup plugin (#44070). * PR review feedback updates * Testing pika is installed * Minor mods to tests * Check if connection is already closed or closing * Updated tests and connection testing * PR review feedback updates * PR review include ValueError in AnsibleError output * Suggesting to use set_fact when using returned variable more than once. * Cleaned up some tests, added some notes and handling connection closure on some exceptions. * Removed finally statement and added some additional error handling. * Added some additional error handling. * PR review updates. * Additional integration tests and removing return in finally * Updated version * Changing back to running tests on ubuntu. * Additional tests * Running tests on Ubuntu only * Fixing syntax error * Fixing ingtegration tests and a string/byte issue * Removed non-required test and fixed BOTMETA * Trying to fix integration test failure on ubuntu1404 * Some issues occured when handling messages from the queue with to_native. Switching to to_text resolved the issues. * Renaming channel to queue (thanks dch). Disabling trusty tests.
2018-10-04 03:25:09 +02:00
maintainers: Im0
support: community
$plugins/netconf/sros.py:
maintainers: wisotzky $team_networking
labels: networking
###############################
# plugins/shell
$plugins/shell/:
support: core
$plugins/shell/powershell.py: *windows_core
###############################
# plugins/strategy
$plugins/strategy/:
support: core
###############################
# plugins/terminal
$plugins/terminal/:
labels: networking
$plugins/terminal/__init__.py:
support: network
2019-02-27 17:43:53 +01:00
$plugins/terminal/asa.py: *asa
$plugins/terminal/dellos10:
maintainers: skg-net
$plugins/terminal/edgeos.py:
maintainers: samdoran
$plugins/terminal/edgeswitch.py:
maintainers: f-bor
$plugins/terminal/eos.py:
support: network
maintainers: $team_networking
$plugins/terminal/exos.py:
maintainers: rdvencioneck
$plugins/terminal/ios.py:
2019-02-27 17:43:53 +01:00
<<: *ios
2019-02-27 19:42:47 +01:00
maintainers: $team_networking $team_ios
support: network
$plugins/terminal/iosxr.py:
2019-02-27 17:43:53 +01:00
<<: *iosxr
2019-02-27 19:42:47 +01:00
maintainers: $team_networking $team_iosxr
support: network
$plugins/terminal/ironware.py:
maintainers: paulquack
$plugins/terminal/junos.py:
support: network
maintainers: $team_networking
$plugins/terminal/nos.py:
2018-08-10 22:50:02 +02:00
maintainers: $team_extreme
$plugins/terminal/nxos.py:
2019-02-27 17:43:53 +01:00
<<: *nxos
support: network
maintainers: $team_networking
$plugins/terminal/onyx.py:
maintainers: $team_onyx
$plugins/terminal/routeros.py:
maintainers: heuels
$plugins/terminal/slxos.py:
maintainers: $team_extreme
$plugins/terminal/sros.py:
maintainers: $team_networking
$plugins/terminal/voss.py:
maintainers: $team_extreme
$plugins/terminal/vyos.py:
support: network
maintainers: $team_networking samdoran
###############################
# plugins/test
$plugins/test:
support: core
###############################
# plugins/vars
$plugins/vars:
support: core
###############################
lib/ansible/release.py:
2018-09-12 07:43:28 +02:00
notified: mattclay nitzmahone
##############################
# other lib
lib/ansible/executor/powershell: *windows_core
lib/ansible/template:
keywords:
- jinja
- jinja2
test/sanity/validate-modules:
notified:
- mattclay
keywords:
- validate-modules
test/sanity/validate-modules/schema.py:
notified:
- gundalow
- sivel
test/sanity/validate-modules/main.py:
notified:
- gundalow
- sivel
docs/:
2018-07-31 01:03:50 +02:00
maintainers:
- acozine
docs/docsite/rst/dev_guide/developing_modules_general_aci.rst: *aci
docs/docsite/rst/network/:
labels: networking
maintainers:
2018-07-31 01:03:50 +02:00
- samccann
2018-09-24 16:55:29 +02:00
docs/docsite/rst/scenario_guides/guide_aci.rst: *aci
docs/docsite/rst/scenario_guides/guide_docker.rst: *docker
docs/docsite/rst/user_guide/intro_bsd.rst: *bsd
###############################
# 'test' is a component path, then 'test' label will be automatically added
test/runner/:
2018-09-12 07:43:28 +02:00
notified: mattclay
2019-02-12 16:28:48 +01:00
test/runner/lib/cloud/acme.py: *crypto
test/sanity/:
2018-09-12 07:43:28 +02:00
notified: mattclay
test/utils/shippable/:
2018-09-12 07:43:28 +02:00
notified: mattclay
2018-09-24 16:55:29 +02:00
test/integration/targets/aci: *aci
2019-02-12 16:28:48 +01:00
test/integration/targets/acme: *crypto
test/integration/targets/aix: *aix
test/integration/targets/cloudscale:
maintainers: $team_cloudscale
labels: cloud
test/integration/targets/cs_:
maintainers: $team_cloudstack
labels: cloudstack
test/integration/targets/docker: *docker
test/integration/targets/gcp:
maintainers: $team_google
supershipit: $team_google
2018-11-10 01:59:40 +01:00
test/integration/targets/meraki: *meraki
test/integration/targets/mso: *aci
2019-01-28 13:09:29 +01:00
test/integration/targets/mysql: *mysql
2019-02-27 17:43:53 +01:00
test/integration/targets/nxos: *nxos
2019-02-12 16:28:48 +01:00
test/integration/targets/openssl: *crypto
test/integration/targets/postgresql: *postgresql
2019-02-12 16:28:48 +01:00
test/integration/targets/setup_acme: *crypto
test/integration/targets/setup_docker: *docker
2019-02-12 16:28:48 +01:00
test/integration/targets/setup_openssl: *crypto
2019-01-28 13:09:29 +01:00
test/integration/targets/setup_mysql_db: *mysql
test/integration/targets/setup_zabbix:
maintainers: eikef D3DeFi
2019-02-27 17:43:53 +01:00
test/integration/targets/ucs: *ucs
2019-02-12 09:02:02 +01:00
test/integration/targets/vultr: *vultr
test/legacy/:
notified: mattclay
test/legacy/scaleway:
<<: *scaleway
support: community
test/units/module_utils/docker/:
<<: *docker
support: community
test/units/module_utils/facts/network/test_generic_bsd.py: *bsd
2019-02-12 16:28:48 +01:00
test/units/module_utils/test_acme.py: *crypto
test/units/module_utils/xenserver/: bvitnik
test/units/modules/cloud/docker:
<<: *docker
support: community
2017-11-02 13:15:20 +01:00
test/units/modules/network:
maintainers: $team_networking
labels: networking
2019-02-27 17:43:53 +01:00
test/units/modules/network/nxos: *nxos
test/units/modules/cloud/xenserver/: bvitnik
Ansible module to enable the user to provision CPGs on HPE StoreServ 3PAR device (#39656) * Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Fixing entries in BOTMETA.yml Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Added storage modules and unit tests Removed unnecessary file Fixing pep8 issues Adding reusable documentation to the data fragment file Fixing issues reported by module validation in documentation Fixed issues: 10549, 10553 Fixed unit tests Added future imports and removed license from init py file Resolved import issue reported by ansible sanity test Fixed unit tests Adding CPG management module Fixing sanity test issues Resolving line ending issues Resolved import issue reported by ansible sanity test Correcting the error message when resource is more than 31 char Update hpe3par_cpg.py Fix for defect 10556: Unable to modify volume. Persona not set Fix for defect 10556: Unable to modify volume. Persona not set Fixing pep8 changes Fixed pep8 issues Added more pep8 related fixes Added more pep8 related fixes Fixed rebase issue in cps test Adding GPL3.0+ License (#7) * Update hpe3par.py * Update hpe3par_cpg.py * Update hpe3par_cpg.py Adding GPLV3+ only license Fix anity test Addressing review comments Fixing undefined variable error Addressed review comments and added more unit tests (#8) Added maintainers Fixed sanity test Update test_hpe3par_cpg.py Renamed the module as per the review comments (#9) * Added maintainers * Renaming the module to remove the vendor name from the module * remove pep8 related issues Modify the requirements to add version of 3par sdk Review address (#10) * Unit is no longer a different paramter in the task * Fixing unit tests * Taking into account the default values Fixing issue with default values fixing unit test Adding more flexibility and checks to the size and it's units Fixed pylint extra line issue Fixing conflicts in BOTMETA.yml Made changes according to the review comments Updating ansible version Refactored the code to move reusable method to module utils Modified the GPLv3+ license text according to the review comments. Modified the module utils license to BSD Corrected the BOTMETA entry. Fixed the pep8 issues Removed ansible version, renamed the version to address the name review comments Reverting name change for module to revert test failures Set size and raid type and now reuqired together based on the review comment Fixed unit tests Removing default value as raid and set size are now required together Renaming the modules to ss_3par_* Resolving the pep8 issues Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Update lib/ansible/modules/storage/hpe3par/ss_3par_cpg.py Co-Authored-By: farhan7500 <farhan7500@gmail.com> Fixed rebase issue Fixed rebase issuein BOTMETA.yml * Modified the documentation based on the review comments * Fixed the pep8 sanity issue * Moved the doc fragment file based on latest changes * Reverting inadvertent rebase changes * Fixed inadvertent change during rebase
2019-02-26 15:09:03 +01:00
test/units/modules/storage/hpe3par: *hpe3par
test/sanity/pep8/legacy-files.txt:
notified: mattclay
hacking/report.py:
2018-09-12 07:43:28 +02:00
notified: mattclay
shippable.yml:
2018-09-12 07:43:28 +02:00
notified: mattclay
tox.ini:
2018-09-12 07:43:28 +02:00
notified: mattclay
macros:
module_utils: lib/ansible/module_utils
modules: lib/ansible/modules
plugins: lib/ansible/plugins
2019-02-22 23:54:39 +01:00
team_aci: brunocalogero dagwieers jmcgill298 mtorelli rsmeyers schunduri smnmtzgr
2019-02-27 17:43:53 +01:00
team_aireos: jmighion
team_aix: bcoca dagwieers flynn1973 gforster kairoaraujo marvin-sinister mator molekuul MorrisA ramooncamacho wtcross
2019-02-27 17:43:53 +01:00
team_asa: gdpak ogenstad
team_ansible: []
team_avi: ericsysmin grastogi23 khaltore
team_azure: haroldwongms nitzmahone trstringer yuwzho xscript zikalino
2019-02-18 21:09:46 +01:00
team_bsd: bcoca dagwieers jasperla JoergFiedler MacLemon mekanix opoplawski overhacked tuxillo
team_cloudscale: gaudenz resmo
team_cloudstack: resmo dpassante rhtyd
2019-02-12 16:28:48 +01:00
team_crypto: felixfontein MarkusTeufelberger puiterwijk resmo Spredzy Shaps Xyon
team_cumulus: isharacomix jrrivers
Conjur Lookup Plugin (#34280) * Imported lookup plugin from Role * Plugin cleanup, including: * Use existing Python YAML parsing * Remove environment variables as connection options * Added initial debugging information * Reworked the lookup plugin using the Python Request library. As it's available through Ansible, it makes communication with Conjur much more straight forward. * Removed un-used libraries * Fixed linting issues * Standardized output on `format` and insure it works for 2.6, 2.7, and 3.x. * Use quote_plus from the six library for improved python 2/3 behavior. * Refactored identity & configuration to prefer user's file. This also includes a refactor to remove an un-needed dictionary merge method. * Removed `requests` in favor of `ansible.module_utils.urls`. * Refactored netrc loading to warn if host is not present. * Tests and a refactor to support easier testing. * Added reference to website * Fixed two linting errors * Fixed an extra line found by linting * Updated file write to use binary to insure config files are written correctly * Resolved linting issues * Refactored config & identity loading to take advantage of plugin options * Cleanup a bunch of small items caught by linting * Removed extra line caught by linting * Swapped in pytest and added some tests with mocked network responses * Pushing to see if this approach works better... * Refactored be open_url mocking based on feedback * Fixed a couple linting issues & refactored mocking into each method to attempt to resolve a failing test * Use a generic MagicMock for python 2.6 * Fixes doc typo require -> required * Use `type: path` in identity_file and config_file Also removes `expanduser` calls below (which will now be called automatically on paths.) * Defines maintainers for conjur_variable plugin * BOTMETA.yml: ** defines $team_cyberark_conjur as maintainers of Conjur Variable plugin ** adds myself and @jvanderhoof to that team * Adds URLs to relevant documentation for Conjur Variable lookup plugin * Clarifies "the server," "the machine" -> "controlling host" The machine identity used is that of the Ansible controlling host, not any server being provisioned or instructed. This documentation change aims to make that relationship clear. * Adds response code to exception message on authentication failure * Enhances exception messages to specify the controlling host These error messages are less likely to confuse a user as to which machine is associated with the files, identities, and configurations being described. * Adds ANSIBLE_METADATA for Conjur variable lookup plugin
2018-01-23 17:04:57 +01:00
team_cyberark_conjur: jvanderhoof ryanprior
team_digital_ocean: aluvenko, BondAnthony, mgregson
docker_node: Docker Swarm node operations module (#50584) * * docker_node: New module for operations on Docker Swarm node * Shared code for Docker Swarm modules * * docker_node: Removed the attribute `force` as it is not used for any operation * docker_node_facts: Update module to use client class AnsibleDockerSwarmClient instead of AnsibleDockerClient * docker_node_facts: List of nodes can be provided as input, inspect all registered nodes or manager host itself * docker_node: Update in method name called from AnsibleDockerSwarmClient * docker_node: Additional method to shared module to get formatted output list of registered nodes * docker_node: Additional method to shared module to get formatted output list of registered nodes * docker_node: removed state list (featue moved to docker_swarm_facts) * docker_node: Node labels manipulation (remove, replace, merge) * module_utils/docker_swarm: Updated output for nodes list - adding swarm leader flag * docker_node_facts: update in input and return values, update in documentation section * docker_node: Updated operations on labels, tracking if change is required * docker_node: Updated documentation, parameter 'hostname' is now required docker_node_facts: Updated documentation * * Failing Ansible tasl if not run on swarm manager - code cleanup * * docker_node: Remove the 'action' list from output * * docker_node: variable name change to be align with Python best practice, BOTMETA.yml update * * module_utils/docker_swarm.py: fix for incorrect fail() action * docker_node: documentation and code small updates * * docker_node: revised labels manipulation * docker_node_facts: Reverting to repository version, moving this change to separate PR * * docker_node: Documentation update * * docker_node: Update to node availability and role modification * * docker_node: Update to check_mode handling * * docker_node: Code cleanup * docker_node_facts: Code cleanup * docker_node_facts: Adding back the module with only update to use AnsibleDockerSwarmClient instead of AnsibleDockerClient docker_node: cosmetic code changes BOTMETA: updated on $team_docker * docker_node: BOTMETA update
2019-02-04 14:08:46 +01:00
team_docker: akshay196 danihodovic dariko DBendit felixfontein jwitko kassiansun tbouvet WojciechowskiPiotr
team_e_spirit: MatrixCrawler getjack
team_extreme: bigmstone LindsayHill
team_fortimanager: Ghilli3 lweighall p4r4n0y1ng Ftntcorecse
2019-02-18 23:22:40 +01:00
team_gitlab: dj-wasabi Lunik marwatk Shaps waheedi
team_google: rambleraptor erjohnso
team_hcloud: cschmitt-hcloud LKaemmerling
team_hpux: bcoca dagwieers davx8342
2019-02-27 17:43:53 +01:00
team_imc: dagwieers
team_ios: rcarrillocruz
team_iosxr: rcarrillocruz gdpak
team_ipa: Nosmoht Akasurde fxfitz
2018-08-10 22:36:09 +02:00
team_jboss: jairojunior wbrefvem Wolfant
team_linode: InTheCloudDan lwm displague rmcintosh
team_macos: akasurde dagwieers kyleabenson
2017-09-25 18:38:38 +02:00
team_manageiq: gtanzillo abellotti zgalor yaacov cben
2018-02-26 01:14:07 +01:00
team_meraki: dagwieers kbreit
team_mysql: bmalynovytch bmildren michaelcoburn oneiroi tolland Xyon
team_netapp: hulquest lmprice ndswartz amit0701 schmots1 carchi8py lonico
2018-10-12 10:29:36 +02:00
team_netbox: sieben anthony25 fragmentedpacket nikkytub pilou-
team_netscaler: chiradeep giorgos-nikolopoulos
team_netvisor: Qalthos amitsi pdam preetiparasar csharpe-pn
team_networking: Qalthos ganeshrn rcarrillocruz trishnaguha gdpak justjais NilashishC
2018-03-01 00:09:42 +01:00
team_nso: cmoberg cnasten tbjurman
team_nxos: mikewiebe rahushen rcarrillocruz trishnaguha chrisvanheuveln
team_onyx: anasbadaha samerd
team_openstack: emonty juliakreger rcarrillocruz Shrews dagnello mnaser odyssey4me evrardjp cloudnull
team_openswitch: Qalthos gdpak
2019-03-02 00:40:33 +01:00
team_ovirt: machacekondra mwperina mnecas
2019-02-18 23:22:40 +01:00
team_postgresql: amenonsen Andersson007 andytom Dorn- jbscalia kostiantyn-nemchenko kustodian matburt nerzhul sebasmannem
2019-03-05 21:41:55 +01:00
team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych opslounge
team_rabbitmq: chrishoffman manuel-sousa hyperized
2018-09-20 14:38:10 +02:00
team_redfish: jose-delarosa mraineri tomasg2012 billdodd
team_rhn: alikins barnabycourt FlossWare vritant
team_scaleway: sieben Spredzy abarbare Anthony25 pilou-
2019-01-28 14:51:42 +01:00
team_solaris: bcoca dagwieers fishman jpdasma jasperla mator scathatheworm troy2914 xen0l
2019-03-05 21:45:41 +01:00
team_tower: ghjm matburt wwitzel3 ryanpetrello rooftopcellist AlanCoding jladdjr kdelee
2019-02-18 23:22:40 +01:00
team_ucs: dsoper2 johnamcdonough SDBrett vallard vvb
team_vmware: Akasurde dav1x warthog9 ckotte Tomorrow9
team_virt: joshainglis karmab
2018-07-18 17:30:35 +02:00
team_vultr: resmo Spredzy
2018-01-03 20:08:46 +01:00
team_windows: dagwieers jborean93 jhawkesworth nitzmahone
team_windows_core: nitzmahone jborean93