commit ef7647baf997dafa17570623d5f5745f282f6471
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Mar 15 13:17:12 2018 +0100
Fix ports for koji
inventory/group_vars/koji | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/inventory/group_vars/koji b/inventory/group_vars/koji
index 87d2b65..cdc4e89 100644
--- a/inventory/group_vars/koji
+++ b/inventory/group_vars/koji
@@ -6,9 +6,7 @@ num_cpus: 16
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
-tcp_ports: [ 80, 443,
- # These 8 ports are used by fedmsg. One for each wsgi thread.
- 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007]
+tcp_ports: [ 80, 443]
udp_ports: []
Show replies by date