Skip to content

3.1.0

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 07 Aug 16:36

Features

  • TLS v1.2 is the minimum version supported when connecting to an Ops Manager

  • config-template now will provide required-vars in addition to default-vars.

  • config-template will define vars with an _ instead of a /.
    This is an aesthetically motivated change.
    Ops files are denoted with /,
    so changing the vars separators to _ makes this easier to differentiate.

  • config-template output product-default-vars.yml has been changed to default-vars.yml

  • staged-config includes the property max_in_flight will be included
    in the resource-config section of a job.

  • configure-product can set the property max_in_flight
    in the resource-config section of a job.

    The legal values are:

    • an integer for the number of VMs (ie 2)
    • a percentage of 1-100 (ie 20%)
    • the default value specified in tile (default)
      For example,
    resource-config:
      diego_cells:
        instances: 10
        max_in_flight: 10