Merge "debian-integration: Update haproxy workaround for unlock"

This commit is contained in:
Zuul 2022-04-21 14:20:06 +00:00 committed by Gerrit Code Review
commit 3c24bac175

View File

@ -146,6 +146,10 @@ systemctl enable config
A=$(grep -Rn "reqadd" /usr/share/puppet/modules/platform/manifests/haproxy.pp | awk -F':' '{print $1}')
B=$((A + 0))
sed -i ${A}','${B}'d ' /usr/share/puppet/modules/platform/manifests/haproxy.pp
A=$(grep -Rn "rspadd" /usr/share/puppet/modules/platform/manifests/haproxy.pp | awk -F':' '{print $1}')
B=$((A + 0))
sed -i ${A}','${B}'d ' /usr/share/puppet/modules/platform/manifests/haproxy.pp
# UAR 50.a ceph
bifile='/home/sysadmin/.uar_ceph_1'