Skip to content

Commit 9f8b6fd

Browse files
Shnitselonsaklar13
authored andcommitted
Update README.md
version 1.2.0 updates
1 parent 9e6bfd4 commit 9f8b6fd

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,43 @@ In online mode, the execution server automatically downloads and extracts the ap
192192
**To update online Python dependencies:**
193193
* If there is a live instance of the shell's driver or script, terminate the shell’s instance, as explained [here](http://help.quali.com/Online%20Help/9.0/Portal/Content/CSP/MNG/Mng-Exctn-Srv-Exct.htm#Terminat). If an instance does not exist, the execution server will download the Python dependencies the next time a command of the driver or script runs.
194194

195+
196+
# Typical Workflows
197+
198+
## Connecting OpenStack App to an existing network
199+
_This capability is supported for Apps based on OpenStack 2nd Gen shell version 1.2.0 and up._
200+
This section explains how to enable CloudShell to connect an OpenStack App to an existing network. This capability requires editing the VLAN Auto / VLAN Manual service models in Resource Manager Client.
201+
202+
__Prerequisites:__
203+
* OpenStack network that has a subnet
204+
205+
__To allow connecting to an existing VLAN network:__
206+
1. In Resource Manager Client, open the __Attributes__ explorer.
207+
2. Edit the __Virtual Network__ attribute.
208+
3. Unselect the __Read-only__ checkbox and click __OK__ and save.
209+
4. Open the __Resource Families__ explorer and expand the __Virtual Network__ family.
210+
5. Click the appropriate service model (__VLAN Auto / VLAN Manual__).
211+
6. From the model's __Attributes__ tab, select __Virtual Network__ and click __Edit Rules__.
212+
7. Select __User input__ and click __OK__ and save.
213+
8. In the blueprint, add the VLAN service and specify a network name or ID in the __Virtual Network__ field. Make sure to specify a value in the __VLAN ID__ field - this will be ignored but it must have a value as it's a system mandatory attribute.
214+
9. Click __Add__.
215+
216+
## Specify Subnet CIDR for OpenStack VLAN service
217+
_This capability is supported for Apps based on OpenStack 2nd Gen shell version 1.2.0 and up._
218+
This capability requires editing the VLAN Auto / VLAN Manual service models in Resource Manager Client.
219+
220+
__To allow connecting to an existing VLAN network:__
221+
1. In Resource Manager Client, open the __Attributes__ explorer.
222+
2. Add a new attribute with the following settings:
223+
* Name: Subnet CIDR
224+
* Attribute Type: String
225+
* Value: CIDR string in the format CIDR[;Gateway][;First_IP-Last_IP]
226+
For example: "192.168.10.0/24;192.168.10.1;192.168.10.30-192.168.10.50"
227+
3. Open __Resource Families > Virtual Networks__ and add the attribute to the appropriate service model (__VLAN Auto / VLAN Manual__).
228+
4. To allow the user to set the subnet CIDR, in the service model, select the attribute, click __Edit Rules__, and make sure __User input__ is selected.
229+
5. Save your changes in the __Resource Families__ explorer.
230+
231+
195232
# References
196233
To download and share integrations, see [Quali Community's Integrations](https://community.quali.com/integrations).
197234

0 commit comments

Comments
 (0)