From 62ff4eb81f3b0fd3a0cffac6f3880edcf9c3e996 Mon Sep 17 00:00:00 2001 From: Jakub Kadlčík Date: Oct 08 2018 20:38:25 +0000 Subject: Add Copr public ports --- diff --git a/docs/sysadmin-guide/sops/copr.rst b/docs/sysadmin-guide/sops/copr.rst index 7121412..363fe59 100644 --- a/docs/sysadmin-guide/sops/copr.rst +++ b/docs/sysadmin-guide/sops/copr.rst @@ -194,3 +194,51 @@ virsh-start-vmXX.sh starts VM get-one-vm.sh start one VM and return its IP - this is used in Copr playbooks. In case of big queue of PPC64 tasks simply call bin/destroy-all.sh and it will destroy stuck VM and copr backend will spawn new VM. + + +Ports opened for public +======================= + +Frontend: + ++------+----------+---------+---------------------------------+ +| Port | Protocol | Service | Reason | ++======+==========+=========+=================================+ +| 22 | TCP | ssh | Remote control | ++------+----------+---------+---------------------------------+ +| 80 | TCP | http | Serving Copr frontend website | ++------+----------+---------+---------------------------------+ +| 443 | TCP | https | ^^ | ++------+----------+---------+---------------------------------+ + +Backend: + ++------+----------+---------+---------------------------------+ +| Port | Protocol | Service | Reason | ++======+==========+=========+=================================+ +| 22 | TCP | ssh | Remote control | ++------+----------+---------+---------------------------------+ +| 80 | TCP | http | Serving build results and repos | ++------+----------+---------+---------------------------------+ +| 443 | TCP | https | ^^ | ++------+----------+---------+---------------------------------+ + +Distgit: + ++------+----------+---------+---------------------------------+ +| Port | Protocol | Service | Reason | ++======+==========+=========+=================================+ +| 22 | TCP | ssh | Remote control | ++------+----------+---------+---------------------------------+ +| 80 | TCP | http | Serving cgit interface | ++------+----------+---------+---------------------------------+ +| 443 | TCP | https | ^^ | ++------+----------+---------+---------------------------------+ + +Keygen: + ++------+----------+---------+---------------------------------+ +| Port | Protocol | Service | Reason | ++======+==========+=========+=================================+ +| 22 | TCP | ssh | Remote control | ++------+----------+---------+---------------------------------+