-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Missing configuration directives #77
Comments
checked module readme and double check. and there is definitely an issue |
issue is also happening with max_writers also |
|
You are mixing replication hostgroup with group replication hostgroup... |
ok so I have changed it to
but still get
|
are you using the correct version of the module? this is also how we run the acceptance tests: puppet-proxysql/spec/acceptance/class_spec.rb Lines 57 to 64 in 2e799d9
|
I have fresh pupped the unit down from puppet forge after removing it just to check.
so under version 2 I can't use the group directives they just crash
|
It's only in the Master, not in v2.0.0. I think you have to user master or wait for next Version. |
module doesn't support all the configuration directive the upstream proxysql package does as such you can't template all the needed functionality with this class.
What are you seeing
[root@testbox temp-puppet-rhel7]# puppet apply proxysql.pp
Error: no parameter named 'writer_is_also_reader' (file: /root/temp-puppet-rhel7/proxysql.pp, line: 120) on Proxy_mysql_replication_hostgroup[30-31] (file: /root/temp-puppet-rhel7/proxysql.pp, line: 120) on node testbox
What behaviour did you expect instead
the variables to be mapped up to the configuration field values so that the host groups can be configured in a way that matches the proxysql v4 manual.
The text was updated successfully, but these errors were encountered: