Skip to content

Commit 7bc2aeb

Browse files
committed
inventory pages and stubs
1 parent bb46e14 commit 7bc2aeb

27 files changed

+333
-6
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"label": "Inventory",
3-
"position": 4,
4-
"link": {
5-
"type": "generated-index",
6-
"description": "CloudShell Portal is the web client interface in which admins, blueprint designers and end-users set up and consume sandboxes."
7-
}
3+
"position": 4
84
}

docs/portal/inventory/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Inventory
2+
3+
This chapter describes CloudShell's inventory, the different resources it contains, and its options.
4+
5+
## Recommended workflows
6+
7+
### Finding and using resources
8+
9+
1. [Search the Inventory](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Srch-Invnt.htm)
10+
2. [Reserve resources](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Rsrv-Rsrc-frm-Invtr.htm)
11+
3. [Edit abstract resource templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Edit.htm)
12+
13+
14+
### Creating and configuring resources
15+
16+
1. [Search the Inventory](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Srch-Invnt.htm)
17+
2. [Create and configure resources](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Mng-Rsrc-in-Invnt.htm)
18+
3. [Manage abstract resource templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Mng-Abst-Rsrc-Tmplt.htm)

docs/portal/inventory/example.md renamed to docs/portal/inventory/inventory-dashboard.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
sidebar_position: 1
33
---
44

5-
# empty page
5+
# Inventory Dashboard
6+
7+
WIP
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Managing Abstract Resource Templates",
3+
"position": 4
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Creating Abstract Resource Templates",
3+
"position": 2
4+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Creating Abstract Resource Templates
2+
3+
To create, you must log in as administrator of the domain in which the abstract resource template will be used.
4+
5+
You can also create an abstract resource template from an existing abstract resource in a blueprint by hovering over the abstract resource and selecting Save as template.
6+
7+
**To create a new abstract resource template:**
8+
9+
1. Open the **Abstract Templates** page and click the **Add New** button.
10+
11+
2. The **Create Resource Template** wizard is displayed, in the resource type page.
12+
13+
![](/Images/CloudShell-Portal/Lab-Management/Working-with-the-Inventory/CreateResourceTemplate.png)
14+
15+
3. Select the type of resource for the abstract resource template.
16+
17+
The **Properties** page of the wizard is displayed.
18+
19+
4. Enter a **Name** and edit the settings, as appropriate. For additional information, see [Abstract Resource Settings](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Sttngs.htm).
20+
21+
:::note
22+
The resource's name has a limit of 100 characters and can only contain alpha-numeric characters, spaces, and the following characters: | - \_ \] \[
23+
:::
24+
25+
5. Click **Save Changes**.
26+
27+
The new abstract resource template is displayed in the **Abstract Templates** page of the **Inventory** dashboard and can be added to blueprints by users of this domain.
28+
29+
30+
## Related Topics
31+
32+
- [Viewing Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Crt.htm?tocpath=CloudShell%20Portal%7CInventory%7CManaging%20Abstract%20Resource%20Templates%7CCreating%20Abstract%20Resource%20Templates%7C_____0)
33+
- [Editing Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Edit.htm)
34+
- [Deleting Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Dlt.htm)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Abstract Resource Settings
6+
7+
WIP
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# Deleting Abstract Resource Templates
6+
7+
To delete, you must log in as administrator of the domain in which the abstract resource template was created.
8+
9+
**To edit an abstract resource template:**
10+
11+
1. Open the **Abstract Templates** page.
12+
2. Click the more info button of the abstract resource template.
13+
14+
The more info window pops up.
15+
16+
![](/Images/CloudShell-Portal/Lab-Management/Working-with-the-Inventory/InventAbstTemplateMoreInfo.png)
17+
18+
3. Click **Delete**.
19+
20+
A confirmation message is displayed in the window.
21+
22+
23+
## Related Topics
24+
25+
- [Inventory Dashboard](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Invnt-Dshbrd.htm)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Editing Abstract Resource Templates
6+
7+
To edit, you must log in as administrator of the domain in which the abstract resource template was created.
8+
9+
**To edit an abstract resource template:**
10+
11+
1. Open the **Abstract Templates** page.
12+
2. Click the more info button of the abstract resource template.
13+
14+
The more info window pops up.
15+
16+
![](/Images/CloudShell-Portal/Lab-Management/Working-with-the-Inventory/InventAbstTemplateMoreInfo.png)
17+
18+
3. Click **Edit**.
19+
20+
The **Edit Resource Template** wizard is displayed, in the properties page.
21+
22+
4. Make the necessary changes. For additional information, see [Abstract Resource Settings](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Sttngs.htm).
23+
5. Click **Save Changes**.
24+
25+
## Related Topics
26+
27+
- [Inventory Dashboard](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Invnt-Dshbrd.htm)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Managing Abstract Resource Templates
2+
3+
This article explains how to create and manage abstract resource templates that can be added to different blueprints as abstract resources.
4+
5+
The Abstract Templates page in the Inventory dashboard enables you to control which templates the users will have access to when creating dynamic blueprints.
6+
7+
![](/Images/CloudShell-Portal/Lab-Management/Working-with-the-Inventory/InventAbstTemplate.png)
8+
9+
## Related Topics
10+
11+
- [Abstract Resources Overview](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/LAB-MNG/Features/Abstract-Resources.htm)
12+
- [Viewing Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-View.htm)
13+
- [Creating Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Crt.htm)
14+
- [Editing Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Edit.htm)
15+
- [Deleting Abstract Resource Templates](https://help.quali.com/Online%20Help/0.0/Portal/Content/CSP/INVN/Abst-Rsrc-Tmplt-Dlt.htm)

0 commit comments

Comments
 (0)