refactor communishift according to new changes in ansible

This commit is contained in:
Leo Puvilland 2023-11-16 13:44:15 -08:00
parent 2052e62153
commit 83389e1006
No known key found for this signature in database
GPG key ID: 20EA96682F9368EB

View file

@ -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`.