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

Major cleanup of corosync.conf.erb #345

Merged
merged 1 commit into from
Sep 5, 2016

Conversation

roidelapluie
Copy link
Member

@roidelapluie roidelapluie commented Sep 5, 2016

corosync.conf.udpu.erb is deleted.

The following params are not defined by default anymore: compatibility,
consensus, join, max_messages, rrp_mode, threads, token,
token_retransmits_before_loss_const, vsftype.
Those parameters can now be specified as class parameters.

New class parameter: vsftype

Logging to file is enabled by default, wrt downstream distributions.

Removed legacy configuration sections: amf, aisexec, logging.logger_subsys

Signed-off-by: Julien Pivotto roidelapluie@inuits.eu

corosync.conf.udpu.erb is deleted.

The following params are not defined by default anymore: compatibility,
    consensus, join, max_messages, rrp_mode, threads, token,
    token_retransmits_before_loss_const, vsftype.
Those parameters can now be specified as class parameters.

New class parameter: vsftype

Logging to file is enabled by default, wrt downstream distributions.

Removed legacy configuration sections: amf, aisexec,
logging.logger_subsys

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
transport: udpu
<% Array(@unicast_addresses.first).each_index do |interface| -%>
interface {
<% Array(Array(@unicast_addresses.map{|x| Array(x).flatten}).transpose[interface]).each do |addr| -%>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we can write this smarter. I'm a bit scared to touch it. It worked in the initial udp conf file so it should be fine as is.

@bastelfreak bastelfreak merged commit 0de193d into voxpupuli:master Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants