Fabian,

When ovirtnode is installed firewall should not be configured.
Please see InstallVdsInternalCommand#installHost():

                    case oVirtNode:
                        log.warn(
                            "Installation of Host {} will ignore
Firewall Override option, since it is not supported for Host type {}",
                            getVds().getName(),
                            getVds().getVdsType().name()
                        );

It looks like it could be a bug that we attempt to reconfigure
firewall when we should not.

Thanks,
Piotr

On Mon, Feb 29, 2016 at 2:05 PM, Fabian Deutsch <[email protected]> wrote:
> Hey,
>
> we use cockpit on Node Next, and we configure firewalld to open the
> port by default.
>
> However, after adding the host to Engine, the port is getting closed
> again because iptables is the used.
> How do you recommend to get the cockpit port opened by default?
>
> - fabian
> _______________________________________________
> Devel mailing list
> [email protected]
> http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________
Devel mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/devel

Reply via email to