db03.stg: replaced with new rhel9 version
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
99c459df6c
commit
5a706e408d
4 changed files with 8 additions and 34 deletions
|
@ -9,16 +9,16 @@ eth0_ipv4_ip: 10.3.166.35
|
|||
extra_enablerepos: ''
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
lvm_size: 500000
|
||||
# This is a more strict list, to be made publicly available
|
||||
#dbs_to_backup:
|
||||
mariadb_root_password: "{{ db03_stg_mysql_root_password }}"
|
||||
mem_size: 8192
|
||||
num_cpus: 2
|
||||
mem_size: 16384
|
||||
num_cpus: 4
|
||||
shared_buffers: "4GB"
|
||||
tcp_ports: [5432, 443, 3306]
|
||||
vmhost: vmhost-x86-06.stg.iad2.fedoraproject.org
|
||||
vmhost: vmhost-x86-01.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
# This is a generic list, monitored by collectd
|
||||
databases:
|
||||
- postgres
|
||||
datacenter: iad2
|
||||
db_backup_dir: ['/backups']
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.72
|
||||
extra_enablerepos: ''
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 500000
|
||||
# This is a more strict list, to be made publicly available
|
||||
#dbs_to_backup:
|
||||
mariadb_root_password: "{{ db03_stg_mysql_root_password }}"
|
||||
mem_size: 16384
|
||||
num_cpus: 4
|
||||
shared_buffers: "4GB"
|
||||
tcp_ports: [5432, 443, 3306]
|
||||
vmhost: vmhost-x86-01.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
|
@ -173,7 +173,6 @@ db-openqa01.iad2.fedoraproject.org
|
|||
db-fas01.stg.iad2.fedoraproject.org
|
||||
db01.stg.iad2.fedoraproject.org
|
||||
db03.stg.iad2.fedoraproject.org
|
||||
db04.stg.iad2.fedoraproject.org
|
||||
db-datanommer01.stg.iad2.fedoraproject.org
|
||||
db-datanommer02.stg.iad2.fedoraproject.org
|
||||
db-koji01.stg.iad2.fedoraproject.org
|
||||
|
@ -635,7 +634,6 @@ db-fas01.stg.iad2.fedoraproject.org
|
|||
db-koji01.stg.iad2.fedoraproject.org
|
||||
db01.stg.iad2.fedoraproject.org
|
||||
db03.stg.iad2.fedoraproject.org
|
||||
db04.stg.iad2.fedoraproject.org
|
||||
debuginfod01.stg.iad2.fedoraproject.org
|
||||
oci-candidate-registry01.stg.iad2.fedoraproject.org
|
||||
oci-registry01.stg.iad2.fedoraproject.org
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml"
|
||||
vars:
|
||||
myhosts: "db03.stg.iad2.fedoraproject.org:db03.iad2.fedoraproject.org:db04.iad2.fedoraproject.org:db04.stg.iad2.fedoraproject.org"
|
||||
myhosts: "db03.stg.iad2.fedoraproject.org:db03.iad2.fedoraproject.org:db04.iad2.fedoraproject.org"
|
||||
|
||||
# Once the instance exists, configure it.
|
||||
|
||||
- name: configure mariadb server system
|
||||
hosts: db03.stg.iad2.fedoraproject.org:db03.iad2.fedoraproject.org:db04.iad2.fedoraproject.org:db04.stg.iad2.fedoraproject.org
|
||||
hosts: db03.stg.iad2.fedoraproject.org:db03.iad2.fedoraproject.org:db04.iad2.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue