Currently, firewalld is the default for Fedora.  However, both Docker
and Kubernetes do not yet know how to talk to it.  Work is underway on
that, but in the meantime, iptables-services is an absolutely tiny
package, and the cost of carrying it forward is very small.

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1235843
Signed-off-by: Colin Walters <walt...@verbum.org>
---
 fedora-atomic-docker-host.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index d344c4b..60e7f75 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -40,6 +40,7 @@
                 "which",
                 "nfs-utils",
                 "curl",
+                "iptables-services",
                 "NetworkManager",
                 "hostname", "initscripts", "iproute", "iputils", "less",
                 "sos",
-- 
1.8.3.1

From 92ac5ce68370b9b0ada25de2e673a04cdbf78eed Mon Sep 17 00:00:00 2001
From: Colin Walters <walt...@verbum.org>
Date: Mon, 6 Jul 2015 12:45:37 -0400
Subject: [PATCH] manifest: Add iptables-services

Currently, firewalld is the default for Fedora.  However, both Docker
and Kubernetes do not yet know how to talk to it.  Work is underway on
that, but in the meantime, iptables-services is an absolutely tiny
package, and the cost of carrying it forward is very small.

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1235843
Signed-off-by: Colin Walters <walt...@verbum.org>
---
 fedora-atomic-docker-host.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index d344c4b..60e7f75 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -40,6 +40,7 @@
 		 "which",
 		 "nfs-utils",
 		 "curl",
+		 "iptables-services",
 		 "NetworkManager",
 		 "hostname", "initscripts", "iproute", "iputils", "less",
 		 "sos",
-- 
1.8.3.1

Reply via email to