diff --git a/inventory/group_vars/sundries b/inventory/group_vars/sundries new file mode 100644 index 0000000000..ea5816a64d --- /dev/null +++ b/inventory/group_vars/sundries @@ -0,0 +1,11 @@ +--- +# Define resources for this group of hosts here. +lvm_size: 30000 +mem_size: 2048 +num_cpus: 2 + +# for systems that do not match the above - specify the same parameter in +# the host_vars/$hostname file + +tcp_ports: [ 80 ] +fas_client_groups: sysadmin-noc,fi-apprentice diff --git a/inventory/host_vars/sundries01.phx2.fedoraproject.org b/inventory/host_vars/sundries01.phx2.fedoraproject.org new file mode 100644 index 0000000000..d515aa766e --- /dev/null +++ b/inventory/host_vars/sundries01.phx2.fedoraproject.org @@ -0,0 +1,10 @@ +--- +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-6 +ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/ +volgroup: /dev/vg_virthost03 +eth0_ip: 10.5.126.38 +vmhost: virthost03.phx2.fedoraproject.org +datacenter: phx2 diff --git a/inventory/host_vars/sundries02.phx2.fedoraproject.org b/inventory/host_vars/sundries02.phx2.fedoraproject.org new file mode 100644 index 0000000000..42c34a5846 --- /dev/null +++ b/inventory/host_vars/sundries02.phx2.fedoraproject.org @@ -0,0 +1,10 @@ +--- +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-6 +ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/ +volgroup: /dev/vg_virthost01 +eth0_ip: 10.5.126.40 +vmhost: virthost01.phx2.fedoraproject.org +datacenter: phx2 diff --git a/inventory/inventory b/inventory/inventory index 5e56b08eec..6ba2cfd7e9 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -411,6 +411,10 @@ summershum01.phx2.fedoraproject.org [summershum-stg] summershum01.stg.phx2.fedoraproject.org +[sundries] +sundries01.phx2.fedoraproject.org +sundries02.phx2.fedoraproject.org + [sundries-stg] sundries01.stg.phx2.fedoraproject.org diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 28cde58712..a9c74922ae 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -4,7 +4,7 @@ # - name: make sundries server - hosts: sundries-stg + hosts: sundries:sundries-stg user: root gather_facts: False accelerate: True @@ -21,7 +21,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: sundries-stg + hosts: sundries:sundries-stg user: root gather_facts: True accelerate: True