Remove all accelerate-mode knobs and toggles now that pipelining is a go.

This commit is contained in:
Ralph Bean 2014-11-12 19:15:06 +00:00
parent 4a56bc9dd7
commit 1e49aa493d
76 changed files with 0 additions and 247 deletions

View File

@ -17,12 +17,6 @@
# allow ssh - always
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT
# for fireball mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 192.168.1.58 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 209.132.181.6 -j ACCEPT
# for nrpe - allow it from nocs
-A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT
# FIXME - this is the global nat-ip and we need the noc01-specific ip

View File

@ -29,12 +29,6 @@ COMMIT
# allow ssh - always
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT
# for fireball mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 192.168.1.58 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 209.132.181.6 -j ACCEPT
# for nrpe - allow it from nocs
-A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT
# FIXME - this is the global nat-ip and we need the noc01-specific ip

View File

@ -7,7 +7,6 @@
hosts: anitya
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: anitya
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +52,6 @@
hosts: anitya-frontend
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -86,7 +83,6 @@
hosts: anitya-backend
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: ask-stg:ask
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: ask-stg:ask
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: autosign
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: autosign
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: backup03.phx2.fedoraproject.org
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: badges-backend;badges-backend-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -56,7 +54,6 @@
hosts: badges-backend;badges-backend-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- fedmsg/hub

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: badges-web;badges-web-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: bastion
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -19,7 +18,6 @@
hosts: bastion
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -18,7 +18,6 @@
hosts: bodhi:bodhi-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -23,7 +23,6 @@
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -52,7 +51,6 @@
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- bugzilla2fedmsg

View File

@ -7,7 +7,6 @@
hosts: buildvm:buildvm-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: buildvm:buildvm-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -10,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -19,7 +18,6 @@
hosts: busgateway;busgateway-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -51,7 +49,6 @@
hosts: busgateway;busgateway-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- role: fedmsg/hub

View File

@ -7,7 +7,6 @@
hosts: composers;composers-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -26,7 +25,6 @@
hosts: composers;composers-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -66,7 +64,6 @@
hosts: composers-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -89,7 +86,6 @@
hosts: composers-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- atomic-composer

View File

