migrating ProxySQL to community.proxysql (#70490)

* migrating ProxySQL to community.proxysql

* Removed remaining ProxySQL ref to community.general

Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
pull/70503/head
Ben Mildren 4 years ago committed by GitHub
parent bd1378405b
commit 1a542e9824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -848,7 +848,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
@ -3998,7 +3999,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:
@ -8700,19 +8702,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:

@ -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:
@ -8403,7 +8403,7 @@ plugin_routing:
postgres:
redirect: community.general.postgres
proxysql:
redirect: community.general.proxysql
redirect: community.proxysql.proxysql
purestorage:
redirect: community.general.purestorage
rabbitmq:

Loading…
Cancel
Save