github pivotal-cf/om 7.2.0

latest releases: 7.6.0, 7.5.0, 7.4.3...
3 years ago

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.

Don't miss a new om release

NewReleases is sending notifications on new releases.