{"id":50247128,"url":"https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator","last_synced_at":"2026-05-26T23:33:40.071Z","repository":{"id":325535880,"uuid":"1101537996","full_name":"vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator","owner":"vmware","description":"VCF.JSONGenerator is provided as is, as a companion tool for the VCF 9.0 Planning \u0026 Preparation (P\u0026P) workbook. Its intent is to help automate the task of creation JSON payloads for submission to the VCF management components.","archived":false,"fork":false,"pushed_at":"2026-05-26T08:41:28.000Z","size":1902,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-26T10:17:48.446Z","etag":null,"topics":["powershell","powershell-script","vmware","vmware-cloud-foundation"],"latest_commit_sha":null,"homepage":"https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-21T20:25:05.000Z","updated_at":"2026-02-04T15:25:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator","commit_stats":null,"previous_names":["vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/powershell-module-for-vmware-cloud-foundation-jsongenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33543973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","powershell-script","vmware","vmware-cloud-foundation"],"created_at":"2026-05-26T23:33:38.549Z","updated_at":"2026-05-26T23:33:40.064Z","avatar_url":"https://github.com/vmware.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VCF.JSONGenerator\n\n## Author\nThank you for your interest in the project. Whether it's a bug report, enhancement, correction, or\nadditional documentation, I greatly value feedback and contributions from our community.\n\nName            | Role         | GitHub                                                          |\n----------------|--------------|-----------------------------------------------------------------|\nKen Gould       | Creator      | [:fontawesome-brands-github:](https://github.com/feardamhan)    |\n\n## Overview\n\nVCF.JSONGenerator is provided as is, as a companion tool for the VCF 9.0 Planning \u0026 Preparation (P\u0026P) workbook. Its intent is to help automate the task of creation JSON payloads for submission to the VCF management components. \n\n## Support Platforms\n- Windows (tested with Server 2022 Datacenter edition)\n- Ubuntu (tested with 24.02)\n- Debian (tested with 11)\n- MacOS (tested with 15.5)\n\n## Dependencies\nVCF.JSON Generator has the following dependencies\n- ImportExcel PowerShell Module\n- VMware.PowerCLI or VCF.PowerCLI PowerShell Module\n\nDependent modules and PowerCLI configuration settings may be configured using the `Set-VCFJsonGenerationPrequisites` cmdlet. This will detect installed modules, and if not present will install them. While VCF.JSONGenerator can leverage either VMware.PowerCLI or VCF.PowerCLI, it will install VCF.PowerCLI if neither are present due to it being the newer version of the module.\n\n## General Use\nVCF.JSON Generator creates JSON files by reading data from a populated VCF 9.0 P\u0026P workbook. After installing the module, navigate to the folder containing your P\u0026P workbook(s) and use `Start-VCFJsonGeneration`. Use option 1 to discover and load a P\u0026P workbook. Sections and Options with sections will be dynamically enabled/disabled based on the settings in the chosen file.\n\nNot all configuration options within the P\u0026P workbook are supported yet. They will gradually be included over time.\n\n**_NOTE:_** VCF.JSONGenerator does not automate the pre-requisites for any of the JSON File, nor does it submit the JSON payload to an API endpoint. It is the users responsibility to configure pre-requisites by following the VCF documentation and to submit the JSON to the API in their own desired manner.\n\n## Interactive Mode\nIn many cases, a fully functional JSON payload requires the inclusion of unique identifiers for items such SDDC Manager object IDS, vCenter and NSX object IDs, or SSH fingerprints. In such cases, the user is asked if they want to retrive these programmatically. If this option is chosen, the user is prompted to provide credentials to the relevant running systems from which IDs need to be retrieved. If interactive mode is not selected, the corresponding files are populated with text in the format '\u003c-- ENTER THE ID OF XXXXXXXXXX --\u003e' to allow the user to retroactively populate those fields prior to submitting the JSON to the relevant VCF API Endpoint.\n\n## Supported \u0026 Unsupported Permutations\nThe following are the list of tested / supported permutations.\n\n### VCF Installer JSON File\n- When P\u0026P operation is configured to be `Deploy a new VCF fleet` or `Deploy a VCF Instance in an existing VCF fleet`\n- [Supported/Tested]\n    - Deploy a new VCF Fleet\n    - Simple Deployment Model \n    - Highly Available Deployment Model\n    - Deployment of VCF Operations and VCF Automation Day-N\n    - Deployment of VCF Operations with VCF Autuomation\n    - Joining an existing VCF Fleet\n    - Deployment of VSAN-OSA and VSAN-ESA based Management Clusters\n    - Auto generated passwords\n- [Supported/UnTested]\n    - Deployment leveraging existing components\n\n### General Features\n- Are enabled for all relevant operations\n- [Supported/Tested]\n    - Network Pool Creation for vSAN HCI Cluster\n    - Network Pool Creation for vSAN Storage Cluster with Storage Client Traffic\n    - Host Commissioning vSAN HCI\n    - Host Commissioning vSAN Storage Cluster with Storage Client Traffic\n    - Stretched Cluster (that has been deployed as part of a workload domain or as an additional cluster)\n        - [Supported/Tested]\n            - Single-Rack / Layer-2 Multi-Rack HCI Cluster\n            - Single-Rack / Layer-2 Multi-Rack Storage Cluster\n            - Single-Rack / Layer-2 Multi-Rack Compute Only Cluster  \n        - [Unsupported]\n            - Multi-Rack / Layer-2 Multi-Rack HCI Cluster\n            - Multi-Rack / Layer-2 Multi-Rack Storage Cluster\n            - Multi-Rack / Layer-2 Multi-Rack Compute Only Cluster  \n\n### Workload Domains\n- First workload domain when P\u0026P Operation is set to `Deploy a new VCF fleet` or `Deploy a VCF Instance in an existing VCF fleet`\n- Additional workload domains can be done when P\u0026P Operation is set to `Create VI Workload Domain`\n- [Supported/Tested]\n    - Workload Domain With Single-Rack / Layer-2 Multi-Rack HCI Cluster\n    - Workload Domain With Layer-3 Multi-Rack HCI Cluster\n- [Unsupported]\n    - Workload Domain With Multi-Rack Compute Only Cluster\n    - Workload Domain With Multi-Rack Storage Cluster\n\n### Clusters\n- When P\u0026P Operation is set to `Create Cluster`\n- Additional vSphere Clusters\n    - [Supported/Tested]\n        - Single-Rack / Layer-2 Multi-Rack HCI Cluster\n        - Single-Rack / Layer-2 Multi-Rack Storage Cluster\n        - Single-Rack / Layer-2 Multi-Rack Compute Only Cluster\n        - Layer-3 Multi-Rack HCI Cluster\n        - Layer-3 Multi-Rack Compute Only Cluster\n        - Stretching of existing Single-Rack HCI Cluster\n        - Stretching of existing Single-Rack Storage Cluster\n        - Stretched Compute Only Cluster in a single operation\n    - [Unsupported]\n        - Multi-Rack Storage Cluster\n\n### Edge Clusters\n- For any domain type\n- [Supported/Tested]\n    - Centralized Connectivity with BGP\n    - IP List / IP Pool / DHCP Edge TEPs Addressing\n- [Unsupported]\n    - Static Routes\n    - Auto generated passwords\n\n\n### Day-N Fleet Management Deployments\n- [Supported/Tested]\n    - VCF Identify Broker (Appliance Mode)\n    - VCF Operations and Automation (via SDDC Manager Workflow)\n        - Simple Deployment Model\n        - Highly Available Deployment Model\n    - VCF Operations for Logs (via Fleet Manager)\n        - Simple Deployment Model\n        - Highly Available Deployment Model\n    - VCF Operations for Networks (via Fleet Manager)\n        - Simple Deployment Model\n        - Highly Available Deployment Model\n    - All of the above on\n        - Shared Management Network\n        - Dedicated VLAN network\n        - NSX Overlay Network\n        - NSX VLAN segment\n\n## Troubleshooting\n- There is a very tight coupling between the version of the Planning \u0026 Preparation file you use and the version of the VCF.JSONGenerator Powershell Module. Bug resolution may involve a change to either or both of these elements. Please ensure that all required values in the Planning \u0026 Preparation workbook are populated in the desired format. In time, depending on the appetite for this module, I may introduce input format validation and cross-checking \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fpowershell-module-for-vmware-cloud-foundation-jsongenerator/lists"}