New host db-datanommer02.

This commit is contained in:
Ralph Bean 2014-09-25 18:43:05 +00:00
parent 1f881b88d5
commit 69bd9f741a
3 changed files with 31 additions and 4 deletions

View file

@ -0,0 +1,27 @@
---
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-7
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
volgroup: /dev/vg_virthost
eth0_ip: 10.5.126.111
vmhost: virthost14.phx2.fedoraproject.org
datacenter: phx2
# This is a generic list, monitored by collectd
databases:
- datanommer
## This is a more strict list, to be made publicly available
#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
num_cpus: 8
tcp_ports: [ 5432, 443 ]
fas_client_groups: sysadmin-dba,sysadmin-noc

View file

@ -53,7 +53,7 @@ backup03.phx2.fedoraproject.org
[backup_clients]
collab04.vpn.fedoraproject.org
db01.phx2.fedoraproject.org
db-datanommer01.phx2.fedoraproject.org
db-datanommer02.phx2.fedoraproject.org
hosted04.vpn.fedoraproject.org
hosted-lists01.vpn.fedoraproject.org
lockbox01.phx2.fedoraproject.org
@ -229,7 +229,7 @@ db01.phx2.fedoraproject.org
db04.phx2.fedoraproject.org
db05.phx2.fedoraproject.org
db-fas01.phx2.fedoraproject.org
db-datanommer01.phx2.fedoraproject.org
db-datanommer02.phx2.fedoraproject.org
[dbserver-stg]
db-fas01.stg.phx2.fedoraproject.org

View file

@ -3,7 +3,7 @@
# NOTE: most of these vars_path come from group_vars/backup_server or from hostvars
- name: make postgresql-server instance
hosts: db-datanommer01.phx2.fedoraproject.org:db-qa01.qa.fedoraproject.org
hosts: db-datanommer02.phx2.fedoraproject.org:db-qa01.qa.fedoraproject.org
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
@ -22,7 +22,7 @@
# Once the instance exists, configure it.
- name: configure postgresql server system
hosts: db-datanommer01.phx2.fedoraproject.org:db-qa01.qa.fedoraproject.org
hosts: db-datanommer02.phx2.fedoraproject.org:db-qa01.qa.fedoraproject.org
user: root
gather_facts: True
accelerate: "{{ accelerated }}"