kill paste0* instances
This commit is contained in:
parent
96774f04f5
commit
31254f9775
12 changed files with 28 additions and 111 deletions
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 2048
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
virt_install_command: "{{ virt_install_command_rhel6 }}"
|
||||
|
||||
tcp_ports: [ 80, 443, 8888 ]
|
||||
# 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' ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-paste,fi-apprentice,sysadmin-veteran
|
||||
# This host doesn't freeze
|
||||
freezes: false
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 2048
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
virt_install_command: "{{ virt_install_command_rhel6 }}"
|
||||
|
||||
tcp_ports: [ 80, 443, 8888 ]
|
||||
# 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' ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-paste,fi-apprentice,sysadmin-veteran
|
||||
# This host doesn't freeze
|
||||
freezes: false
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_guests00
|
||||
eth0_ip: 10.5.126.59
|
||||
vmhost: virthost15.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.61
|
||||
vmhost: virthost11.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_virthost
|
||||
eth0_ip: 10.5.126.17
|
||||
vmhost: virthost18.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -596,13 +596,6 @@ packages04.phx2.fedoraproject.org
|
|||
[packages-stg]
|
||||
packages03.stg.phx2.fedoraproject.org
|
||||
|
||||
[paste]
|
||||
paste01.phx2.fedoraproject.org
|
||||
paste02.phx2.fedoraproject.org
|
||||
|
||||
[paste-stg]
|
||||
paste01.stg.phx2.fedoraproject.org
|
||||
|
||||
[pkgdb]
|
||||
pkgdb01.phx2.fedoraproject.org
|
||||
pkgdb02.phx2.fedoraproject.org
|
||||
|
@ -755,7 +748,6 @@ notifs-web02.stg.phx2.fedoraproject.org
|
|||
nuancier01.stg.phx2.fedoraproject.org
|
||||
nuancier02.stg.phx2.fedoraproject.org
|
||||
packages03.stg.phx2.fedoraproject.org
|
||||
paste01.stg.phx2.fedoraproject.org
|
||||
pdc-backend01.stg.phx2.fedoraproject.org
|
||||
pdc-backend02.stg.phx2.fedoraproject.org
|
||||
pdc-web01.stg.phx2.fedoraproject.org
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
- include: /srv/web/infra/ansible/playbooks/hosts/eclipse.fedorainfracloud.org.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/hosts/fas2-dev.fedorainfracloud.org.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/hosts/fas3-dev.fedorainfracloud.org.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
|
||||
#- include: /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/hosts/faitout.fedorainfracloud.org.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/hosts/fedora-bootstrap.fedorainfracloud.org.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/hosts/fedimg-dev.fedorainfracloud.org.yml
|
||||
|
|
|
@ -50,9 +50,6 @@ syncHttpLogs fas01.stg.phx2.fedoraproject.org
|
|||
syncHttpLogs fedocal01.phx2.fedoraproject.org
|
||||
syncHttpLogs fedocal02.phx2.fedoraproject.org
|
||||
syncHttpLogs fedocal01.stg.phx2.fedoraproject.org
|
||||
syncHttpLogs paste01.phx2.fedoraproject.org
|
||||
syncHttpLogs paste02.phx2.fedoraproject.org
|
||||
syncHttpLogs paste01.stg.phx2.fedoraproject.org
|
||||
syncHttpLogs datagrepper01.phx2.fedoraproject.org
|
||||
syncHttpLogs datagrepper02.phx2.fedoraproject.org
|
||||
syncHttpLogs datagrepper01.stg.phx2.fedoraproject.org
|
||||
|
|
|
@ -194,14 +194,6 @@ listen fedocal 0.0.0.0:10023
|
|||
|
||||
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
|
||||
|
||||
listen paste 0.0.0.0:10027
|
||||
balance hdr(appserver)
|
||||
server paste01 paste01:80 check inter 10s rise 1 fall 2
|
||||
{% if env == "production" %}
|
||||
server paste02 paste02:80 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
listen datagrepper 0.0.0.0:10028
|
||||
balance hdr(appserver)
|
||||
server datagrepper01 datagrepper01:80 check inter 10s rise 1 fall 2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name paste01
|
||||
alias paste01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address paste01.phx2.fedoraproject.org
|
||||
parents virthost15
|
||||
}
|
||||
#define host {
|
||||
# host_name paste01
|
||||
# alias paste01.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address paste01.phx2.fedoraproject.org
|
||||
# parents virthost15
|
||||
#}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name paste02
|
||||
alias paste02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address paste02.phx2.fedoraproject.org
|
||||
parents virthost18
|
||||
}
|
||||
#define host {
|
||||
# host_name paste02
|
||||
# alias paste02.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address paste02.phx2.fedoraproject.org
|
||||
# parents virthost18
|
||||
#}
|
||||
|
|
|
@ -277,19 +277,19 @@ define service {
|
|||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name paste01
|
||||
service_description Pastebin webapp on paste01
|
||||
check_command check_website!paste01.phx2.fedoraproject.org!/!Archives
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name paste02
|
||||
service_description Pastebin webapp on paste02
|
||||
check_command check_website!paste02.phx2.fedoraproject.org!/!Archives
|
||||
use websitetemplate
|
||||
}
|
||||
#define service {
|
||||
# host_name paste01
|
||||
# service_description Pastebin webapp on paste01
|
||||
# check_command check_website!paste01.phx2.fedoraproject.org!/!Archives
|
||||
# use websitetemplate
|
||||
#}
|
||||
#
|
||||
#define service {
|
||||
# host_name paste02
|
||||
# service_description Pastebin webapp on paste02
|
||||
# check_command check_website!paste02.phx2.fedoraproject.org!/!Archives
|
||||
# use websitetemplate
|
||||
#}
|
||||
|
||||
define service {
|
||||
host_name modernpaste01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue