Add basis for pagure-proxy01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c1ab76cef4
commit
557f79da69
3 changed files with 52 additions and 0 deletions
23
inventory/group_vars/pagure-proxy
Normal file
23
inventory/group_vars/pagure-proxy
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
|
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||||
|
# Used for the eventsource
|
||||||
|
8088,
|
||||||
|
# This is for the pagure public fedmsg relay
|
||||||
|
9940]
|
||||||
|
|
||||||
|
fas_client_groups: sysadmin-noc
|
||||||
|
|
||||||
|
freezes: true
|
||||||
|
postfix_group: vpn.pagure
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Low
|
||||||
|
csi_primary_contact: Fedora admins - admin@fedoraproject.org
|
||||||
|
csi_purpose: Proxy specific ports to OSUOSL for preventing slow peering
|
||||||
|
csi_relationship: |
|
||||||
|
This box proxies traffic over to pagure01.fedoraproject.org
|
||||||
|
|
||||||
|
(This is done because OSUOSL has terribly slow peering to EU)
|
26
inventory/host_vars/pagure-proxy01.fedoraproject.org
Normal file
26
inventory/host_vars/pagure-proxy01.fedoraproject.org
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
nm: 255.255.255.128
|
||||||
|
gw: 140.211.169.193
|
||||||
|
dns: 8.8.8.8
|
||||||
|
|
||||||
|
custom_rules: [
|
||||||
|
'-t nat -A PREROUTING --dst 152.19.134.147 -p tcp --dport 22 -j DNAT --to-destination 140.211.169.204:22',
|
||||||
|
'-t nat -A POSTROUTING -p tcp --dst 140.211.169.204 --dport 22 -j SNAT --to-source 152.19.134.147',
|
||||||
|
'-t nat -A OUTPUT --dst 152.19.134.147 -p tcp --dport 22 -j DNAT --to-destination 140.211.169.204:22']
|
||||||
|
|
||||||
|
|
||||||
|
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
|
||||||
|
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||||
|
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
|
||||||
|
eth0_ip: 152.19.134.146
|
||||||
|
eth0_nm: 255.255.255.128
|
||||||
|
has_ipv6: yes
|
||||||
|
eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fe46"
|
||||||
|
eth0_ipv6_gw: "2610:28:3090:3001::1"
|
||||||
|
|
||||||
|
sponsor: ibiblio
|
||||||
|
datacenter: ibiblio
|
||||||
|
postfix_group: vpn
|
||||||
|
vmhost: ibiblio01.fedoraproject.org
|
|
@ -1318,6 +1318,9 @@ pagure01.fedoraproject.org
|
||||||
[pagure-stg]
|
[pagure-stg]
|
||||||
pagure-stg01.fedoraproject.org
|
pagure-stg01.fedoraproject.org
|
||||||
|
|
||||||
|
[pagure-proxy]
|
||||||
|
pagure-proxy01.fedoraproject.org
|
||||||
|
|
||||||
[twisted-buildbots]
|
[twisted-buildbots]
|
||||||
twisted-fedora24-1.fedorainfracloud.org
|
twisted-fedora24-1.fedorainfracloud.org
|
||||||
twisted-fedora24-2.fedorainfracloud.org
|
twisted-fedora24-2.fedorainfracloud.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue