Move Koschei variables around
This commit is contained in:
parent
fd04066cf7
commit
805fb1422d
3 changed files with 12 additions and 11 deletions
|
@ -7,6 +7,11 @@ num_cpus: 4
|
||||||
# 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
|
||||||
|
|
||||||
|
koschei_pgsql_hostname: FIXME
|
||||||
|
koschei_koji_hub: koji02.phx2.fedoraproject.org
|
||||||
|
koschei_kojipkgs: kojipkgs.fedoraproject.org
|
||||||
|
koschei_koji_tag: f23
|
||||||
|
|
||||||
tcp_ports: [ 80, 443 ]
|
tcp_ports: [ 80, 443 ]
|
||||||
|
|
||||||
custom_rules: [
|
custom_rules: [
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 20000
|
lvm_size: 20000
|
||||||
mem_size: 4096
|
mem_size: 2048
|
||||||
num_cpus: 4
|
num_cpus: 2
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org
|
||||||
|
koschei_koji_hub: koji01.stg.phx2.fedoraproject.org
|
||||||
|
koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org
|
||||||
|
koschei_koji_tag: f23
|
||||||
|
|
||||||
tcp_ports: [ 80, 443 ]
|
tcp_ports: [ 80, 443 ]
|
||||||
|
|
||||||
custom_rules: [
|
custom_rules: [
|
||||||
|
|
|
@ -10,12 +10,3 @@ volgroup: /dev/vg_guests
|
||||||
eth0_ip: 10.5.126.221
|
eth0_ip: 10.5.126.221
|
||||||
vmhost: virthost11.phx2.fedoraproject.org
|
vmhost: virthost11.phx2.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
# stg needs less resources than prod
|
|
||||||
mem_size: 2048
|
|
||||||
num_cpus: 2
|
|
||||||
|
|
||||||
koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org
|
|
||||||
koschei_koji_hub: koji01.stg.phx2.fedoraproject.org
|
|
||||||
koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org
|
|
||||||
koschei_koji_tag: f23
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue