Comment 9 for bug 2006986

Revision history for this message
Antoine Thys (thystips) wrote :

Strange, this time it's seems to be working with following changes:

```
haproxy_keepalived_external_vip_cidr: "10.2.200.200/32"
haproxy_keepalived_internal_vip_cidr: "10.2.200.205/32"
```

instead of

```
haproxy_keepalived_external_vip_cidr: "10.2.200.200/24"
haproxy_keepalived_internal_vip_cidr: "10.2.200.205/24"
```

remove :

```
haproxy_keepalived_external_interface: br-mgmt
haproxy_keepalived_internal_interface: br-mgmt
haproxy_bind_external_lb_vip_address: 10.2.200.200
haproxy_bind_internal_lb_vip_address: 10.2.200.205
haproxy_bind_external_lb_vip_interface: br-mgmt
haproxy_bind_internal_lb_vip_interface: br-mgmt
```

replace internal vip :

```
internal_lb_vip_address: "10.2.200.205"
external_lb_vip_address: "os.internal.antoinethys.net"
```

II had already tried to make these changes separately but not together without success.

I don't know if there is an issue in this thread but it's weird.