Skip to content

Commit 6fdbae9

Browse files
committed
add-persona
1 parent efe8850 commit 6fdbae9

File tree

5 files changed

+67
-51
lines changed

5 files changed

+67
-51
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Welcome to the Run:ai documentation area. For an introduction about what is the
55
This documentation is based on [mkdocs](https://www.mkdocs.org/). To view the library as a website go to [docs.run.ai](https://docs.run.ai).
66

77

8-
The Run:ai documentation is targeting three personas:
8+
The Run:ai documentation is targeting four personas:
99

10-
* Run:ai Administrator - Responsible for the setup and the day-to-day administration of the product. Administrator documentation can be found [here](docs/admin/overview-administrator.md).
10+
* Infrastructure Administrator - An IT person, responsible for the installation, setup and IT maintenance of the Run:ai product. Infrastructure Administrator documentation can be found [here](docs/admin/overview-administrator.md).
11+
12+
* Platform Administrator - Responsible for the day-to-day administration of the product. Platform Administrator documentation can be found [here](docs/admin/overview-administrator.md).
1113

1214
* Researcher - Using Run:ai to submit jobs. Researcher documentation can be found [here](docs/Researcher/overview-researcher.md).
1315

docs/Researcher/overview-researcher.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ As part of the Researcher documentation you will find:
1111
* __Command line interface__ reference documentation.
1212
* __Best Practices__ for Deep Learning with Run:ai.
1313
* Information about the Run:ai __Scheduler__.
14-
* The Run:ai Python __Researcher Library__ which you can optionally use in your container to get additional reporting and further resource optimization.
1514
* Using Run:ai with various __developer tools__.

docs/admin/overview-administrator.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Overview: Administrator Documentation
1+
# Overview: Infrastructure Administrator
22

3-
The role of Administrators is to set up Run:ai and perform day-to-day monitoring and maintenance.
3+
The Infrastructure Administrator is an IT person, responsible for the installation, setup and IT maintenance of the Run:ai product.
44

5-
As part of the Administrator documentation you will find:
65

7-
* __Run:ai Setup__ How to set up and modify a GPU cluster with Run:ai.
8-
* __Researcher Setup__ How to set up Researchers to work with Run:ai.
9-
* How to configure __Workloads__ and Workload __Policies__.
10-
* Setting and maintaining the cluster via the __Run:ai User Interface__.
11-
* __Troubleshooting__ Run:ai and understanding cluster health.
6+
As part of the Infrastructure Administrator documentation you will find:
7+
8+
* Install Run:ai
9+
* How to set up and modify a GPU cluster with Run:ai.
10+
* Set up Researchers to work with Run:ai.
11+
* Configure the Run:ai system
12+
* Setup users by connecting Run:ai to an identity provider.
13+
* IT maintenance of the Run:ai system
14+
* Troubleshooting Run:ai and understanding cluster health.

docs/index.md renamed to docs/home/overview.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ Welcome to the Run:ai documentation area. For an introduction about what is the
66

77
The Run:ai documentation is targeting three personas:
88

9-
* Run:ai Administrator - Is responsible for the setup and the day-to-day administration of the product. Administrator documentation can be found [here](./admin/overview-administrator.md).
9+
The Run:ai documentation is targeting four personas:
1010

11-
* Researcher - Using Run:ai to submit Jobs. Researcher documentation can be found [here](./Researcher/overview-researcher.md).
11+
* Infrastructure Administrator - An IT person, responsible for the installation, setup and IT maintenance of the Run:ai product. Infrastructure Administrator documentation can be found [here](../admin/overview-administrator.md).
1212

13-
* Developer - Using various APIs to manipulate Jobs and integrate with other systems. Developer documentation can be found [here](./developer/overview-developer.md).
13+
* Platform Administrator - Responsible for the day-to-day administration of the product. Platform Administrator documentation can be found [here](../platform-admin/overview.md)).
14+
15+
* Researcher - Using Run:ai to submit jobs. Researcher documentation can be found [here](../Researcher/overview-researcher.md).
16+
17+
* Developer - Using various APIs to manipulate Jobs and integrate with other systems. Developer documentation can be found [here](../developer/overview-developer.md).
1418

1519
## How to get support
1620

mkdocs.yml

