and then we added portmap so nfs would work
This commit is contained in:
parent
1f962863f7
commit
900c737824
2 changed files with 168 additions and 153 deletions
|
@ -6,10 +6,12 @@ num_cpus: 2
|
|||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [ 80, 443, 2049,
|
||||
tcp_ports: [ 80, 443, 111, 2049,
|
||||
# These 8 ports are used by fedmsg. One for each wsgi thread.
|
||||
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007]
|
||||
|
||||
udp_ports: [ 111, 2049 ]
|
||||
|
||||
fas_client_groups: sysadmin-releng
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue