This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
v0.15.1-rc.26
abbyachau
released this
24 Jun 01:00
·
1354 commits
to master
since this release
- last tested GCP, AWS, and vSphere install-PCF pipelines with Ops Manager 1.11.0 and Elastic Runtime 1.11.0
Enhancements
- Tooling - added
yaml-patch
andom-linux-beta
to czero/cflinuxfs2 image - Improved testing for availability of Ops Manager API
vSphere
Task Changes
- Added
upload-product
request timeout of 3600 seconds - Added
wipe-env
job set -eu
added to alltask.sh
files- Removed
https://
scheme fromOPS_MGR_HOST
ininstall-ert/configure-json/task.sh
gen_ssl_certs.sh
moved out of tasks and intopcf-pipelines/scripts
- Removed
STEMCELL_GLOB
in favour ofIAAS
forupload-product-and-stemcell
task - Moved terraform folders out of tasks and into the
install-pcf
IAAS specific directories
Bug Fixes
- (vSphere install-pcf) Trusted certificates can now handle multi-line YAML strings
Param Changes
Pipeline | Param | Notes |
---|---|---|
install-pcf | bosh_vm_folder |
new param |
install-pcf | bosh_template_folder |
new param |
install-pcf | bosh_disk_path |
new param |
install-pcf | om_generate_ssl_endpoint |
removed param |
upgrade-tile | product_version_regex |
previous name: product_version |
upgrade-tile | resource_name |
removed; name is now hardcoded as tile |
AWS
Task Changes
- Added
disable-errands
task - Added
upload-product
request timeout of 3600 seconds set -eu
added to alltask.sh
files- Removed
https://
scheme fromOPS_MGR_HOST
ininstall-ert/configure-json/task.sh
gen_ssl_certs.sh
moved out of tasks and intopcf-pipelines/scripts
wipe-env
now checks for existence of Ops Manager before attempting to delete the installation- Moved terraform folders out of tasks and into the
install-pcf
IAAS specific directories
Param Changes
Pipeline | Param | Notes |
---|---|---|
install-pcf | opsman_allow_ssh_cidr_ranges |
new param |
install-pcf | opsman_allow_https_cidr_ranges |
new param |
install-pcf | db_locket_username |
new param |
install-pcf | db_locket_password |
new param |
install-pcf | db_silk_username |
new param |
install-pcf | db_silk_password |
new param |
install-pcf | S3_REGION |
new param |
install-pcf | S3_ENDPOINT |
new param |
upgrade-tile | product_version_regex |
previous name: product_version |
upgrade-tile | resource_name |
removed; name is now hardcoded as tile |
Note: (install-pcf) - now when ERT_SSL_CERT
is left blank, a cert is automatically generated
GCP
Task Changes
- Added
disable-errands
task - Added
upload-product
request timeout of 3600 seconds - Removed
https://
scheme fromOPS_MGR_HOST
ininstall-ert/configure-json/task.sh
gen_ssl_certs.sh
moved out of tasks and intopcf-pipelines/scripts
- (install-pcf) now using om's ability to configure bosh
- Moved terraform folders out of tasks and into the
install-pcf
IAAS specific directories
Param Changes
Pipeline | Param | Notes |
---|---|---|
install-pcf | db_locket_username |
new param |
install-pcf | db_locket_password |
new param |
install-pcf | db_silk_username |
new param |
install-pcf | db_silk_password |
new param |
install-pcf | S3_REGION |
new param |
install-pcf | S3_ENDPOINT |
new param |
upgrade-tile | product_version_regex |
previous name: product_version |
upgrade-tile | resource_name |
removed; name is now hardcoded as tile |