Skip to content

remove haproxyctl no longer supported in trixie#977

Open
umjnega wants to merge 5 commits intoproductionfrom
haproxy_trixie
Open

remove haproxyctl no longer supported in trixie#977
umjnega wants to merge 5 commits intoproductionfrom
haproxy_trixie

Conversation

@umjnega
Copy link
Copy Markdown
Contributor

@umjnega umjnega commented Apr 9, 2026

No description provided.

@aelkiss
Copy link
Copy Markdown
Member

aelkiss commented Apr 9, 2026

FWIW we do use haproxyctl for quite a few things including "set_weights.rb" (

$http_files = lookup('nebula::http_files')
file { '/usr/local/bin/set_weights.rb':
ensure => 'file',
mode => '0755',
source => "https://${http_files}/ae-utils/bins/set_weights.rb"
}
/ https://github.com/mlibrary/ae-utils/blob/master/bins/set_weights.rb#L23; there's also quite a bit of documentation in the LIT wiki that references haproxyctl. I'm not quite sure what the recommended way to control haproxy is now (haproxyctl appears to be abandoned) -- maybe it's to access the control socket with socat as in https://docs.haproxy.org/3.0/management.html? I'm not entirely sure how to do the same things that we do with haproxyctl. Just hoping this is something you're looking at.

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