From 861317a81f0c7c1220fb97283d77a6006c220dea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 Jun 2018 22:06:39 +0000 Subject: [PATCH] see if we can add a aarch64 moonshot cart for openqa --- .../aarch64-c30n1-oqa.arm.fedoraproject.org | 25 +++++++++++++++++++ inventory/inventory | 1 + 2 files changed, 26 insertions(+) create mode 100644 inventory/host_vars/aarch64-c30n1-oqa.arm.fedoraproject.org diff --git a/inventory/host_vars/aarch64-c30n1-oqa.arm.fedoraproject.org b/inventory/host_vars/aarch64-c30n1-oqa.arm.fedoraproject.org new file mode 100644 index 0000000000..330b76947e --- /dev/null +++ b/inventory/host_vars/aarch64-c30n1-oqa.arm.fedoraproject.org @@ -0,0 +1,25 @@ +--- + +eth0_ip: 10.5.129.130 +gw: 10.5.129.254 +nm: 255.255.255.0 +dns: 10.5.126.21 + +datacenter: phx2 +fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran,sysadmin-secondary +nrpe_procs_warn: 250 +nrpe_procs_crit: 300 + +sudoers: "{{ private }}/files/sudo/qavirt-sudoers" + +# openQA tap worker hosts (like this one) do stuff with ifcfg that base +# doesn't understand. terrible, terrible stuff. seriously - it doesn't +# handle the openvswitch config well. so let's tell it to just configure +# the actual connected interface (which on this system is eth0) for us +# and leave everything else alone. +ansible_ifcfg_whitelist: ['eth0'] + +openqa_workers: 3 + +# has an HW RNG, so let's have rngd +openqa_rngd: True diff --git a/inventory/inventory b/inventory/inventory index fe182ffc3a..1364cc0e96 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -589,6 +589,7 @@ openqa-aarch64-01.qa.fedoraproject.org openqa-aarch64-02.qa.fedoraproject.org # openqa-aarch64-01.qa.fedoraproject.org # openqa-aarch64-02.qa.fedoraproject.org +aarch64-c30n1-oqa.arm.fedoraproject.org # the workers that can run networked jobs. each server should have *one* of these per arch [openqa-tap-workers]