commit 1d6bcae2a1993e1c960b9257042c013b5480d38a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jul 31 18:01:27 2019 +0200
Update group_vars
inventory/group_vars/buildhw_armv7 | 26 ++++++++++++++++++++++++++
inventory/group_vars/home-arm | 1 -
inventory/group_vars/home_arm | 2 ++
inventory/group_vars/linaro | 1 +
inventory/group_vars/osuosl | 1 +
inventory/group_vars/scaleway-c1 | 1 -
inventory/group_vars/scaleway_c1 | 2 ++
7 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/inventory/group_vars/buildhw_armv7 b/inventory/group_vars/buildhw_armv7
new file mode 100644
index 0000000..76ea99a
--- /dev/null
+++ b/inventory/group_vars/buildhw_armv7
@@ -0,0 +1,26 @@
+host_group: kojibuilder
+fas_client_groups: sysadmin-build
+sudoers: "{{ private }}/files/sudo/00releng-sudoers"
+ansible_ifcfg_blacklist: true
+
+koji_hub_nfs: "rpmfusion_koji"
+
+koji_server_url: "http://koji.rpmfusion.org/kojihub"
+koji_weburl: "http:/koji.rpmfusion.org/koji"
+koji_topurl: "http://koji.rpmfusion.org/kojifiles"
+
+# 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.rpmfusion.org/csi/security-policy/
+
+csi_security_category: High
+csi_primary_contact: RPM Fusion Admins - root(a)rpmfusion.org
+csi_purpose: Koji service employs a set of machines to build packages for the Fedora
project. This group builds packages for arm 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
+
+# These variables are for koji-containerbuild/osbs
+koji_root: "koji.rpmfusion.org/koji"
+koji_hub: "koji.rpmfusion.org/kojihub"
diff --git a/inventory/group_vars/home_arm b/inventory/group_vars/home_arm
new file mode 100644
index 0000000..a368ce7
--- /dev/null
+++ b/inventory/group_vars/home_arm
@@ -0,0 +1,2 @@
+datacenter: home
+ansible_ifcfg_blacklist: True
diff --git a/inventory/group_vars/linaro b/inventory/group_vars/linaro
index 69ac632..1ba16db 100644
--- a/inventory/group_vars/linaro
+++ b/inventory/group_vars/linaro
@@ -1 +1,2 @@
datacenter: linaro
+ansible_ifcfg_blacklist: True
diff --git a/inventory/group_vars/osuosl b/inventory/group_vars/osuosl
index b472508..332f3db 100644
--- a/inventory/group_vars/osuosl
+++ b/inventory/group_vars/osuosl
@@ -1 +1,2 @@
datacenter: osuosl
+ansible_ifcfg_blacklist: True
diff --git a/inventory/group_vars/scaleway_c1 b/inventory/group_vars/scaleway_c1
new file mode 100644
index 0000000..57e6063
--- /dev/null
+++ b/inventory/group_vars/scaleway_c1
@@ -0,0 +1,2 @@
+datacenter: scaleway
+ansible_ifcfg_blacklist: True