From 83389e1006519b41af16f74ba36e7403cec556fd Mon Sep 17 00:00:00 2001 From: Leo Puvilland Date: Thu, 16 Nov 2023 13:44:15 -0800 Subject: [PATCH] refactor communishift according to new changes in ansible --- modules/ocp4/pages/sop_communishift_onboard_tenant.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ocp4/pages/sop_communishift_onboard_tenant.adoc b/modules/ocp4/pages/sop_communishift_onboard_tenant.adoc index 6676990..8c9f7c6 100644 --- a/modules/ocp4/pages/sop_communishift_onboard_tenant.adoc +++ b/modules/ocp4/pages/sop_communishift_onboard_tenant.adoc @@ -11,7 +11,8 @@ To onboard a tenant, perform the following steps: === Add project name to Playbook -Members of `sysadmin-openshift` can run this playbook at [1]. It contains the list of communishift projects. When on boarding, add the new name of the project to the `communishift_projects` list at the bottom. +Members of `sysadmin-openshift` can run this playbook at [1]. It contains the list of communishift projects. When on boarding, add the new name of the project to the `communishift_projects` dictionary in `inventory/group_vars/all`. +If needed, resource quotas can be overriden from defaults in the same dictionary. Note: Projects *must* start with `communishift-` eg `communishift-dev-test`.