migrating ProxySQL to community.proxysql (#70490) (#70497)

* migrating ProxySQL to community.proxysql

* Removed remaining ProxySQL ref to community.general

Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
(cherry picked from commit 1a542e9824)

Co-authored-by: Ben Mildren <ben.mildren@gmail.com>
This commit is contained in:
John R Barker 2020-07-07 13:19:35 +01:00 committed by GitHub
parent 14997f0309
commit 0890d9fbb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 17 deletions

20
.github/BOTMETA.yml vendored
View file

@ -845,7 +845,8 @@ files:
maintainers: $team_postgresql
notified: jbscalia
migrated_to: community.general
$modules/database/proxysql/: *id004
$modules/database/proxysql/:
migrated_to: community.proxysql
$modules/database/vertica/: dareko
$modules/files/acl.py:
ignored: astorije
@ -3995,7 +3996,8 @@ files:
maintainers: $team_openstack
migrated_to: openstack.cloud
$plugins/doc_fragments/postgres.py: *id028
$plugins/doc_fragments/proxysql.py: *id004
$plugins/doc_fragments/proxysql.py:
migrated_to: community.proxysql
$plugins/doc_fragments/ucs.py: *id031
$plugins/doc_fragments/vultr.py: *id035
$plugins/doc_fragments/ovirt.py:
@ -8697,19 +8699,19 @@ files:
lib/ansible/modules/database/postgresql/postgresql_user_obj_stat_info.py:
migrated_to: community.general
lib/ansible/modules/database/proxysql/proxysql_backend_servers.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/proxysql/proxysql_global_variables.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/proxysql/proxysql_manage_config.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/proxysql/proxysql_mysql_users.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/proxysql/proxysql_query_rules.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/proxysql/proxysql_replication_hostgroups.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/proxysql/proxysql_scheduler.py:
migrated_to: community.general
migrated_to: community.proxysql
lib/ansible/modules/database/vertica/_vertica_facts.py:
migrated_to: community.general
lib/ansible/modules/database/vertica/vertica_configuration.py:

View file

@ -1447,19 +1447,19 @@ plugin_routing:
postgresql_user_obj_stat_info:
redirect: community.general.postgresql_user_obj_stat_info
proxysql_backend_servers:
redirect: community.general.proxysql_backend_servers
redirect: community.proxysql.proxysql_backend_servers
proxysql_global_variables:
redirect: community.general.proxysql_global_variables
redirect: community.proxysql.proxysql_global_variables
proxysql_manage_config:
redirect: community.general.proxysql_manage_config
redirect: community.proxysql.proxysql_manage_config
proxysql_mysql_users:
redirect: community.general.proxysql_mysql_users
redirect: community.proxysql.proxysql_mysql_users
proxysql_query_rules:
redirect: community.general.proxysql_query_rules
redirect: community.proxysql.proxysql_query_rules
proxysql_replication_hostgroups:
redirect: community.general.proxysql_replication_hostgroups
redirect: community.proxysql.proxysql_replication_hostgroups
proxysql_scheduler:
redirect: community.general.proxysql_scheduler
redirect: community.proxysql.proxysql_scheduler
vertica_facts:
redirect: community.general.vertica_facts
vertica_configuration:
@ -8401,7 +8401,7 @@ plugin_routing:
postgres:
redirect: community.general.postgres
proxysql:
redirect: community.general.proxysql
redirect: community.proxysql.proxysql
purestorage:
redirect: community.general.purestorage
rabbitmq: