,

vCD Scripts

by

Script 1: Creating Isolated Networks using a JSON Template

Isolated networks are essential for scenarios where complete network segregation is necessary. The script can then automate the creation of these isolated networks, ensuring a standardized and error-free deployment.

https://github.com/PhilCDW/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/create_isolated_orgVdcNetworks_from_csv.sh

JSON Template:

https://github.com/PhilCDW/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/orgVdcNetworks_isolated.json

Script 2: Importing NSX-T Networks with a JSON Template

NSX-T is a powerful network virtualization platform that integrates seamlessly with VMware Cloud Director. This script might include parameters such as NSX-T manager details, transport zone configurations, and network mappings. Automating the import process ensures consistency and reduces the time required for setting up complex NSX-T networks.

https://github.com/PhilCDW/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/create_orgVdcNetworks_from_csv.sh

JSON Template:

https://github.com/PhilCDW/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/orgVdcNetworks.json

Leave a Reply

Your email address will not be published. Required fields are marked *