Skip to content

1.2.0

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 17 Jun 23:01
0a10d52

Features

  • Both om configure-ldap-authentication
    and om configure-saml-authentication
    will now automatically
    create a BOSH UAA admin client as documented here.
    This is only supported in OpsManager 2.4 and greater.
    You may specify the flag skip-create-bosh-admin-client
    to skip creating this client.
    If the command is run for an OpsManager less than 2.4,
    the client will not be created and a warning will be printed.
    However, it is recommended that you create this client.
    For example, your SAML or LDAP may become unavailable,
    you may need to sideload patches to the BOSH director, etc.
    Further, in order to perform automated operations on the BOSH director,
    you will need this BOSH UAA client.
    After the client has been created,
    you can find the client ID and secret
    by following steps three and four found here.
  • om interpolate now allows for the -v flag
    to allow variables to be passed via command line.
    Command line args > file args > env vars.
    If a user passes a var multiple times via command line,
    the right-most version of that var will
    be the one that takes priority,
    and will be interpolated.
  • om configure-director now supports custom VM types.
    Thanks for the PR @jghiloni!
    Refer to the VM Types Bosh documentation for IaaS specific use cases.
    For further info: configure-director readme.
    Please note this is an advanced feature, and should be used at your own discretion.
  • download-product will now return a download-file.json
    if stemcell-iaas is defined but the product has no stemcell.
    Previously, this would exit gracefully, but not return a file.