Skip to content

Commit 0258af2

Browse files
committed
Add test case for HAProxy 3.2
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
1 parent a844368 commit 0258af2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

molecule/haproxy/molecule.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ dependency:
99
driver:
1010
name: "podman"
1111
platforms:
12+
- name: "haproxy_v3.2"
13+
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
14+
pre_build_image: true
15+
privileged: true
16+
override_command: false
17+
systemd: true
18+
tty: true
1219
- name: "haproxy_v3.0"
1320
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
1421
pre_build_image: true
@@ -45,6 +52,10 @@ provisioner:
4552
vars:
4653
haproxy_ssl_dhparam_size: 512
4754
host_vars:
55+
haproxy_v3.2:
56+
haproxy_create_self_signed_cert: true
57+
haproxy_ppa_version: "ppa:vbernat/haproxy-3.2"
58+
haproxy_version: "3.2.*"
4859
haproxy_v3.0:
4960
haproxy_create_self_signed_cert: true
5061
haproxy_ppa_version: "ppa:vbernat/haproxy-3.0"

0 commit comments

Comments
 (0)