Add pagure02 to rdu-cc
We want to migrate pagure from rhel7 to rhel8, so we are making a pagure02 instance thats rhel8. We will sync everything over and get it all tested and working and then schedule an outage to do a final sync and swap it in. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f119e37773
commit
348ec04e3a
3 changed files with 42 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 250000
|
lvm_size: 750000
|
||||||
mem_size: 32768
|
mem_size: 49152
|
||||||
num_cpus: 12
|
num_cpus: 16
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
38
inventory/host_vars/pagure02.fedoraproject.org
Normal file
38
inventory/host_vars/pagure02.fedoraproject.org
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 8.43.85.254
|
||||||
|
dns: 8.8.8.8
|
||||||
|
|
||||||
|
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-ext
|
||||||
|
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||||
|
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
|
||||||
|
eth0_ip: 8.43.85.76
|
||||||
|
eth0_nm: 255.255.255.0
|
||||||
|
has_ipv6: yes
|
||||||
|
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed6"
|
||||||
|
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||||
|
|
||||||
|
vmhost: virthost-cc-rdu02.fedoraproject.org
|
||||||
|
datacenter: rdu-cc
|
||||||
|
|
||||||
|
#
|
||||||
|
# PostgreSQL configuration
|
||||||
|
#
|
||||||
|
|
||||||
|
shared_buffers: "512MB"
|
||||||
|
effective_cache_size: 0
|
||||||
|
temp_buffers: "8MB"
|
||||||
|
max_stack_depth: "4MB"
|
||||||
|
|
||||||
|
ssh_hostnames:
|
||||||
|
- pagure.io
|
||||||
|
|
||||||
|
# GDPR SAR variables - datanommer/datagrepper
|
||||||
|
sar_script: /usr/local/bin/pagure_sar.py
|
||||||
|
sar_script_user: git
|
||||||
|
sar_output_file: pagure.json
|
||||||
|
|
||||||
|
# DB used:
|
||||||
|
pagure_db_host: 127.0.0.1
|
|
@ -924,6 +924,7 @@ vmhost-copr01.rdu-cc.fedoraproject.org
|
||||||
|
|
||||||
[pagure]
|
[pagure]
|
||||||
pagure01.fedoraproject.org
|
pagure01.fedoraproject.org
|
||||||
|
pagure02.fedoraproject.org
|
||||||
|
|
||||||
[pagure_stg]
|
[pagure_stg]
|
||||||
pagure-stg01.fedoraproject.org
|
pagure-stg01.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue