From c01603de9d6296b8ca450e6e7fe30a3c92c037a3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Apr 2019 17:47:43 +0000 Subject: [PATCH] aarch64-test: These do need to be in their own group after all. I moved these over to the maintainer-test group, but that doesn't work because then it tries to spin them up as openstack instances, which they are definitely not. So, move them back to their own group that has all the same group vars as the maintainer-test group. Signed-off-by: Kevin Fenzi --- inventory/group_vars/aarch64-test | 7 +++++++ inventory/inventory | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 inventory/group_vars/aarch64-test diff --git a/inventory/group_vars/aarch64-test b/inventory/group_vars/aarch64-test new file mode 100644 index 0000000000..40cf6f9569 --- /dev/null +++ b/inventory/group_vars/aarch64-test @@ -0,0 +1,7 @@ +--- +fas_client_groups: packager,upstream-test +freezes: false +sudoers: "{{ private }}/files/sudo/arm-packager-sudoers" +sudoers_main: nopasswd +host_group: cloud +ansible_ifcfg_blacklist: true diff --git a/inventory/inventory b/inventory/inventory index 0dbaa330dc..30efc77de2 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1172,6 +1172,8 @@ ppc64-test.fedorainfracloud.org ppc64le-test.fedorainfracloud.org el6-test.fedorainfracloud.org el7-test.fedorainfracloud.org + +[aarch64-test] aarch64-test01.fedorainfracloud.org aarch64-test02.fedorainfracloud.org