# bosh-windows-generator **Repository Path**: mirrors_vmware-archive/bosh-windows-generator ## Basic Information - **Project Name**: bosh-windows-generator - **Description**: Generates a Garden Windows manifest that can be deployed without any manual changes - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BOSH Windows Manifest Generator This tool generates a Garden Windows manifest that can be deployed without any manual changes. ### Environment Prerequisites - Create a `Service Network` in the Ops Manager web interface named `windows-cells` and connect it to the `default` Availability Zone ### Inputs - A Cloud Foundry manifest file - `ssh` into the Ops Manager VM - bosh login: `bosh --ca-cert login` - The Email and Password fields for the director can be found in the `Ops Manager Director` tile's `Credentials` tab when you log into the web interface for Ops Manager. - Download the CF manifest: `bosh download manifest cf.yml` - IAAS to target (`aws` or `vsphere`) ### Usage Run the following from the Ops Manager VM: * Copy `generate.rb` from this repository or run: `git clone https://github.com/pivotal-cf/bosh-windows-generator.git && cd bosh-windows-generator` * `./generate_manifest.rb > /tmp/garden-windows.yml` * `bosh -d /tmp/garden-windows.yml deploy` ### Test ``` bundle exec rspec ```