>From 287b7370873f287efb685150c877f09f20fbc31a Mon Sep 17 00:00:00 2001
From: aikidouke <zachvatw...@gmail.com>
Date: Wed, 18 Nov 2015 19:38:41 +0000
Subject: [PATCH] added buildppc csi vars

---
 inventory/group_vars/buildppc | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/inventory/group_vars/buildppc b/inventory/group_vars/buildppc
index fe0fa21..d101a6c 100644
--- a/inventory/group_vars/buildppc
+++ b/inventory/group_vars/buildppc
@@ -8,7 +8,6 @@ ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-21-ppc64
 ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/21/Server/ppc64/os/
 nm: 255.255.255.0
 gw: 10.5.125.254
-eth1_gw: 10.5.127.254
 dns: 10.5.126.21
 virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size 
}}
                  --graphics none --serial pty
@@ -16,13 +15,14 @@ virt_install_command: virt-install -n {{ inventory_hostname 
}} -r {{ mem_size }}
                  --vcpus={{ num_cpus }}  -l {{ ks_repo }} -x
                  "ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
                   hostname={{ inventory_hostname }} nameserver={{ dns }} 
-                  ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname 
}}:eth0:none" 
+                  ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname 
}}:eth0:none
                   ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname 
}}-nfs:eth1:none"
                  --network=bridge=br2,model=virtio  
--network=bridge=br3,model=virtio 
                  --autostart --noautoconsole; sleep 5
 
 # for systems that do not match the above - specify the same parameter in
 # the host_vars/$hostname file
+
 host_group: kojibuilder
 fas_client_groups: sysadmin-releng
 sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
@@ -30,3 +30,17 @@ sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
 koji_server_url: "http://koji.fedoraproject.org/kojihub";
 koji_weburl: "http://koji.fedoraproject.org/koji";
 koji_topurl: "http://kojipkgs.fedoraproject.org/";
+
+# These variables are pushed into /etc/system_identification by the base role.
+# Groups and individual hosts should ovveride them with specific info.
+# See http://infrastructure.fedoraproject.org/csi/security-policy/
+
+csi_security_category: High
+csi_primary_contact: Fedora Admins - ad...@fedoraproject.org
+csi_purpose: Koji service employees a set of virtual machines to build 
packages for the Fedora project. This group
+builds packages for the ppc architecture.
+csi_relationship: |
+       * Relies on koji-hub, Packages, PkgDB, apache, fedmsg, fas, virthost, 
and is monitored by nagios
+       * Several services rely on the builders, including koschei, Bodhi, 
Tagger, SCM, Darkserver. 
+       * Produces automated builds of packages for the architecture listed. 
Builders can be scaled by adding new 
+       * virtual instances 
-- 
1.8.3.1
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraproject.org

Reply via email to