From 3bbfded937a8167b6fcbc7b13a3eb3a5eef4e766 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Jan 2023 10:11:42 -0800 Subject: [PATCH] cloud-noc-os01: add group and access to sysadmin-copr This noc host in rdu-cc is used for pxe installs, dhcp server and also to access the private mgmt network for hosts in rdu-cc. Setup it's own group and add sysadmin-copr to access it so they can get to the mgmt interfaces on various copr machines there to reboot them. Signed-off-by: Kevin Fenzi --- inventory/group_vars/noc_rdu_cc | 13 +++++++++++++ inventory/inventory | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 inventory/group_vars/noc_rdu_cc diff --git a/inventory/group_vars/noc_rdu_cc b/inventory/group_vars/noc_rdu_cc new file mode 100644 index 0000000000..2cf6c8d4f2 --- /dev/null +++ b/inventory/group_vars/noc_rdu_cc @@ -0,0 +1,13 @@ +--- +csi_primary_contact: Fedora Admins - admin@fedoraproject.org +csi_purpose: dhcp and pxe server for rdu-cc +csi_security_category: High +deployment_type: prod +ipa_client_shell_groups: + - sysadmin-noc + - sysadmin-veteran + - sysadmin-copr +ipa_client_sudo_groups: + - sysadmin-noc +ipa_host_group: NocRduCC +ipa_host_group_desc: Rdu CC noc diff --git a/inventory/inventory b/inventory/inventory index c741ada06f..eeaec4f25d 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -290,6 +290,9 @@ noc02.fedoraproject.org [nagios_iad2] noc01.iad2.fedoraproject.org +[noc_rdu_cc] +cloud-noc-os01.rdu-cc.fedoraproject.org + [notifs:children] notifs_backend notifs_web