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

v0.18.0

Compare
Choose a tag to compare
@abbyachau abbyachau released this 06 Oct 00:11
· 886 commits to master since this release

Pipeline changes

This release makes pcf-pipelines compatible with Ops Manager v1.12.x and Elastic Runtime v1.12.0 (v1.12.1, 1.12.2, 1.12.3) for vSphere, Azure, AWS, and GCP.

Install PCF Pipelines

  • In ERT v1.12 --> Networking, the ssl termination points were removed from the configuration
  • The following jobs were removed from ERT v1.12: etcd, ccdb, uaadb

Param Changes introduced in ERT v1.12

Pipeline Param Notes
ALL haproxy_forward_tls new param
ALL haproxy_backend_ca new param
AWS, GCP routing_disable_http new param; this property already exists for vSphere and Azure but it's called disable_http_proxy
ALL router_tls_ciphers new param
ALL haproxy_tls_ciphers new param
vSphere ssl_termination_point removed

Upgrade Pipelines

  • fixes a bug whereby the upgrade-ops-manager pipeline sporadically turns off the wrong VM if there are multiple Ops Managers in different networks running on the same IPs (upgrade-ops-manager pipeline)
  • the wait-opsman-clear now only checks the running status of the last change (upgrade-tile and upgrade-ops-manager pipeline)