Add basis for pagure-proxy01

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-02-08 14:51:43 +00:00
parent c1ab76cef4
commit 557f79da69
3 changed files with 52 additions and 0 deletions

View 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)

View 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

View file

@ -1318,6 +1318,9 @@ pagure01.fedoraproject.org
[pagure-stg]
pagure-stg01.fedoraproject.org
[pagure-proxy]
pagure-proxy01.fedoraproject.org
[twisted-buildbots]
twisted-fedora24-1.fedorainfracloud.org
twisted-fedora24-2.fedorainfracloud.org