Lines changed: 45 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ plugins:
119119
'admin/admin-ui-setup/credentials-setup.md' : 'admin/workloads/credentials-setup.md'
120120
'admin/admin-ui-setup/templates.md' : 'admin/workloads/templates.md'
121121
'admin/admin-ui-setup/dashboard-analysis.md' : 'admin/performance/dashboard-analysis.md'
122+
'index.md' : 'home/overview.md'
122123
nav:
123124
- Home:
124-
- 'Overview': 'index.md'
125+
- 'Overview': 'home/overview.md'
125126
- 'System Components' : 'home/components.md'
126127
- 'Whats New' :
127128
- 'home/whats-new-2-18.md'
@@ -135,9 +136,9 @@ nav:
135136
- 'Hot Fixes for 2.15' : 'home/changelog/hotfixes-2-15.md'
136137
- 'Hot Fixes for 2.13' : 'home/changelog/hotfixes-2-13.md'
137138
- 'Data Privacy' : 'home/data-privacy-details.md'
138-
- 'Administrator' :
139+
- 'Infrastructure Administrator' :
139140
- 'Overview' : 'admin/overview-administrator.md'
140-
- 'Run:ai Setup' :
141+
- 'Installation' :
141142
- 'Installation Types' : 'admin/runai-setup/installation-types.md'
142143
- 'Classic (SaaS)' :
143144
- 'Introduction' : 'admin/runai-setup/cluster-setup/cluster-setup-intro.md'
@@ -170,33 +171,28 @@ nav:
170171
- 'Next Steps' : 'admin/runai-setup/self-hosted/ocp/next-steps.md'
171172
- 'Upgrade' : 'admin/runai-setup/self-hosted/ocp/upgrade.md'
172173
- 'Uninstall' : 'admin/runai-setup/self-hosted/ocp/uninstall.md'
173-
- 'Configuration' :
174-
- 'Overview' : 'admin/runai-setup/config/overview.md'
175-
- 'Set Node Roles' : 'admin/runai-setup/config/node-roles.md'
176-
- 'Review Kubernetes Access provided to Run:ai' : 'admin/runai-setup/config/access-roles.md'
177-
- 'External access to Containers' : 'admin/runai-setup/config/allow-external-access-to-containers.md'
178-
- 'User Identity in Container' : 'admin/runai-setup/config/non-root-containers.md'
179-
- 'Install Administrator CLI' : 'admin/runai-setup/config/cli-admin-install.md'
180-
- 'Node Affinity with Cloud Node Pools' : 'admin/runai-setup/config/node-affinity-with-cloud-node-pools.md'
181-
- 'Local Certificate Authority' : 'admin/runai-setup/config/org-cert.md'
182-
- 'Backup & Restore' : 'admin/runai-setup/config/dr.md'
183-
- 'High Availability' : 'admin/runai-setup/config/ha.md'
184-
- 'Scaling' : 'admin/runai-setup/config/large-clusters.md'
185-
- 'Administrator Messages' : 'admin/runai-setup/config/admin-messages.md'
186-
- 'Notifications System':
187-
- 'Email and System Notifications': 'admin/runai-setup/notifications/notifications.md'
188-
- 'Maintenance' :
189-
- 'Node Downtime' : 'admin/runai-setup/maintenance/node-downtime.md'
190-
- 'System Monitoring' : 'admin/runai-setup/maintenance/alert-monitoring.md'
191-
- 'Audit Log' : 'admin/runai-setup/maintenance/audit-log.md'
192-
- 'Researcher Setup' :
193-
- 'Introduction' : 'admin/researcher-setup/researcher-setup-intro.md'
194-
- 'Install the CLI' : 'admin/researcher-setup/cli-install.md'
195-
# - 'Registry integration': 'admin/researcher-setup/registry-integration.md'
196-
# - 'Use a Docker Registry with Credentials' : 'admin/researcher-setup/docker-registry-config.md'
174+
- 'Researcher Setup' :
175+
- 'Introduction' : 'admin/researcher-setup/researcher-setup-intro.md'
176+
- 'Install the CLI' : 'admin/researcher-setup/cli-install.md'
177+
- 'Configuration' :
178+
- 'Overview' : 'admin/runai-setup/config/overview.md'
179+
- 'Set Node Roles' : 'admin/runai-setup/config/node-roles.md'
180+
- 'Review Kubernetes Access provided to Run:ai' : 'admin/runai-setup/config/access-roles.md'
181+
- 'External access to Containers' : 'admin/runai-setup/config/allow-external-access-to-containers.md'
182+
- 'User Identity in Container' : 'admin/runai-setup/config/non-root-containers.md'
183+
- 'Install Administrator CLI' : 'admin/runai-setup/config/cli-admin-install.md'
184+
- 'Node Affinity with Cloud Node Pools' : 'admin/runai-setup/config/node-affinity-with-cloud-node-pools.md'
185+
- 'Local Certificate Authority' : 'admin/runai-setup/config/org-cert.md'
186+
- 'Backup & Restore' : 'admin/runai-setup/config/dr.md'
187+
- 'High Availability' : 'admin/runai-setup/config/ha.md'
188+
- 'Scaling' : 'admin/runai-setup/config/large-clusters.md'
189+
- 'Email and System Notifications': 'admin/runai-setup/notifications/notifications.md'
190+
- 'Maintenance' :
191+
- 'Node Downtime' : 'admin/runai-setup/maintenance/node-downtime.md'
192+
- 'System Monitoring' : 'admin/runai-setup/maintenance/alert-monitoring.md'
193+
- 'Audit Log' : 'admin/runai-setup/maintenance/audit-log.md'
197194
- 'Setup cluster wide PVC' : 'admin/researcher-setup/cluster-wide-pvc.md'
198195
- 'Group Nodes' : 'admin/researcher-setup/limit-to-node-group.md'
199-
# - 'Messaging setup' : 'admin/researcher-setup/email-messaging.md'
200196
- 'Authentication & Authorization' :
201197
- 'Overview' : 'admin/authentication/authentication-overview.md'
202198
- 'Single Sign-On' :
@@ -208,8 +204,26 @@ nav:
208204
- 'Roles' : 'admin/authentication/roles.md'
209205
- 'Access Rules' : 'admin/authentication/accessrules.md'
210206
- 'Access control' : 'admin/authentication/rbac.md'
207+
- 'Researcher Authentication' : 'admin/authentication/researcher-authentication.md'
208+
- 'Troubleshooting' :
209+
- 'Cluster Health' : 'admin/troubleshooting/cluster-health-check.md'
210+
- 'Troubleshooting' : 'admin/troubleshooting/troubleshooting.md'
211+
- 'Diagnostics' : 'admin/troubleshooting/diagnostics.md'
212+
213+
- 'Platform Administrator' :
214+
- 'Overview' : 'platform-admin/overview.md'
215+
216+
- 'Authentication & Authorization' :
217+
- 'Users' : 'admin/authentication/users.md'
218+
- 'Applications' : 'admin/authentication/applications.md'
219+
- 'Roles' : 'admin/authentication/roles.md'
220+
- 'Access Rules' : 'admin/authentication/accessrules.md'
221+
- 'Access control' : 'admin/authentication/rbac.md'
211222
- 'Researcher Authentication' : 'admin/authentication/researcher-authentication.md'
212223

224+
- 'System Configuration' :
225+
- 'Administrator Messages' : 'admin/runai-setup/config/admin-messages.md'
226+
213227
- 'Managing AI Intiatives' :
214228
- 'Overview' : 'admin/aiinitiatives/overview.md'
215229
- 'Managing your Organization' :
@@ -220,10 +234,6 @@ nav:
220234
- 'Nodes' : 'admin/aiinitiatives/resources/nodes.md'
221235
# - 'Node Pools' : 'admin/aiinitiatives/resources/node-pools.md'
222236
- 'Review your performance' :
223-
# - 'Overview' : 'admin/admin-ui-setup/overview.md'
224-
# - 'Users' : 'admin/admin-ui-setup/admin-ui-users.md'
225-
# - 'Projects' : 'admin/admin-ui-setup/project-setup.md'
226-
# - 'Departments' : 'admin/admin-ui-setup/department-setup.md'
227237
- 'Dashboard Analysis' : 'admin/performance/dashboard-analysis.md'
228238
- 'Workloads' :
229239
- 'admin/workloads/README.md'
@@ -237,13 +247,11 @@ nav:
237247
- 'Submitting Workloads' : 'admin/workloads/submitting-workloads.md'
238248
- 'Credentials' : 'admin/workloads/credentials-setup.md'
239249
- 'Templates': 'admin/workloads/templates.md'
240-
241-
- 'Troubleshooting' :
242-
- 'Cluster Health' : 'admin/troubleshooting/cluster-health-check.md'
243-
- 'Troubleshooting' : 'admin/troubleshooting/troubleshooting.md'
244-
- 'Diagnostics' : 'admin/troubleshooting/diagnostics.md'
245250
- 'Best Practices' :
246251
- 'From Docker to Run:ai ' : 'admin/researcher-setup/docker-to-runai.md'
252+
253+
254+
247255
- 'Researcher' :
248256
- 'Overview' : 'Researcher/overview-researcher.md'
249257
- 'Quickstart Guides' :

0 commit comments

Comments
 (0)