-
-
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
feat(loadbalancer): working on noble #410
Conversation
Very weird issue with |
af57a6f
to
5ea9534
Compare
|
I'm not sure why, but it seems that the requisites system has changed some in newer releases of salt. (I am remembering most things with requisites occurring at the end, whereas now it seems to try to execute things as soon as all requisites are fulfilled). The issue you are pointing to seems to be resolved by diff --git a/salt/haproxy/init.sls b/salt/haproxy/init.sls
index 74a0942..f398cad 100644
--- a/salt/haproxy/init.sls
+++ b/salt/haproxy/init.sls
@@ -80,6 +80,7 @@ haproxy:
- mode: "0640"
- require:
- pkg: consul-pkgs
+ - pkg: haproxy
/usr/local/bin/haproxy-ocsp: to explicitly require that haproxy is installed before the consul-template configuration is written, and thus before our consul state detects it and tries to act on it. |
Haproxy failing to start
|
latest issue is around proxy protocol impl: |
Closing in favor of #486 |
Description
loadbalancer
on Ubuntu 24.04 NobleCloses
loadbalancer
to Ubuntu 24.04 #415