<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi,<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">so personally I don&#39;t like the current way how we store firewall configuration within engine (saving complete iptables commands as string). I think should change the way how we store firewall configuration:<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">1. On engine side I&#39;d just store which services/ports (or port ranges) need to be enabled on host. By default only those services/ports that engine needs, but we can maintain also custom services defined by users<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">2. Write plugin to ovirt-host-deploy which will translate those services/ports into actual firewall configuration on the host (it should detected what firewall is currently enabled and adapt)<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">3. For newly installed host I&#39;d just use firewalld<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">4. Also for 4.2 clusters I&#39;d switch from iptables to firewalld when you execute Reinstall (we should document this and make firewalld preferred solution)<br><br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Martin<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 27, 2017 at 8:01 AM, Yedidyah Bar David <span dir="ltr">&lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Mar 26, 2017 at 6:01 PM, Leon Goldberg &lt;<a href="mailto:lgoldber@redhat.com">lgoldber@redhat.com</a>&gt; wrote:<br>
&gt; Effectively, upgrading will leave lingering (but nonetheless operational)<br>
&gt; iptables rules on the hosts. I&#39;m not even sure there needs to be special<br>
&gt; upgrade treatment?<br>
<br>
Please describe the expected flow.<br>
<br>
Please note that at least when I tried, &#39;systemctl start firewalld&#39; stops<br>
iptables.<br>
<br>
Thanks,<br>
<br>
&gt;<br>
&gt; On Sun, Mar 26, 2017 at 4:59 PM, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com">didi@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Mar 26, 2017 at 4:49 PM, Leon Goldberg &lt;<a href="mailto:lgoldber@redhat.com">lgoldber@redhat.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; 1) Do we actually need iptables for any reason that isn&#39;t a legacy<br>
&gt;&gt; &gt; consideration?<br>
&gt;&gt;<br>
&gt;&gt; No idea personally.<br>
&gt;&gt;<br>
&gt;&gt; Perhaps some users prefer that, and/or need that for integration with<br>
&gt;&gt; other<br>
&gt;&gt; systems/solutions/whatever.<br>
&gt;&gt;<br>
&gt;&gt; If we drop iptables, how do you suggest to treat upgrades?<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2 &amp; 3) I am in favor of treating custom services as a requirement and<br>
&gt;&gt; &gt; plan<br>
&gt;&gt; &gt; accordingly. Many (most, even) of the services are already provided by<br>
&gt;&gt; &gt; either firewalld itself (e.g. vdsm, libvirt) or the 3rd party packages<br>
&gt;&gt; &gt; (e.g.<br>
&gt;&gt; &gt; gluster). Some are missing (I&#39;ve recently created a pull request for<br>
&gt;&gt; &gt; ovirt-imageio to firewalld, for example) and I hope we&#39;ll be able to get<br>
&gt;&gt; &gt; all<br>
&gt;&gt; &gt; the services to be statically provided (by either firewalld or the<br>
&gt;&gt; &gt; relevant<br>
&gt;&gt; &gt; 3rd party packages).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Ideally I think we&#39;d like use statically provided services, and provide<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; capability to provide additional services (I&#39;m not a fan of the current<br>
&gt;&gt; &gt; methodology of converting strings into xmls). I don&#39;t think we&#39;d want to<br>
&gt;&gt; &gt; limit usage to just statically provided services. (2)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; As previously stated, I don&#39;t see a technical reason to keep iptables<br>
&gt;&gt; &gt; under<br>
&gt;&gt; &gt; consideration. (3)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sun, Mar 26, 2017 at 2:57 PM, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com">didi@redhat.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 1. Do we want to support in some version X both iptables and firewalld,<br>
&gt;&gt; &gt;&gt; or<br>
&gt;&gt; &gt;&gt; is it ok to stop support for iptables and support only firewalld<br>
&gt;&gt; &gt;&gt; without<br>
&gt;&gt; &gt;&gt; overlap? If so, do we handle upgrades, and how?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 2. Do we want to support custom firewalld xml to be configured on the<br>
&gt;&gt; &gt;&gt; host by us? Or is it ok to only support choosing among existing<br>
&gt;&gt; &gt;&gt; services,<br>
&gt;&gt; &gt;&gt; which will need to be added to the host using other means (packaged by<br>
&gt;&gt; &gt;&gt; firewalld, packaged by 3rd parties, added manually by users)?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 3. Opposite of (2.): Do we want to support firewalld services that are<br>
&gt;&gt; &gt;&gt; added to the host using other means (see there)? Obviously we do, but:<br>
&gt;&gt; &gt;&gt; If we do, do we still want to support also iptables (see (1.))? And if<br>
&gt;&gt; &gt;&gt; so, what do we want to then happen?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; (2.) and (3.) are not conflicting, each needs its own answer.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Didi<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
<span class="HOEnZb"><font color="#888888">&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Didi<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Didi<br>
______________________________<wbr>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a><br>
</font></span></blockquote></div><br></div>