@ -12,7 +12,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -21,7 +20,6 @@
hosts: datagrepper;datagrepper-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -56,7 +54,6 @@
hosts: datagrepper;datagrepper-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -80,7 +77,6 @@
# hosts: datagrepper;datagrepper-stg
# user: root
# gather_facts: True
# accelerate: "{{ accelerated }}"
#
# vars_files:
# - /srv/web/infra/ansible/vars/global.yml
@ -103,7 +99,6 @@
# hosts: datagrepper;datagrepper-stg
# user: root
# gather_facts: True
# accelerate: "{{ accelerated }}"
#
# vars_files:
# - /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: dhcp
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: dhcp
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: docs-backend
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -19,7 +18,6 @@
hosts: docs-backend
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +52,6 @@
hosts: docs-backend
user: root
gather_facts: True
accelerate: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -3,7 +3,6 @@
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -21,7 +20,6 @@
hosts: download
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -29,7 +27,6 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -39,7 +36,6 @@
hosts: download
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -10,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -19,7 +18,6 @@
hosts: elections;elections-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -52,7 +50,6 @@
hosts: elections;elections-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -69,7 +66,6 @@
hosts: elections;elections-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -10,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -19,7 +18,6 @@
hosts: fedimg;fedimg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -49,7 +47,6 @@
hosts: fedimg;fedimg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- fedmsg/hub

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: fedoauth-stg:fedoauth
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: fedoauth-stg:fedoauth
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: fedocal-stg;fedocal
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: fedocal-stg;fedocal
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -74,7 +71,6 @@
hosts: fedocal-stg;fedocal
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: gallery-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: gallery-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +52,6 @@
hosts: gallery-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: github2fedmsg;github2fedmsg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -58,7 +56,6 @@
hosts: github2fedmsg;github2fedmsg-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: kerneltest-stg:kerneltest
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: kerneltest-stg:kerneltest
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: keys
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: keys
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -6,7 +6,6 @@
hosts: mailman-stg:mailman
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -15,7 +14,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +22,6 @@
hosts: mailman-stg:mailman
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: memcached
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: memcached
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: mirrorlist
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: mirrorlist
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -10,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -19,7 +18,6 @@
hosts: nagios
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -53,7 +51,6 @@
hosts: nagios
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: notifs-backend;notifs-backend-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -58,7 +56,6 @@
hosts: notifs-backend;notifs-backend-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- fedmsg/hub

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: notifs-web;notifs-web-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -74,7 +71,6 @@
hosts: nuancier-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -105,7 +101,6 @@
hosts: nuancier
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -136,7 +131,6 @@
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: packages;packages-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -58,7 +56,6 @@
hosts: packages
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -81,7 +78,6 @@
hosts: packages
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -107,7 +103,6 @@
hosts: packages;packages-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: paste-stg:paste
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: paste-stg:paste
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: pkgdb-stg;pkgdb
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: pkgdb-stg;pkgdb
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -74,7 +71,6 @@
hosts: pkgdb-stg;pkgdb
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -18,7 +18,6 @@
hosts: pkgs-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -58,7 +57,6 @@
hosts: pkgs-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -6,7 +6,6 @@
hosts: db-datanommer02.phx2.fedoraproject.org:db-qa01.qa.fedoraproject.org:db-koji01.phx2.fedoraproject.org
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -25,7 +24,6 @@
hosts: db-datanommer02.phx2.fedoraproject.org:db-qa01.qa.fedoraproject.org:db-koji01.phx2.fedoraproject.org
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: qadevel-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: qadevel-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -55,7 +53,6 @@
hosts: qadevel-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: qadevel
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: qadevel
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -55,7 +53,6 @@
hosts: qadevel
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -73,7 +70,6 @@
hosts: qadevel
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: resultsdb-dev
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: resultsdb-dev
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -55,7 +53,6 @@
hosts: resultsdb-dev
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: resultsdb-prod
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: resultsdb-prod
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -56,7 +54,6 @@
hosts: resultsdb-prod
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: resultsdb-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: resultsdb-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -20,7 +20,6 @@
hosts: smtp-mm
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -15,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -24,7 +23,6 @@
hosts: summershum;summershum-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: summershum;summershum-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -74,7 +71,6 @@
hosts: summershum;summershum-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
roles:
- fedmsg/hub

View File

@ -7,7 +7,6 @@
hosts: sundries;sundries-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: sundries;sundries-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: tagger;tagger-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -16,7 +15,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -25,7 +23,6 @@
hosts: tagger;tagger-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -59,7 +56,6 @@
hosts: tagger;tagger-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -77,7 +73,6 @@
hosts: tagger;tagger-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: taskotron-dev-clients
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: taskotron-dev-clients
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +52,6 @@
hosts: taskotron-dev-clients
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: taskotron-dev
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: taskotron-dev
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -55,7 +53,6 @@
hosts: taskotron-dev
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: taskotron-prod-clients
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: taskotron-prod-clients
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +52,6 @@
hosts: taskotron-prod-clients
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: taskotron-prod
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: taskotron-prod
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +55,6 @@
hosts: taskotron-prod
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: taskotron-stg-clients
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: taskotron-stg-clients
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +52,6 @@
hosts: taskotron-stg-clients
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: taskotron-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: taskotron-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -55,7 +53,6 @@
hosts: taskotron-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: unbound
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: unbound
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -2,7 +2,6 @@
hosts: value:value-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: value:value-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -5,7 +5,6 @@
- name: make virthost server system
hosts: virthost15.phx2.fedoraproject.org:bvirthost07.phx2.fedoraproject.org:buildvmhost-10.phx2.fedoraproject.org:buildvmhost-11.phx2.fedoraproject.org:buildvmhost-12.phx2.fedoraproject.org:virthost01.phx2.fedoraproject.org:virthost03.phx2.fedoraproject.org:ibiblio04.fedoraproject.org:bvirthost06.phx2.fedoraproject.org:bvirthost08.phx2.fedoraproject.org:bvirthost09.phx2.fedoraproject.org:bvirthost10.phx2.fedoraproject.org:bvirthost11.phx2.fedoraproject.org:virthost16.phx2.fedoraproject.org:virthost17.phx2.fedoraproject.org:virthost18.phx2.fedoraproject.org:serverbeach07.fedoraproject.org:qa07.qa.fedoraproject.org:qa09.qa.fedoraproject.org:coloamer01.fedoraproject.org:qa04.qa.fedoraproject.org:qa05.qa.fedoraproject.org:osuosl03.fedoraproject.org:qa06.qa.fedoraproject.org:virthost-comm03.qa.fedoraproject.org:host1plus01.fedoraproject.org:virthost10.phx2.fedoraproject.org:virthost12.phx2.fedoraproject.org:virthost06.phx2.fedoraproject.org:virthost07.phx2.fedoraproject.org:virthost08.phx2.fedoraproject.org:virthost09.phx2.fedoraproject.org:virthost14.phx2.fedoraproject.org
user: root
accelerate: "{{ accelerated }}"
gather_facts: True
vars_files:

View File

@ -7,7 +7,6 @@
hosts: wiki:wiki-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: wiki:wiki-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -5,7 +5,6 @@
- name: update the system
hosts: "{{ target }}"
accelerate: "{{ accelerated }}"
gather_facts: false
user: root
@ -20,7 +19,6 @@
- name: run rkhunter if installed
hosts: "{{ target }}"
accelerate: "{{ accelerated }}"
user: root
tasks:

View File

@ -3,7 +3,6 @@
- name: make cloud noc hardware
hosts: cloud-noc01.cloud.fedoraproject.org
user: root
accelerate: "{{ accelerated }}"
gather_facts: True
vars_files:

View File

@ -3,7 +3,6 @@
- name: make basic box
hosts: junk02.phx2.fedoraproject.org
user: root
accelerate: "{{ accelerated }}"
gather_facts: True
vars_files:

View File

@ -2,7 +2,6 @@
hosts: log01.phx2.fedoraproject.org
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -11,7 +10,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
@ -20,7 +18,6 @@
hosts: log01.phx2.fedoraproject.org
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -1,14 +0,0 @@
# requires --extra-vars="target='host1;host2;group etc'
- name: Find whatever is running on port 5099 and storm its figurative bastille.
hosts: "{{ target }}"
user: root
tasks:
- name: find the PID of whatever is on port 5099
command: lsof -i :5099 -t
register: offenders
- name: salt the earth
command: "kill {{ item }}"
with_items: "{{ offenders.stdout_lines }}"

View File

@ -11,7 +11,6 @@
hosts: lockbox01.phx2.fedoraproject.org
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -42,7 +41,6 @@
hosts: badges-web;badges-web-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -56,7 +54,6 @@
hosts: badges-backend;badges-backend-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -7,7 +7,6 @@
hosts: qadevel;qadevel-stg
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -24,7 +23,6 @@
hosts: qadevel;qadevel-stg
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@ -10,7 +10,6 @@
hosts: sign-bridge
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -19,7 +18,6 @@
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
- include: "{{ tasks }}/accelerate_prep.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"

View File

@ -2,7 +2,6 @@
- name: push packages out
hosts: notifs-backend;notifs-backend-stg;notifs-web;notifs-web-stg
user: root
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
@ -24,7 +23,6 @@
- name: verify the frontend and stop it
hosts: notifs-web;notifs-web-stg
user: root
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
@ -39,7 +37,6 @@
- name: verify the backend, stop it, and then upgrade the db
hosts: notifs-backend;notifs-backend-stg
user: root
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
@ -61,7 +58,6 @@
- name: restart the frontend
hosts: notifs-web;notifs-web-stg
user: root
accelerate: "{{ accelerated }}"
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"

