Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utils] ProxySql side-car cleanup in prep for placement #3829

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

fwiesel
Copy link
Member

@fwiesel fwiesel commented Jul 20, 2022

  • A couple of macros were duplicated, they got removed.
  • The check for valid modes (unix_socket, host_alias) was fixed
  • The version of proxysql gets a patch version update
  • Removed the check for Dependency.Enabled, as disabled ones do not
    appear among the dependencies
  • The proxysql setting can now point with proxysql.force_enable
    to a list of database settings which are disabled.
    This is needed for proxysql as long as it runs
    with the nova-api database

@fwiesel
Copy link
Member Author

fwiesel commented Jul 21, 2022

Fixes #3762

openstack/utils/templates/_proxysql.tpl Outdated Show resolved Hide resolved
- A couple of macros were duplicated, they got removed.
- The check for valid modes (unix_socket, host_alias) was fixed
- The version of proxysql gets a patch version update
- Removed the check for Dependency.Enabled, as disabled ones do not
  appear among the dependencies
- The proxysql setting can now point with proxysql.force_enable
  to a list of database settings which are disabled.
  This is needed for proxysql as long as it runs
  with the nova-api database
@fwiesel fwiesel merged commit 2f518e4 into master Jul 21, 2022
@fwiesel fwiesel deleted the utils_proxysql_update branch July 21, 2022 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants