commit 7ab7e7720113788a348a33dc3566049b259dd1e8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jul 31 19:38:23 2019 +0200
Add missing groups
inventory/group_vars/builders | 21 +++++++++++++++++++++
inventory/group_vars/buildhw_aarch64 | 27 +++++++++++++++++++++++++++
inventory/group_vars/buildvm_aarch64 | 27 +++++++++++++++++++++++++++
inventory/group_vars/buildvm_ppc64 | 27 +++++++++++++++++++++++++++
inventory/group_vars/buildvm_ppc64le | 27 +++++++++++++++++++++++++++
5 files changed, 129 insertions(+), 0 deletions(-)
---
diff --git a/inventory/group_vars/builders b/inventory/group_vars/builders
new file mode 100644
index 0000000..6c99f98
--- /dev/null
+++ b/inventory/group_vars/builders
@@ -0,0 +1,21 @@
+---
+# 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/00releng-sudoers"
+
+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"
+
+csi_security_category: High
+csi_primary_contact: RPM Fusion Admins - sysadmin(a)lists.rpmfusion.org
+csi_purpose: Koji service employs a set of machines to build packages for the RPM Fusion
project. This playbook builds vm builders.
+csi_relationship: |
+ * VMs built on top of buildvmhost
+ * 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
+
diff --git a/inventory/group_vars/buildhw_aarch64 b/inventory/group_vars/buildhw_aarch64
new file mode 100644
index 0000000..bde80bf
--- /dev/null
+++ b/inventory/group_vars/buildhw_aarch64
@@ -0,0 +1,27 @@
+---
+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/buildvm_aarch64 b/inventory/group_vars/buildvm_aarch64
new file mode 100644
index 0000000..bde80bf
--- /dev/null
+++ b/inventory/group_vars/buildvm_aarch64
@@ -0,0 +1,27 @@
+---
+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/buildvm_ppc64 b/inventory/group_vars/buildvm_ppc64
new file mode 100644
index 0000000..bde80bf
--- /dev/null
+++ b/inventory/group_vars/buildvm_ppc64
@@ -0,0 +1,27 @@
+---
+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/buildvm_ppc64le b/inventory/group_vars/buildvm_ppc64le
new file mode 100644
index 0000000..bde80bf
--- /dev/null
+++ b/inventory/group_vars/buildvm_ppc64le
@@ -0,0 +1,27 @@
+---
+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"