Hi,
You can add custom haproxy backend under "/etc/kolla/config/haproxy/services.d" by default. Just add another backend for ceph-dashboard in the folder.
As for keepalived, I believe you will be able to override the config and add another VIP in "/etc/kolla/config/keepalived/keepalived.conf".
Hope this help!
Regards,
Gene Kuo
------- Original Message -------
On Monday, February 6th, 2023 at 5:08 AM, Satish Patel <satish.txt@gmail.com> wrote:
Folks,
We have multi-node openstack running and recently i have deployed ceph storage which is in an internal network and i would like to access ceph dashboard on public. I was thinking if there is a way to insert custom vip configuration in the Kolla HAProxy role then I can expose the 8443 port of the ceph-dashboard to the public network.
Is it possible in kolla to add custom config in haproxy for extra vip?