Skip to content

7.2.0

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 26 Jan 17:53
· 210 commits to main since this release

Feature

  • An Ops Manager VM on GCP can be created with the property hostname.
    This allows a user to assign a custom internal hostname for the VM. [#531]

    Usage:

    ---
    opsman-configuration:
      gcp:
        boot_disk_size: 100
        custom_cpu: 4
        custom_memory: 16
        gcp_service_account: ((service_account_key))
        project: ((project))
        public_ip: ((ops_manager_public_ip))
        region: ((region))
        ssh_public_key: ((ops_manager_ssh_public_key))
        tags: ((ops_manager_tags))
        vm_name: ((environment_name))-ops-manager-vm
        vpc_subnet: ((management_subnet_name))
        zone: ((availability_zones.0))
        hostname: testing.some.domain

Bug Fixes

  • Always generate assign-stemcell.yml in download-product.