Add a new pkgs02 in production that will take over for pkgs01 soon.

This commit is contained in:
Kevin Fenzi 2015-02-16 13:28:28 +00:00
parent 72604d3676
commit 8303d45c7f
4 changed files with 20 additions and 5 deletions

View file

@ -9,9 +9,10 @@ tcp_ports: [80, 443, 9418,
3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]
fas_client_groups: sysadmin-main,sysadmin-cvs,sysadmin-build,sysadmin-noc
fas_client_restricted_app: /usr/bin/gl-auth-command
fas_client_admin_app: /usr/bin/gl-auth-command -s
fas_client_restricted_app: HOME=/srv/git /usr/share/gitolite3/gitolite-shell %(username)s
fas_client_admin_app: HOME=/srv/git /usr/share/gitolite3/gitolite-shell -s %(username)s
fas_client_ssh_groups: "@cvs,sysadmin-main,sysadmin-cvs,sysadmin-build,sysadmin-noc"
admin_groups: "@sysadmin-cvs @sysadmin-build @sysadmin-noc"
git_group: packager
git_port: 9418

View file

@ -0,0 +1,13 @@
---
eth0_ip: 10.5.125.45
nm: 255.255.255.0
gw: 10.5.125.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/xenGuests
vmhost: bvirthost11.phx2.fedoraproject.org
datacenter: phx2
mem_size: 16384
num_cpus: 8

View file

@ -388,6 +388,7 @@ pkgdb01.stg.phx2.fedoraproject.org
[pkgs]
pkgs01.phx2.fedoraproject.org
pkgs02.phx2.fedoraproject.org
[pkgs-stg]
pkgs01.stg.phx2.fedoraproject.org

View file

@ -1,5 +1,5 @@
- name: make pkgs
hosts: pkgs-stg
hosts: pkgs-stg:pkgs02.phx2.fedoraproject.org
user: root
gather_facts: False
@ -15,7 +15,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the box be real
hosts: pkgs-stg
hosts: pkgs-stg:pkgs02.phx2.fedoraproject.org
user: root
gather_facts: True
@ -54,7 +54,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: setup fedmsg on pkgs
hosts: pkgs-stg
hosts: pkgs-stg:pkgs02.phx2.fedoraproject.org
user: root
gather_facts: True