From 9b3876b58351b0324821d7abb34cd8acdb3b6029 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Mar 16 2022 12:00:39 +0000 Subject: Adding snippet to delete/remove an ocp project from ansible inventory Signed-off-by: Fabian Arrotin --- diff --git a/docs/operations/ci/adding_cico_tenant/adding_cico_tenants.md b/docs/operations/ci/adding_cico_tenant/adding_cico_tenants.md index e53fbe3..7a85efa 100644 --- a/docs/operations/ci/adding_cico_tenant/adding_cico_tenants.md +++ b/docs/operations/ci/adding_cico_tenant/adding_cico_tenants.md @@ -81,6 +81,9 @@ Tuesday 21 December 2021 09:20:48 +0100 (0:00:01.075) 0:00:06.316 ****** If you need to also modify members and/or email addresses, you can just follow the same process and replay the same playbook : that will reflect changes in openshift. If you need access to that private git repository (to be fixed and moved elsewhere in the official `centos` namespace, reach out to another infra team member +!!! important + If you have to instead delete/remove a project, you can just add the project name in the `ocp_projects_to_delete_list` ansible list and it will be deleted/removed on next ansible run + ## Deploy a PV (Persistent Volume) and Jenkins instance !!! note