diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-21 14:31:29 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-21 14:31:41 +0000 |
commit | 3f5088f45b771807aa2ce4a06a20e6194b58dc20 (patch) | |
tree | 1cc023de5d6c4ad86b67403458e60447efdb48cf | |
parent | 059ea58ec4c7d5b879e3738dbd9d820d707f6aeb (diff) | |
download | ansible-3f5088f45b771807aa2ce4a06a20e6194b58dc20.tar.gz ansible-3f5088f45b771807aa2ce4a06a20e6194b58dc20.tar.xz ansible-3f5088f45b771807aa2ce4a06a20e6194b58dc20.zip |
add a buildarm-stg for now fixed staging build arm machines
-rw-r--r-- | inventory/group_vars/buildarm-stg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/inventory/group_vars/buildarm-stg b/inventory/group_vars/buildarm-stg new file mode 100644 index 000000000..8fcdbe01a --- /dev/null +++ b/inventory/group_vars/buildarm-stg @@ -0,0 +1,27 @@ +host_group: kojibuilder +fas_client_groups: sysadmin-releng +sudoers: "{{ private }}/files/sudo/00releng-sudoers" +ansible_ifcfg_blacklist: true + +koji_server_url: "https://koji.stg.fedoraproject.org/kojihub" +koji_weburl: "https:/koji.stg.fedoraproject.org/koji" +koji_topurl: "https://kojipkgs.stg.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 - admin@fedoraproject.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 +osbs_url: "osbs.stg.fedoraproject.org" +docker_registry: "candidate-registry.stg.fedoraproject.org" +source_registry: "registry.stg.fedoraproject.org" +koji_root: "koji.stg.fedoraproject.org/koji" +koji_hub: "koji.stg.fedoraproject.org/kojihub" |