Tag: vCD

  • VMware Cloud Director: Step-by-Step VCD Upgrade from version 10.4.2 to 10.5.1

    by

    In this post, I will guide you through the process of upgrading VCD from version 10.4.2 to version 10.5.1. Although VCD 10.5.1 is considered as a patch release from version 10.5.0, however it came with a lot of new features and enhancements as per the below release notes. https://docs.vmware.com/en/VMware-Cloud-Director/10.5.1/rn/vmware-cloud-director-1051-release-notes/index.html Upgrade Prerequisites Step1: Check VMware’s interoperability matrix…

    Continue reading »

  • ,

    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/PhilsCode1836/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/create_isolated_orgVdcNetworks_from_csv.sh JSON Template: https://github.com/PhilsCode1836/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/orgVdcNetworks_isolated.json Script 2: Importing NSX-T Networks with a JSON Template NSX-T is a powerful…

    Continue reading »