Use the rpc port
This commit is contained in:
parent
1397f971c8
commit
87a4119965
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ lvm_size: 500000
|
||||||
mem_size: 24576
|
mem_size: 24576
|
||||||
num_cpus: 10
|
num_cpus: 10
|
||||||
|
|
||||||
tcp_ports: [ 80, 443, 8443 ]
|
tcp_ports: [ 80, 443, 8443, 8444 ]
|
||||||
|
|
||||||
# Neeed for rsync from log01 for logs.
|
# Neeed for rsync from log01 for logs.
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||||
|
|
|
@ -8,7 +8,7 @@ num_cpus: 12
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||||
8443,
|
8443, 8444,
|
||||||
# Used for the eventsource
|
# Used for the eventsource
|
||||||
8088,
|
8088,
|
||||||
# This is for the pagure public fedmsg relay
|
# This is for the pagure public fedmsg relay
|
||||||
|
|
|
@ -9,4 +9,4 @@ csi_security_category: High
|
||||||
csi_primary_contact: admin@fedoraproject.org / sysadmin-main-members
|
csi_primary_contact: admin@fedoraproject.org / sysadmin-main-members
|
||||||
csi_purpose: repospanner git syncing host
|
csi_purpose: repospanner git syncing host
|
||||||
|
|
||||||
tcp_ports: [ 8443]
|
tcp_ports: [ 8443, 8444]
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Join node
|
- name: Join node
|
||||||
command: repospanner --config /etc/repospanner/config.yml serve --joinnode https://{{ join_repospanner_node }}:8443/
|
command: repospanner --config /etc/repospanner/config.yml serve --joinnode https://{{ join_repospanner_node }}:8444/
|
||||||
args:
|
args:
|
||||||
creates: /var/lib/repospanner/state/state.json
|
creates: /var/lib/repospanner/state/state.json
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue