Fix backups, that were broken since I split the inventory out. :(
This commit is contained in:
parent
ae3f2ab396
commit
b6ac5167ed
24 changed files with 19 additions and 17 deletions
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# backup these directories
|
||||
host_backup_targets: ['/var/lib/copr/public_html/results']
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/backups']
|
2
backups/inventory/host_vars/db-qa01.qa.fedoraproject.org
Normal file
2
backups/inventory/host_vars/db-qa01.qa.fedoraproject.org
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/backups']
|
2
backups/inventory/host_vars/db01.phx2.fedoraproject.org
Normal file
2
backups/inventory/host_vars/db01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/backups']
|
2
backups/inventory/host_vars/log01.phx2.fedoraproject.org
Normal file
2
backups/inventory/host_vars/log01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/var/log']
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/srv/web']
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/srv']
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_backup_targets: ['/srv', '/var/lib/zodbot']
|
|
@ -15,3 +15,4 @@ qadevel.cloud.fedoraproject.org
|
|||
db-qa01.qa.fedoraproject.org
|
||||
db-koji01.phx2.fedoraproject.org
|
||||
copr-be.cloud.fedoraproject.org
|
||||
value01.phx2.fedoraproject.org
|
|
@ -26,6 +26,3 @@ fedmsg_certs:
|
|||
# Copr vars
|
||||
|
||||
copr_hostbase: copr-be
|
||||
|
||||
# backup these directories
|
||||
host_backup_targets: ['/var/lib/copr/public_html/results']
|
||||
|
|
|
@ -17,8 +17,6 @@ databases:
|
|||
dbs_to_backup:
|
||||
- datanommer
|
||||
|
||||
host_backup_targets: ['/backups']
|
||||
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 16384
|
||||
|
|
|
@ -18,8 +18,6 @@ databases:
|
|||
dbs_to_backup:
|
||||
- koji
|
||||
|
||||
host_backup_targets: ['/backups']
|
||||
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 25165
|
||||
|
|
|
@ -26,8 +26,6 @@ dbs_to_backup:
|
|||
- resultsdb_stg
|
||||
- resultsdb_dev
|
||||
|
||||
host_backup_targets: ['/backups']
|
||||
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 8192
|
||||
|
|
|
@ -19,5 +19,4 @@ lvm_size: 32768
|
|||
mem_size: 16384
|
||||
num_cpus: 16
|
||||
|
||||
host_backup_targets: ['/var/log']
|
||||
fas_client_groups: fi-apprentice,sysadmin-logs,sysadmin-noc
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
freezes: false
|
||||
datacenter: ibiblio
|
||||
host_backup_targets: ['/srv/web']
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
---
|
||||
host_backup_targets: ['/srv']
|
||||
|
||||
nm: 255.255.255.0
|
||||
eth1_ip: 10.5.127.67
|
||||
|
|
|
@ -8,6 +8,3 @@ volgroup: /dev/vg_virthost03
|
|||
eth0_ip: 10.5.126.49
|
||||
vmhost: virthost03.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
host_backup_targets: ['/srv']
|
||||
host_backup_targets: ['/var/lib/zodbot']
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
- include: /srv/web/infra/ansible/playbooks/groups/nuancier.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/packages.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/paste.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/pkgdb.yml
|
||||
#- include: /srv/web/infra/ansible/playbooks/groups/pkgdb.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/pkgs.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/postgresl-server.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/qadevel.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue