Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

v0.23.3

Compare
Choose a tag to compare
@pivotal-maya-kenedy pivotal-maya-kenedy released this 08 May 21:16
· 79 commits to master since this release

Pipeline Enhancements

Notes:

  • The documenation has been updated in several areas.
  • The OpenStack Install Pipeline was not tested in this release; use the pipeline with caution

Install PCF Pipelines

  • (ALL) Remove unused garden_network_pool_cidr param from install params story
  • (ALL) Fix typos in the terraform scripts where we wrote opsmman instead of opsman story
  • (ALL) Params for opsman and pas versions have been updated to point to 2.0.x story
  • (ALL) Fix params.yml for opsman admin and password order to be more natural story
  • (ALL) Errand names in params and bootstrap have been updated story
  • (ALL) configure-bosh has been replaced with configure-director due to deprecations in omstory
  • (ALL) Removed a number of unused params from params.yml for various IAAS'sstory
  • (ALL) Added the frontend_idle_timeout param to all IAAS's story
  • (Azure) terraform_azure_account_name has been changed to terraform_azure_storage_account_name to be more explicit story
  • (AWS) In IAM, we ensure that PcfAdminPolicy has ec2:CopyImage permission story
  • (Azure) The Azure pipeline will now trigger the next job after config-opsman-auth has completed story
  • (GCP) db_cloudsqldb_tier is now configurable story
  • (Azure) The Azure pipeline now splits cidr in terraform template correctly (story)[https://www.pivotaltracker.com/story/show/156352337]
  • (AWS, vSphere, GCP) Updated/removed Autoscaler errand names in documentation (story)[https://www.pivotaltracker.com/story/show/156706226]
  • (ALL) Fixed typos in README story
  • (vSphere) No longer need to provide an NSX cert when nsx_networking_enabled is set to false story

Upgrade Pipelines

  • (vSphere) upgrade-ops-manager will now honor the opsman_vm_folder story
  • (vSphere) When upgrading OpsMan, a 3 second sleep was added when waiting for VM to start story
  • (Azure, AWS, GCP) If an image region is chosen that does not exist, the pipeline will choose an available region (if available) or fail with a meaningful message story
    *Note: For AWS and vSphere, the original disk size is preserved; you cannot set the disk size using the new parameter. For AWS, we've added this param in error it will be removed in the next release.

Param changes introduced in pcf-pipelines v0.23.3

Pipeline Param Notes
install-pcf garden_network_pool_cidr ALL; removed unused param
install-pcf configure-director ALL; replaces configure-bosh
install-pcf configure-bosh ALL; replaced by configure-director
install-pcf frontend_idle_timeout ALL; new param
install-pcf terraform_azure_storage_account_name Azure; changed from terraform_azure_account_name to be more explicit
install-pcf terraform_azure_account_name Azure; changed to terraform_azure_storage_account_name to be more explicit
install-pcf db_cloudsqldb_tier GCP; new param