Remove mentions of lockbox01.
This commit is contained in:
parent
05bb9f4f83
commit
1dd79c9801
10 changed files with 24 additions and 17 deletions
|
@ -9,7 +9,7 @@ db-datanommer02.phx2.fedoraproject.org
|
|||
db-fas01.phx2.fedoraproject.org
|
||||
hosted03.fedoraproject.org
|
||||
hosted-lists01.fedoraproject.org
|
||||
lockbox01.phx2.fedoraproject.org
|
||||
batcave01.phx2.fedoraproject.org
|
||||
pagure01.fedoraproject.org
|
||||
people01.fedoraproject.org
|
||||
pkgs02.phx2.fedoraproject.org
|
||||
|
|
|
@ -16,6 +16,8 @@ datacenter: phx2
|
|||
# reverse-dns was pointing elsewhere so we had to hardcode this.
|
||||
fedmsg_fqdn: batcave01.phx2.fedoraproject.org
|
||||
|
||||
host_backup_targets: ['/git', '/mnt/fedora/app/attachments']
|
||||
|
||||
#
|
||||
# We need this to install with 2 nics
|
||||
#
|
||||
|
|
|
@ -368,7 +368,7 @@ koschei01.phx2.fedoraproject.org
|
|||
koschei01.stg.phx2.fedoraproject.org
|
||||
|
||||
[infracore]
|
||||
lockbox01.phx2.fedoraproject.org
|
||||
batcave01.phx2.fedoraproject.org
|
||||
log01.phx2.fedoraproject.org
|
||||
noc01.phx2.fedoraproject.org
|
||||
noc02.fedoraproject.org
|
||||
|
@ -388,8 +388,6 @@ ipsilon01.stg.phx2.fedoraproject.org
|
|||
[dhcp]
|
||||
dhcp01.phx2.fedoraproject.org
|
||||
|
||||
[lockbox]
|
||||
|
||||
[nagios]
|
||||
noc01.phx2.fedoraproject.org
|
||||
noc02.fedoraproject.org
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# This playbook will take any new content from there and push it out onto our
|
||||
# servers.
|
||||
|
||||
- name: get the badges repo happening on lockbox
|
||||
hosts: lockbox01.phx2.fedoraproject.org
|
||||
- name: get the badges repo happening from the batcave
|
||||
hosts: batcave01.phx2.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
- unarchive: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}} dest=/
|
||||
|
||||
- name: finish cleaning up after ourselves
|
||||
hosts: lockbox01.phx2.fedoraproject.org;pkgs;pkgs-stg
|
||||
hosts: batcave01.phx2.fedoraproject.org;pkgs;pkgs-stg
|
||||
user: root
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
|
||||
- name: check/create instance
|
||||
hosts: lockbox01.phx2.fedoraproject.org
|
||||
hosts: batcave01.phx2.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
set +e
|
||||
|
||||
HOST=lockbox01.vpn.fedoraproject.org
|
||||
HOST=batcave01
|
||||
|
||||
function cleanlock()
|
||||
{
|
||||
|
|
7
roles/nagios_server/files/nagios/hosts/batcave01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/batcave01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name batcave01
|
||||
alias batcave01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address batcave01.phx2.fedoraproject.org
|
||||
parents virthost22
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name lockbox01
|
||||
alias lockbox01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address lockbox01.phx2.fedoraproject.org
|
||||
parents virthost15
|
||||
}
|
||||
#define host {
|
||||
# host_name lockbox01
|
||||
# alias lockbox01.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address lockbox01.phx2.fedoraproject.org
|
||||
# parents virthost15
|
||||
#}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# A simple script to copy database dumps over to public space on lockbox01
|
||||
# A simple script to copy database dumps over to public space on batcave01
|
||||
# Only the most recent dump is published
|
||||
#
|
||||
scp db-datanommer02:/backups/datanommer-$(date +%F).dump.xz /srv/web/infra/db-dumps/datanommer.dump.xz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue