Add $team_postgresql (#51558)

* Add $team_postgresql

A first step to a PostgreSQL Working Group.

* Add new member
This commit is contained in:
Dag Wieers 2019-02-01 16:10:58 +01:00 committed by John R Barker
parent f54be74869
commit a64fc73d51

50
.github/BOTMETA.yml vendored
View file

@ -142,7 +142,7 @@ files:
$modules/cloud/scaleway/scaleway_volume.py: $modules/cloud/scaleway/scaleway_volume.py:
ignored: hekonsek ignored: hekonsek
$modules/cloud/smartos/: &solaris $modules/cloud/smartos/: &solaris
keywords: [ beadm, dladm, illumos, ipadm, smartos, solaris, sunos, zfs, zpool ] keywords: [ beadm, dladm, illumos, ipadm, nexenta, omnios, openindiana, pfexec, smartos, solaris, sunos, zfs, zpool ]
labels: solaris labels: solaris
maintainers: $team_solaris maintainers: $team_solaris
$modules/cloud/univention/: keachi $modules/cloud/univention/: keachi
@ -176,9 +176,11 @@ files:
keywords: [ mariadb ] keywords: [ mariadb ]
labels: mysql labels: mysql
maintainers: $team_mysql maintainers: $team_mysql
$modules/database/postgresql/: matburt $modules/database/postgresql/: &postgresql
$modules/database/postgresql/postgresql_db.py: $team_ansible keywords: [ postgres, postgresql ]
$modules/database/postgresql/postgresql_user.py: $team_ansible nerzhul labels: postgresql
maintainers: $team_postgresql
notified: jbscalia
$modules/database/proxysql/: bmildren $modules/database/proxysql/: bmildren
$modules/database/vertica/: dareko $modules/database/vertica/: dareko
$modules/files/acl.py: $modules/files/acl.py:
@ -527,13 +529,16 @@ files:
# MODULE_UTILS # MODULE_UTILS
$module_utils: $module_utils:
support: community support: community
$module_utils/acme.py:
maintainers: resmo felixfontein
$module_utils/ansible_tower.py:
support: community
maintainers: $team_tower
$module_utils/azure_rm_common.py: $module_utils/azure_rm_common.py:
maintainers: $team_azure maintainers: $team_azure
labels: labels:
- azure - azure
- cloud - cloud
$module_utils/acme.py:
maintainers: resmo felixfontein
$module_utils/basic.py: $module_utils/basic.py:
support: core support: core
$module_utils/urls.py: $module_utils/urls.py:
@ -544,7 +549,6 @@ files:
support: core support: core
$module_utils/compat: $module_utils/compat:
support: core support: core
$module_utils/mysql.py: *mysql
$module_utils/_text.py: $module_utils/_text.py:
support: core support: core
$module_utils/parsing: $module_utils/parsing:
@ -626,12 +630,18 @@ files:
maintainers: eikef maintainers: eikef
$module_utils/manageiq.py: $module_utils/manageiq.py:
maintainers: $team_manageiq maintainers: $team_manageiq
$module_utils/memset.py:
maintainers: glitchcrab
labels: cloud
$module_utils/mysql.py: *mysql
$module_utils/net_tools/nios/: $module_utils/net_tools/nios/:
support: core support: core
labels: labels:
- networking - networking
- infoblox - infoblox
maintainers: $team_networking sganesh-infoblox maintainers: $team_networking sganesh-infoblox
$module_utils/netapp:
maintainers: $team_netapp
$module_utils/network: $module_utils/network:
labels: networking labels: networking
$module_utils/network/a10: $module_utils/network/a10:
@ -738,11 +748,15 @@ files:
maintainers: joshainglis karmab machacekondra maintainers: joshainglis karmab machacekondra
labels: labels:
- cloud - cloud
$module_utils/postgres.py: *postgresql
$module_utils/powershell: $module_utils/powershell:
support: core support: core
maintainers: $team_windows_core maintainers: $team_windows_core
labels: labels:
- windows - windows
$module_utils/pure.py:
maintainers: $team_purestorage
labels: pure_storage
$module_utils/redfish_utils.py: $module_utils/redfish_utils.py:
maintainers: $team_redfish maintainers: $team_redfish
$module_utils/remote_management/ucs: $module_utils/remote_management/ucs:
@ -750,29 +764,18 @@ files:
labels: ucs labels: ucs
$module_utils/remote_management/dellemc: $module_utils/remote_management/dellemc:
maintainers: rajeevarakkal maintainers: rajeevarakkal
$module_utils/pure.py: $module_utils/scaleway.py: &scaleway
maintainers: $team_purestorage maintainers: $team_scaleway
labels: pure_storage
$module_utils/netapp:
maintainers: $team_netapp
$module_utils/vultr.py: &vultr
maintainers: $team_vultr
labels: labels:
- cloud - cloud
$module_utils/utm_utils.py: $module_utils/utm_utils.py:
maintainers: $team_e_spirit maintainers: $team_e_spirit
$module_utils/vmware: $module_utils/vmware:
maintainers: $team_vmware maintainers: $team_vmware
$module_utils/memset.py: $module_utils/vultr.py: &vultr
maintainers: glitchcrab maintainers: $team_vultr
labels: cloud
$module_utils/scaleway.py: &scaleway
maintainers: $team_scaleway
labels: labels:
- cloud - cloud
$module_utils/ansible_tower.py:
support: community
maintainers: $team_tower
$module_utils/xenserver.py: $module_utils/xenserver.py:
maintainers: bvitnik maintainers: bvitnik
@ -1059,6 +1062,7 @@ files:
supershipit: felixfontein supershipit: felixfontein
$plugins/doc_fragments/mso.py: *aci $plugins/doc_fragments/mso.py: *aci
$plugins/doc_fragments/mysql.py: *mysql $plugins/doc_fragments/mysql.py: *mysql
$plugins/doc_fragments/postgres.py: *postgresql
$plugins/doc_fragments/vultr.py: $plugins/doc_fragments/vultr.py:
maintainers: $team_vultr maintainers: $team_vultr
labels: cloud labels: cloud
@ -1306,6 +1310,7 @@ files:
maintainers: $team_nxos maintainers: $team_nxos
labels: labels:
- networking - networking
test/integration/targets/postgresql: *postgresql
test/integration/targets/setup_acme: test/integration/targets/setup_acme:
maintainers: resmo felixfontein maintainers: resmo felixfontein
test/integration/targets/setup_mysql_db: *mysql test/integration/targets/setup_mysql_db: *mysql
@ -1381,6 +1386,7 @@ macros:
team_onyx: anasbadaha samerd team_onyx: anasbadaha samerd
team_openstack: emonty juliakreger rcarrillocruz Shrews dagnello mnaser odyssey4me evrardjp cloudnull team_openstack: emonty juliakreger rcarrillocruz Shrews dagnello mnaser odyssey4me evrardjp cloudnull
team_openswitch: Qalthos gdpak team_openswitch: Qalthos gdpak
team_postgresql: amenonsen Andersson007 andytom dagwieers kostiantyn-nemchenko matburt nerzhul
team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych
team_rabbitmq: chrishoffman manuel-sousa hyperized team_rabbitmq: chrishoffman manuel-sousa hyperized
team_redfish: jose-delarosa mraineri tomasg2012 billdodd team_redfish: jose-delarosa mraineri tomasg2012 billdodd