View File

@ -5,7 +5,6 @@
- name: find instances
hosts: "{{ target }}"
accelerate: "{{ accelerated }}"
gather_facts: False
user: root

View File

@ -104,7 +104,6 @@
- name: Fix unbound if necessary
# intersection - hosts that are in our dynamic group and also in unbound-dns
hosts: "myvms_new:&unbound"
accelerate: "{{ accelerated }}"
user: root
vars_files:

View File

@ -5,7 +5,6 @@
- name: find instances
hosts: "{{ target }}"
accelerate: "{{ accelerated }}"
gather_facts: False
user: root
@ -20,7 +19,6 @@
- name: update the system
hosts: "{{ target }}:myvms_new"
accelerate: "{{ accelerated }}"
gather_facts: False
user: root
@ -35,7 +33,6 @@
- name: run rkhunter if installed
hosts: "{{ target }}:myvms_new"
accelerate: "{{ accelerated }}"
user: root
tasks:

View File

@ -17,12 +17,6 @@
# allow ssh - always
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT
# for fireball mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 192.168.1.58 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 209.132.181.6 -j ACCEPT
# for nrpe - allow it from nocs
-A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT
# FIXME - this is the global nat-ip and we need the noc01-specific ip

View File

@ -53,12 +53,6 @@
-A INPUT -p tcp -m tcp -s 10.5.0.0/16 --dport 22 -j ACCEPT
-A OUTPUT -p tcp -m tcp -d 10.5.0.0/16 --sport 22 -j ACCEPT
# for ansible accelerate mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 192.168.1.58 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 209.132.181.6 -j ACCEPT
# git to pkgs
-A OUTPUT -m tcp -p tcp --dport 9418 -d 10.5.125.44 -j ACCEPT
-A OUTPUT -m udp -p udp --dport 9418 -d 10.5.125.44 -j ACCEPT

View File

@ -22,12 +22,6 @@
# external ip for scrye
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -s 75.148.32.185 -j ACCEPT
# for fireball mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 192.168.1.58 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 209.132.181.6 -j ACCEPT
# for nrpe - allow it from nocs
-A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT
# FIXME - this is the global nat-ip and we need the noc01-specific ip

View File

@ -42,10 +42,6 @@ COMMIT
-A INPUT -p tcp -m tcp -s 192.168.100.0/24 --dport 22 -j REJECT --reject-with tcp-reset
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
# for fireball mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
# Allow all netapp traffic
-A INPUT -p udp -m udp -s 10.5.88.36 -j ACCEPT
-A INPUT -p tcp -m tcp -s 10.5.88.36 -j ACCEPT

View File

@ -29,12 +29,6 @@ COMMIT
# allow ssh - always
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT
# for fireball mode - allow port 5099 from lockbox and it's ips
-A INPUT -p tcp -m tcp --dport 5099 -s 192.168.1.58 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.126.23 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 10.5.127.51 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5099 -s 209.132.181.6 -j ACCEPT
# for nrpe - allow it from nocs
-A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT
# FIXME - this is the global nat-ip and we need the noc01-specific ip

View File

@ -1,7 +0,0 @@
---
- name: install needed packages for accelerated mode
yum: pkg={{ item }} state=present
with_items:
- python-keyczar
tags:
- packages

View File

@ -37,7 +37,5 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.1573980081:vf.6fb258f4-106f-11e2-ae29-00a098161d90
# iscsi portal for netapp iscsi volume
netapp_iscsi_portal: 10.5.88.35
# By default no acclerated, override on playbook command line.
accelerated: False
# sudo: False by default so ansible doesn't try and check for it and hang
sudo: False