From c727d12b1a41343eeaf3ef94528b785ff9713833 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Thu, 19 Dec 2024 10:20:26 +0100 Subject: [PATCH] Update template for new physical server installation Refs. swh/infra/sysadm-environment#5519 --- .gitlab/issue_templates/new-physical-server.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab/issue_templates/new-physical-server.md b/.gitlab/issue_templates/new-physical-server.md index 2307c15..a848848 100644 --- a/.gitlab/issue_templates/new-physical-server.md +++ b/.gitlab/issue_templates/new-physical-server.md @@ -4,6 +4,8 @@ Orders: <link to the mybox directory containing the order/delivery orders/...> +Installation procedure: https://docs.softwareheritage.org/sysadm/server-architecture/howto-install-new-physical-server.html + Inventory: <link to the inventory page> Environment: admin|production|staging|test-staging @@ -18,11 +20,11 @@ Summary: Tasks: - [ ] Declare the servers in the [inventory](https://inventory.internal.admin.swh.network) -- [ ] Add the management info in the credential store -- [ ] Install the OS +- [ ] Add the management info in the credential store (root and idrac/ilo access) +- [ ] [Install the OS](https://gitlab.softwareheritage.org/swh/infra/ipxe) - [ ] (if needed) Add puppet configuration -- [ ] Register node in rancher cluster -- [ ] Create the required kubernetes labels (e.g. swh/journal_client=true, ...) +- [ ] [for kube nodes] Register node in rancher cluster +- [ ] [for kube nodes] Create the required kubernetes labels (e.g. swh/journal_client=true, ...) - [ ] Create a swap at least the size of the machine's memory - [ ] Update firewall rules with the new machine's ip (e.g. swh_$environment_kube_workers, ...) - [ ] (other actions if needed, drop unneeded actions) -- GitLab