Remove mentions of lockbox01.

This commit is contained in:
Kevin Fenzi 2015-09-25 18:49:17 +00:00
parent 05bb9f4f83
commit 1dd79c9801
10 changed files with 24 additions and 17 deletions

View file

@ -9,7 +9,7 @@ db-datanommer02.phx2.fedoraproject.org
db-fas01.phx2.fedoraproject.org db-fas01.phx2.fedoraproject.org
hosted03.fedoraproject.org hosted03.fedoraproject.org
hosted-lists01.fedoraproject.org hosted-lists01.fedoraproject.org
lockbox01.phx2.fedoraproject.org batcave01.phx2.fedoraproject.org
pagure01.fedoraproject.org pagure01.fedoraproject.org
people01.fedoraproject.org people01.fedoraproject.org
pkgs02.phx2.fedoraproject.org pkgs02.phx2.fedoraproject.org

View file

@ -16,6 +16,8 @@ datacenter: phx2
# reverse-dns was pointing elsewhere so we had to hardcode this. # reverse-dns was pointing elsewhere so we had to hardcode this.
fedmsg_fqdn: batcave01.phx2.fedoraproject.org fedmsg_fqdn: batcave01.phx2.fedoraproject.org
host_backup_targets: ['/git', '/mnt/fedora/app/attachments']
# #
# We need this to install with 2 nics # We need this to install with 2 nics
# #

View file

@ -368,7 +368,7 @@ koschei01.phx2.fedoraproject.org
koschei01.stg.phx2.fedoraproject.org koschei01.stg.phx2.fedoraproject.org
[infracore] [infracore]
lockbox01.phx2.fedoraproject.org batcave01.phx2.fedoraproject.org
log01.phx2.fedoraproject.org log01.phx2.fedoraproject.org
noc01.phx2.fedoraproject.org noc01.phx2.fedoraproject.org
noc02.fedoraproject.org noc02.fedoraproject.org
@ -388,8 +388,6 @@ ipsilon01.stg.phx2.fedoraproject.org
[dhcp] [dhcp]
dhcp01.phx2.fedoraproject.org dhcp01.phx2.fedoraproject.org
[lockbox]
[nagios] [nagios]
noc01.phx2.fedoraproject.org noc01.phx2.fedoraproject.org
noc02.fedoraproject.org noc02.fedoraproject.org

View file

@ -7,8 +7,8 @@
# This playbook will take any new content from there and push it out onto our # This playbook will take any new content from there and push it out onto our
# servers. # servers.
- name: get the badges repo happening on lockbox - name: get the badges repo happening from the batcave
hosts: lockbox01.phx2.fedoraproject.org hosts: batcave01.phx2.fedoraproject.org
user: root user: root
gather_facts: False gather_facts: False

View file

@ -42,7 +42,7 @@
- unarchive: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}} dest=/ - unarchive: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}} dest=/
- name: finish cleaning up after ourselves - name: finish cleaning up after ourselves
hosts: lockbox01.phx2.fedoraproject.org;pkgs;pkgs-stg hosts: batcave01.phx2.fedoraproject.org;pkgs;pkgs-stg
user: root user: root
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml

View file

@ -22,7 +22,7 @@
# #
- name: check/create instance - name: check/create instance
hosts: lockbox01.phx2.fedoraproject.org hosts: batcave01.phx2.fedoraproject.org
user: root user: root
gather_facts: False gather_facts: False

View file

@ -4,7 +4,7 @@
set +e set +e
HOST=lockbox01.vpn.fedoraproject.org HOST=batcave01
function cleanlock() function cleanlock()
{ {

View file

@ -0,0 +1,7 @@
define host {
host_name batcave01
alias batcave01.phx2.fedoraproject.org
use defaulttemplate
address batcave01.phx2.fedoraproject.org
parents virthost22
}

View file

@ -1,7 +1,7 @@
define host { #define host {
host_name lockbox01 # host_name lockbox01
alias lockbox01.phx2.fedoraproject.org # alias lockbox01.phx2.fedoraproject.org
use defaulttemplate # use defaulttemplate
address lockbox01.phx2.fedoraproject.org # address lockbox01.phx2.fedoraproject.org
parents virthost15 # parents virthost15
} #}

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/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 # Only the most recent dump is published
# #
scp db-datanommer02:/backups/datanommer-$(date +%F).dump.xz /srv/web/infra/db-dumps/datanommer.dump.xz scp db-datanommer02:/backups/datanommer-$(date +%F).dump.xz /srv/web/infra/db-dumps/datanommer.dump.xz