Add a memcached01.stg

This commit is contained in:
Kevin Fenzi 2015-05-07 16:35:49 +00:00
parent 55fbf3089b
commit c231aab76f
4 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,12 @@
---
# Define resources for this group of hosts here.
lvm_size: 10000
mem_size: 1536
num_cpus: 1
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 11211 ]
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web

View file

@ -0,0 +1,12 @@
---
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_guests
vmhost: virthost11.phx2.fedoraproject.org
datacenter: phx2
eth0_ip: 10.5.126.210

View file

@ -353,6 +353,9 @@ fedoauth02.phx2.fedoraproject.org
memcached01.phx2.fedoraproject.org
memcached02.phx2.fedoraproject.org
[memcached-stg]
memcached01.stg.phx2.fedoraproject.org
[mirrorlist2]
mirrorlist-dedicatedsolutions.fedoraproject.org
mirrorlist-host1plus.fedoraproject.org

View file

@ -1,5 +1,5 @@
- name: make memcached server
hosts: memcached
hosts: memcached:memcached-stg
user: root
gather_facts: False
@ -15,7 +15,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the box be real
hosts: memcached
hosts: memcached:memcached-stg
user: root
gather_facts: True