author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
120,966
09.10.2019 10:52:03
25,200
64b09bdc4cdff35a1c1f8f9ab615d2b2600effef
Update deployment-guide.md
[ { "change_type": "MODIFY", "old_path": "texts/deployment-guide.md", "new_path": "texts/deployment-guide.md", "diff": "@@ -22,7 +22,7 @@ look at [this guide](/iaas-support/bosh-lite/README.md).\nIf you're planning to deploy against a **local** bosh-lite,\nfollow [these instructions](https://bosh.io/d...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update deployment-guide.md
120,958
10.10.2019 17:56:44
25,200
1f87d7d1dfdc88f7acd0dfced270039620cec181
Forgot to uncomment pool lock acquisition [#169022802](https://www.pivotaltracker.com/story/show/169022802)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/stemcell-bump.yml", "new_path": "ci/pipelines/stemcell-bump.yml", "diff": "@@ -69,6 +69,9 @@ jobs:\n- name: update-stemcell-minor\npublic: true\nplan:\n+ - put: pre-dev-pool\n+ params:\n+ acquire: true\n- in_parallel:\n- get: cf-deployment-concour...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Forgot to uncomment pool lock acquisition [#169022802](https://www.pivotaltracker.com/story/show/169022802) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,958
26.09.2019 14:00:59
25,200
5b131b179359748bf5bc276b95c5d330718e03af
Use yaml for table of tests Starting with standard_test and test_test [#168063414](https://www.pivotaltracker.com/story/show/168063414)
[ { "change_type": "MODIFY", "old_path": "units/helpers/check_interpolation.go", "new_path": "units/helpers/check_interpolation.go", "diff": "@@ -13,10 +13,10 @@ import (\n)\ntype OpsFileTestParams struct {\n- Ops []string\n- Vars []string\n- VarsFiles []string\n- PathValidator PathValidator\n+ Ops []...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Use yaml for table of tests - Starting with standard_test and test_test [#168063414](https://www.pivotaltracker.com/story/show/168063414) Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,958
27.09.2019 11:11:45
25,200
f56ff8cbb518ffbb3d37c55880339b5ed082406b
Use yml for the remaining operations tests [#168063414](https://www.pivotaltracker.com/story/show/168063414)
[ { "change_type": "ADD", "old_path": null, "new_path": "units/tests/addons_test/operations.yml", "diff": "+---\n+component-syslog-custom-ca.yml:\n+ ops:\n+ - enable-component-syslog.yml\n+ - component-syslog-custom-ca.yml\n+ varsfiles:\n+ - example-vars-files/vars-enable-component-syslog.yml\n+\n+ena...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Use yml for the remaining operations tests [#168063414](https://www.pivotaltracker.com/story/show/168063414) Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,958
27.09.2019 11:23:02
25,200
98c17bff24ebee886a7a5dfbab4f130622785d8c
Update the README to reflect unit test yml config [#167113944](https://www.pivotaltracker.com/story/show/167113944)
[ { "change_type": "MODIFY", "old_path": "units/README.md", "new_path": "units/README.md", "diff": "@@ -33,20 +33,35 @@ To focus a specific suite use the `--run Test<SuiteName>/<TestName>`.\n## Contributing\n### New Interpolate Tests\n-An `InterpolateTest` is composed of `helpers.OpsFileTestParams`.\n...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update the README to reflect unit test yml config [#167113944](https://www.pivotaltracker.com/story/show/167113944) Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,958
27.09.2019 11:40:32
25,200
2d4197309be8af5e6c43176f8b642226d5ae8d32
Update README to use go unit tests over bash [#167113944](https://www.pivotaltracker.com/story/show/167113944)
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -76,7 +76,7 @@ to the deployment manifest.\n**Before submitting a pull request\nor pushing to the develop branch of cf-deployment, please:**\n-1. run `./scripts/test`\n+1. run `./units/test`\nwhich interpolates ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update README to use go unit tests over bash [#167113944](https://www.pivotaltracker.com/story/show/167113944) Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,882
15.10.2019 14:17:02
25,200
c78c616db899d6374b4a729c1f9a02881b40e4bb
Update trelawney's cf_db_name it was recreated
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -338,7 +338,7 @@ resources:\ncredentials: ((trelawney_gcp_service_account_json))\nenv_name: trelawney\nvars:\n- cf_db_name: \"terraform-20180530192426196300000001\"\n+ c...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update trelawney's cf_db_name - it was recreated
120,958
18.10.2019 15:35:59
25,200
9a8ac74a05ffb57ae04fa3a89c2ad13742155c2d
Add stemcell version bump resource test jobs... ... to the stemcell-bump pipeline also remove old check-stemcell-versions-for-ship-it test jobs [#169025445](https://www.pivotaltracker.com/story/show/169025445)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/stemcell-bump.yml", "new_path": "ci/pipelines/stemcell-bump.yml", "diff": "## GENERATED FILE. DO NOT EDIT\n## ======================================================================\n+resource_types:\n+- name: stemcell-version-bump\n+ type: docker-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add stemcell version bump resource test jobs... ... to the stemcell-bump pipeline - also remove old check-stemcell-versions-for-ship-it test jobs [#169025445](https://www.pivotaltracker.com/story/show/169025445) Co-authored-by: Darve Walter <dwalter@pivotal.io>
120,958
21.10.2019 12:33:29
25,200
4645c4ed70e5f807a7a1c7dc940cc5d29a397ead
Update Trelawney DB name
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -338,7 +338,7 @@ resources:\ncredentials: ((trelawney_gcp_service_account_json))\nenv_name: trelawney\nvars:\n- cf_db_name: \"terraform-20191018184108776700000001\"\n+ c...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update Trelawney DB name Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,958
25.10.2019 15:00:06
25,200
5ee0d18b97bb9986668964994fbfca0eeb3ebbb2
Migrate to new PR concourse resource [#169325920](https://www.pivotaltracker.com/story/show/169325920)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/pull-requests.yml", "new_path": "ci/pipelines/pull-requests.yml", "diff": "@@ -16,7 +16,7 @@ resource_types:\n- name: pull-request\ntype: docker-image\nsource:\n- repository: jtarchie/pr\n+ repository: teliaoss/github-pr-resource\nresources:\n- na...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Migrate to new PR concourse resource [#169325920](https://www.pivotaltracker.com/story/show/169325920) Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,958
28.10.2019 16:54:44
25,200
80046365faf08b3ef4bccea65eb4ed7eca6f35b3
Clean up stemcell-bump pipeline and add prototype for stemcell-version-bump
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/stemcell-bump.yml", "new_path": "ci/pipelines/stemcell-bump.yml", "diff": "@@ -70,7 +70,14 @@ resources:\nsource:\nname: bosh-google-kvm-ubuntu-xenial-go_agent\nversion_family: 456.latest\n-- name: minor-stemcell-version-bump\n+- name: stemcell-ve...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Clean up stemcell-bump pipeline and add prototype for stemcell-version-bump Co-authored-by: John Ryan <jryan@pivotal.io>
120,882
29.10.2019 11:36:49
25,200
2be28bbceb2d9b7ab85f7ff4976800442e42751e
Remove tell-us-when-there-is-a-new-stemcell... ... from update-releases
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/update-releases.yml", "new_path": "ci/pipelines/update-releases.yml", "diff": "@@ -9,7 +9,6 @@ groups:\n- update-stemcell-and-recompile-releases\n- acquire-pre-dev-lock-for-update-stemcell-minor\n- update-stemcell-minor\n- - tell-us-when-there-is-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove tell-us-when-there-is-a-new-stemcell... ... from update-releases Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,882
29.10.2019 16:26:18
25,200
863e5353bad9188c54a66db11d16fd39ad1278b2
Add metrics-discovery-release to update-releases [#169427535](https://www.pivotaltracker.com/story/show/169427535)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -118,6 +118,8 @@ opsReleases:\nrequiredOpsFiles:\n- operations/windows2019-cell.yml\n- operations/use-online-windows2019fs.yml\n+- name: metrics-discovery\n+ repository: cloudfoundry/metrics-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add metrics-discovery-release to update-releases [#169427535](https://www.pivotaltracker.com/story/show/169427535) Co-authored-by: Weyman Fung <wfung@pivotal.io>
120,882
29.10.2019 17:56:55
25,200
aa1aae2cedaa0d2bdd249d29a0d1abbb300b3d27
Add scale-to-one-az.yml ops-file to update-releases [#169441731](https://www.pivotaltracker.com/story/show/169441731)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/update-releases.yml", "new_path": "ci/pipelines/update-releases.yml", "diff": "@@ -1156,6 +1156,7 @@ jobs:\nparams:\nBBL_JSON_CONFIG: pool-lock/metadata\nOPS_FILES: |\n+ operations/scale-to-one-az.yml\noperations/experimental/fast-deploy-with-down...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add scale-to-one-az.yml ops-file to update-releases [#169441731](https://www.pivotaltracker.com/story/show/169441731)
121,083
31.10.2019 14:10:27
21,600
767bdadddb79e7e731a5e34b91ecb81e163ba838
Move metric store opsfile out of experimental
[ { "change_type": "MODIFY", "old_path": "operations/README.md", "new_path": "operations/README.md", "diff": "@@ -63,6 +63,7 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the\n| [`use-latest-windows2012R2-stemcell.yml`](use-latest-windows2012R2-stemcell.yml) | Use the...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move metric store opsfile out of experimental
120,958
31.10.2019 15:46:32
25,200
3abf6299c47570e824ed9c24d5dd24bceb3a157a
Integrate detect-stemcell-bump to update-releases ... and clean up stemcell-bump test pipeline
[ { "change_type": "DELETE", "old_path": "ci/pipelines/stemcell-bump.yml", "new_path": null, "diff": "-## ======================================================================\n-## GENERATED FILE. DO NOT EDIT\n-## ======================================================================\n-\n-resource_ty...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Integrate detect-stemcell-bump to update-releases ... and clean up stemcell-bump test pipeline Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,882
31.10.2019 17:58:07
25,200
fa7873175f61a82a2a470a1e9b783e8360f2ac40
Move testing source releases from upgrade to fresh there were problems with the existing compiled releases for components that weren't updated when a major stemcell bump was consumed move bosh-cleanup tasks to the corresponding delete-deployment jobs to ensure a clean starting point for each test [#169495262](https://w...
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -510,7 +510,6 @@ jobs:\nSYSTEM_DOMAIN: luna.cf-app.com\nOPS_FILES: |\noperations/experimental/fast-deploy-with-downtime-and-danger.yml\n- operations/use-compiled-release...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move testing source releases from upgrade to fresh - there were problems with the existing compiled releases for components that weren't updated when a major stemcell bump was consumed - move bosh-cleanup tasks to the corresponding delete-deployment jobs to ensure a clean starting point for each test [#169495262](htt...
120,882
31.10.2019 18:55:56
25,200
20f02e0d949253ffed2ee2eb63f7971ec7b81e20
Add datadog-firehose-nozzle to update-releases [#167537546](https://www.pivotaltracker.com/story/show/167537546)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -120,6 +120,8 @@ opsReleases:\n- operations/use-online-windows2019fs.yml\n- name: metrics-discovery\nrepository: cloudfoundry/metrics-discovery-release\n+- name: datadog-firehose-nozzle\n+ re...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add datadog-firehose-nozzle to update-releases [#167537546](https://www.pivotaltracker.com/story/show/167537546)
121,074
31.10.2019 15:47:38
25,200
d7ea22dd89a87da92acd2d5361ee13cb47e30f97
Make sure that the bbr backup job uses the link on the colocated nfsbrokerpush job the errand job does not always exist when the errand is not running prevents 'Can't generate network settings without an IP' error [#169331853](https://www.pivotaltracker.com/story/show/169331853)
[ { "change_type": "MODIFY", "old_path": "operations/backup-and-restore/enable-restore-nfs-broker.yml", "new_path": "operations/backup-and-restore/enable-restore-nfs-broker.yml", "diff": "value:\nname: nfsbrokerpush\nprovides:\n- nfsbrokerpush: {as: ignore-me}\n+ nfsbrokerpush: {as: colocated-nfsbroke...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Make sure that the bbr backup job uses the link on the colocated nfsbrokerpush job - the errand job does not always exist when the errand is not running - prevents 'Can't generate network settings without an IP' error [#169331853](https://www.pivotaltracker.com/story/show/169331853) Co-authored-by: Dennis Leon <dleon...
120,958
12.11.2019 14:53:01
28,800
64cf08c88ea3579db9a4419098a09d230382f751
Add slack alert for major stemcell bump
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/update-releases.yml", "new_path": "ci/pipelines/update-releases.yml", "diff": "@@ -15422,6 +15422,13 @@ jobs:\n- put: pre-dev-tatooine\nparams:\nclaim: pre-dev-tatooine\n+ - put: slack-alert\n+ params:\n+ icon_emoji: ':cloudfoundrylogo:'\n+ text: ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add slack alert for major stemcell bump Co-authored-by: Dave Walter <dwalter@pivotal.io> Co-authored-by: John Ryan <jryan@pivotal.io>
121,083
13.11.2019 10:11:03
25,200
a0c2ee6b898f6d83e02898dd5bef152396615651
Don't use metric store gateway
[ { "change_type": "MODIFY", "old_path": "operations/use-metric-store.yml", "new_path": "operations/use-metric-store.yml", "diff": "client_id: doppler\nclient_secret: ((uaa_clients_doppler_secret))\ninternal_addr: https://uaa.service.cf.internal:8443\n- - name: metric-store-gateway\n- release: metric-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Don't use metric store gateway
120,958
14.11.2019 12:26:47
28,800
f9fea86b76860376418492fb58121807166f82d3
Remove unnecessary BOSH link info BOSH will automatically consume links based on name/type [#169655192](https://www.pivotaltracker.com/story/show/169655192)
[ { "change_type": "MODIFY", "old_path": "operations/use-metric-store.yml", "new_path": "operations/use-metric-store.yml", "diff": "jobs:\n- name: metric-store\nrelease: metric-store\n- provides:\n- name: metric-store\n- consumes:\n- name: metric-store\nproperties:\negress_port: 8080\nhealth_addr: loc...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove unnecessary BOSH link info - BOSH will automatically consume links based on name/type [#169655192](https://www.pivotaltracker.com/story/show/169655192) Co-authored-by: Dave Walter <dwalter@pivotal.io> Co-authored-by: John Ryan <jryan@pivotal.io>
120,882
19.11.2019 17:15:17
28,800
f5119da70cf6d1d6a2e3357c8b08fb2eaa47dee2
Remove old hermione-wats serial group [#169823063](https://www.pivotaltracker.com/story/show/169823063)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -1006,7 +1006,7 @@ jobs:\nparams: {release: experimental-pool}\n- name: experimental-deploy\n- serial_groups: [ hermione-wats, hermione-cats, hermione-smokes ]\n+ serial...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove old hermione-wats serial group [#169823063](https://www.pivotaltracker.com/story/show/169823063)
120,958
20.11.2019 16:34:39
28,800
d6c1bcebd4c2280d50fb243d1153627d13ecabd1
Manually revert loggregator-agent name change [#169881769](https://www.pivotaltracker.com/story/show/169881769)
[ { "change_type": "MODIFY", "old_path": "operations/use-compiled-releases.yml", "new_path": "operations/use-compiled-releases.yml", "diff": "- type: replace\npath: /releases/name=loggregator-agent\nvalue:\n- name: loggregator\n- sha1: a397e3a1bfeb80eb5fb4b63f8b13e93ad2542fd5\n+ name: loggregator-agen...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Manually revert loggregator-agent name change [#169881769](https://www.pivotaltracker.com/story/show/169881769) Co-authored-by: Dave Walter <dwalter@pivotal.io> Co-authored-by: John Ryan <jryan@pivotal.io>
120,958
22.11.2019 09:28:42
28,800
297f3426754c3a3c507d003d5a53be55a5e3a954
Also check for direct ca references in opsfiles [#169764073](https://www.pivotaltracker.com/story/show/169764073)
[ { "change_type": "MODIFY", "old_path": "units/tests/semantic_test/semantic_test.go", "new_path": "units/tests/semantic_test/semantic_test.go", "diff": "@@ -6,6 +6,7 @@ import (\n\"os\"\n\"path/filepath\"\n\"regexp\"\n+ \"strings\"\n\"testing\"\n\"github.com/cf-deployment/units/helpers\"\n@@ -220,14 ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Also check for direct ca references in opsfiles [#169764073](https://www.pivotaltracker.com/story/show/169764073) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,882
22.11.2019 17:14:40
28,800
55ded1d71fae491886680bda44afe5f5700dbd23
Make sure that bbl-destroy runs when add-gcp-dns fails [#169930343](https://www.pivotaltracker.com/story/show/169930343)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/update-releases.yml", "new_path": "ci/pipelines/update-releases.yml", "diff": "@@ -9948,6 +9948,7 @@ jobs:\nparams:\nrepository: updated-bbl-state\nrebase: true\n+ - do:\n- task: add-gcp-dns\nfile: runtime-ci/tasks/manage-gcp-dns/task.yml\ninput_m...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Make sure that bbl-destroy runs when add-gcp-dns fails [#169930343](https://www.pivotaltracker.com/story/show/169930343)
120,958
22.11.2019 17:45:21
28,800
82160b092b6d0fad270db243e8c7b9898a35f636
Reference ca's from certificate variables [#169764073](https://www.pivotaltracker.com/story/show/169764073)
[ { "change_type": "MODIFY", "old_path": "operations/use-metric-store.yml", "new_path": "operations/use-metric-store.yml", "diff": "- name: metric-store-cf-auth-proxy\nproperties:\ncc:\n- ca_cert: ((service_cf_internal_ca.certificate))\n+ ca_cert: ((cc_tls.ca))\ncommon_name: cloud-controller-ng.servic...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Reference ca's from certificate variables [#169764073](https://www.pivotaltracker.com/story/show/169764073) Co-authored-by: Dave Walter <dwalter@pivotal.io> Co-authored-by: John Ryan <jryan@pivotal.io> Co-authored-by: Sebastian Vidrio <svidrio@pivotal.io>
120,882
02.12.2019 13:44:30
28,800
d9db198cc8403d1edd5fe2491c8cbbfa65f247fe
Update routing-release bosh.io URL [#169605905](https://www.pivotaltracker.com/story/show/169605905)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -49,7 +49,7 @@ baseReleases:\n- name: r-buildpack\nrepository: cloudfoundry/r-buildpack-release\n- name: routing\n- repository: cloudfoundry-incubator/cf-routing-release\n+ repository: cloudf...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update routing-release bosh.io URL [#169605905](https://www.pivotaltracker.com/story/show/169605905)
120,958
04.12.2019 10:51:53
28,800
253baf158959fae00101463905833d27fafa1805
Manually pin back windows1803fs online release Revert "Updated ops file(s) with windows1803fs-release 3.2.0" This reverts commit
[ { "change_type": "MODIFY", "old_path": "operations/windows1803-cell.yml", "new_path": "operations/windows1803-cell.yml", "diff": "-- type: replace\n- path: /instance_groups/-\n+- path: /instance_groups/-\n+ type: replace\nvalue:\nazs:\n- z1\nvm_extensions:\n- 100GB_ephemeral_disk\nvm_type: small-hig...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Manually pin back windows1803fs online release Revert "Updated ops file(s) with windows1803fs-release 3.2.0" This reverts commit d9cf52c5757e11b94fa32c36bc01d6bbbab3bcdb.
120,958
09.12.2019 17:21:53
28,800
6e0da96231be2f07b062b18cc7c3f229b0dce802
Update add-system-metrics-agent ops-file to include the system-metrics-scraper release, due to job relocation [#170147114](https://www.pivotaltracker.com/story/show/170147114)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/add-system-metrics-agent.yml", "new_path": "operations/experimental/add-system-metrics-agent.yml", "diff": "ca_cert: ((system_metrics.ca))\ncert: ((system_metrics.certificate))\nkey: ((system_metrics.private_key))\n- release: system-met...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update add-system-metrics-agent ops-file - to include the system-metrics-scraper release, due to job relocation [#170147114](https://www.pivotaltracker.com/story/show/170147114) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,958
13.12.2019 15:04:39
28,800
78ee6835b4d3823136ffedf78c4ffe736d24836f
Update add-system-metrics-agent ops-file to include the system-metrics-scraper release due to job relocation [#170147114](https://www.pivotaltracker.com/story/show/170147114)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/add-system-metrics-agent.yml", "new_path": "operations/experimental/add-system-metrics-agent.yml", "diff": "ca_cert: ((system_metrics.ca))\ncert: ((system_metrics.certificate))\nkey: ((system_metrics.private_key))\n- release: system-met...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update add-system-metrics-agent ops-file - to include the system-metrics-scraper release due to job relocation [#170147114](https://www.pivotaltracker.com/story/show/170147114) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,958
08.01.2020 11:08:31
28,800
f4e4fd713ef0e91967d861a10b126e4fb8c3f25f
Track system-metrics-scraper-release in pre-dev
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -111,6 +111,8 @@ opsReleases:\nrepository: cloudfoundry-community/node-exporter-boshrelease\n- name: system-metrics\nrepository: cloudfoundry/system-metrics-release\n+- name: system-metrics-s...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Track system-metrics-scraper-release in pre-dev
120,958
08.01.2020 11:10:04
28,800
8f42fd00ca71900be6b6abfcbf622d004acf3363
Stop tracking datadog-firehose-nozzle in pre-dev [#167537546](https://www.pivotaltracker.com/story/show/167537546)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -122,8 +122,6 @@ opsReleases:\n- operations/use-online-windows2019fs.yml\n- name: metrics-discovery\nrepository: cloudfoundry/metrics-discovery-release\n-- name: datadog-firehose-nozzle\n- re...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Stop tracking datadog-firehose-nozzle in pre-dev [#167537546](https://www.pivotaltracker.com/story/show/167537546)
120,958
09.01.2020 15:12:31
28,800
d0ef3302cf4d96d477c0b0cd069d885754780ab4
Add datadog-firehose-nozzle autobump [#167537546](https://www.pivotaltracker.com/story/show/167537546)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -123,6 +123,11 @@ opsReleases:\n- name: metrics-discovery\nrepository: cloudfoundry/metrics-discovery-release\n+untestedOpsReleases:\n+- name: datadog-firehose-nozzle\n+ repository: DataDog/d...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add datadog-firehose-nozzle autobump [#167537546](https://www.pivotaltracker.com/story/show/167537546) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,958
09.01.2020 16:27:50
28,800
ab6f35801e84ddaa7e87f25c521e941586677d3a
Update readme for enable-containerd opsfile ... to indicate we are testing it in ci [#170602710](https://www.pivotaltracker.com/story/show/170602710)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/README.md", "new_path": "operations/experimental/README.md", "diff": "@@ -27,7 +27,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen\n| [`disable-interpolate-service-bindings.yml`](disable-interpolate...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update readme for enable-containerd opsfile ... to indicate we are testing it in ci [#170602710](https://www.pivotaltracker.com/story/show/170602710) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,882
13.01.2020 12:06:01
28,800
740615e908d84afd5540417e9652c2901ed233b9
Move DNS management out of notification block ... for bumps of releases defined in ops-files [#170677162](https://www.pivotaltracker.com/story/show/170677162)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/update-releases.yml", "new_path": "ci/pipelines/update-releases.yml", "diff": "@@ -9953,7 +9953,6 @@ jobs:\nparams:\nrepository: updated-bbl-state\nrebase: true\n- - do:\n- task: add-gcp-dns\nfile: runtime-ci/tasks/manage-gcp-dns/task.yml\ninput_m...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move DNS management out of notification block ... for bumps of releases defined in ops-files [#170677162](https://www.pivotaltracker.com/story/show/170677162)
120,882
14.01.2020 14:43:12
28,800
1a5d8558d382cea34e536566ec9d33b9d5c10232
Move the enable-app-log-rate-limiting ops-file... ... to the experimental folder, since the feature it configures is currently considered experimental [#170267485](https://www.pivotaltracker.com/story/show/170267485)
[ { "change_type": "MODIFY", "old_path": "operations/README.md", "new_path": "operations/README.md", "diff": "@@ -37,7 +37,6 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the\n| [`cf-syslog-skip-cert-verify.yml`](cf-syslog-skip-cert-verify.yml) | This disables TLS ver...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move the enable-app-log-rate-limiting ops-file... ... to the experimental folder, since the feature it configures is currently considered experimental [#170267485](https://www.pivotaltracker.com/story/show/170267485)
120,892
14.01.2020 10:59:45
25,200
cb016d896460361c874b69961b398ed58a3f6bc6
Inline metrics discovery into base manifest
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -75,6 +75,90 @@ addons:\nkey: \"((prom_scraper_metrics_tls.private_key))\"\nserver_name: prom_scraper_metrics\n+- name: metrics-discovery-registrar\n+ exclude:\n+ jobs:\n+ - name: smoke_tests\n+ ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Inline metrics discovery into base manifest [#169438223] Signed-off-by: Kaitlin Barrer <kbarrer@pivotal.io> Signed-off-by: Caitlyn Yu <cyu@pivotal.io>
120,871
13.02.2020 15:45:41
28,800
97d458408d5fffcfd68295801376960b772bf03e
Remove test config for community operation cloudfoundry/cf-deployment 866: Community postgres
[ { "change_type": "MODIFY", "old_path": "units/tests/standard_test/operations.yml", "new_path": "units/tests/standard_test/operations.yml", "diff": "@@ -102,15 +102,6 @@ use-haproxy-public-network.yml:\nuse-haproxy.yml:\nvars:\n- haproxy_private_ip=10.0.10.10\n-community/use-community-postgres.yml:\n...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove test config for community operation [#171107210] cloudfoundry/cf-deployment 866: Community postgres
121,080
20.02.2020 15:11:45
25,200
b8c0af0393d4784cae35fc28aba88be7ea03a185
Add the disabled syslog agent ops file
[ { "change_type": "MODIFY", "old_path": "operations/experimental/README.md", "new_path": "operations/experimental/README.md", "diff": "@@ -19,6 +19,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen\n| [`add-metrics-discovery.yml`](add-metrics-discovery.yml) | **Add...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add the disabled syslog agent ops file Signed-off-by: Ben Fuller <bfuller@pivotal.io>
120,958
20.02.2020 17:16:36
28,800
8d3d146337c2a79aad52a4e7a788a868bd33c7ff
Re-enable NATs TLS Fixed issue with cert SANs that prevents use of non-default network and deployment names. Uses a new bosh dns alias to make hostname verification more consistent. [170245571](https://www.pivotaltracker.com/story/show/170245571) [170245767](https://www.pivotaltracker.com/story/show/170245767)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -204,6 +204,13 @@ addons:\ndeployment: cf\nnetwork: default\ndomain: bosh\n+ - domain: nats.service.cf.internal\n+ targets:\n+ - query: '*'\n+ instance_group: nats\n+ deployment: cf\n+ network: d...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Re-enable NATs TLS Fixed issue with cert SANs that prevents use of non-default network and deployment names. Uses a new bosh dns alias to make hostname verification more consistent. [170245571](https://www.pivotaltracker.com/story/show/170245571) [170245767](https://www.pivotaltracker.com/story/show/170245767)
120,958
21.02.2020 12:01:22
28,800
4cd8dbfa96d14db6877bd5f5c4b25736f9b8ac8d
Re-enable NATs TLS part 2 add the remaining files from the original PRs and update related tests that we missed on the first merge [finishes #170245571](https://www.pivotaltracker.com/story/show/170245571) [finishes #170245767](https://www.pivotaltracker.com/story/show/170245767) [#171401313](https://www.pivotaltracker...
[ { "change_type": "MODIFY", "old_path": "operations/README.md", "new_path": "operations/README.md", "diff": "@@ -38,14 +38,18 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the\n| [`configure-default-router-group.yml`](configure-default-router-group.yml) | Allows depl...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Re-enable NATs TLS part 2 - add the remaining files from the original PRs - and update related tests that we missed on the first merge [finishes #170245571](https://www.pivotaltracker.com/story/show/170245571) [finishes #170245767](https://www.pivotaltracker.com/story/show/170245767) [#171401313](https://www.pivotalt...
121,088
26.02.2020 11:49:59
25,200
8b7e9cce520e60cc21cb1f276d95a805e7b5d63a
Add certificates and properties for metric-store-1.3.0
[ { "change_type": "MODIFY", "old_path": "operations/use-metric-store.yml", "new_path": "operations/use-metric-store.yml", "diff": "- type: replace\n- path: /addons/name=prom_scraper/exclude?/instance_groups/-\n- value: metric-store\n-- type: replace\n- path: /releases/-\n+ path: /releases/name=metric...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add certificates and properties for metric-store-1.3.0
121,088
10.03.2020 09:39:54
21,600
006b67ee39df7bbfd117403d461f97c1dacbf30f
Remove needless link to optional blackbox deployment
[ { "change_type": "MODIFY", "old_path": "operations/use-metric-store.yml", "new_path": "operations/use-metric-store.yml", "diff": "metric-store: {from: metric-store}\nmetric-store-nozzle: {from: metric-store-nozzle}\nmetric-store-cf-auth-proxy: {from: metric-store-cf-auth-proxy}\n- metric-store-black...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove needless link to optional blackbox deployment
120,882
01.02.2020 17:19:37
28,800
ecf13f9f1ab86e0992c63f2d12be669b0430fd0b
Add an ops-file to colocate smoke-tests on cc-worker eliminate the VM creation/destruction time associated with running the smoke-tests errand
[ { "change_type": "MODIFY", "old_path": "operations/experimental/README.md", "new_path": "operations/experimental/README.md", "diff": "@@ -24,6 +24,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen\n| [`add-system-metrics-agent.yml`](add-system-metrics-agent.yml) |...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add an ops-file to colocate smoke-tests on cc-worker - eliminate the VM creation/destruction time associated with running the smoke-tests errand
120,958
19.03.2020 11:11:08
25,200
9cd6bd7ac3795eba2da169c99fa5db9ecbba378c
Use Windows 2019 instead of 1803 [#171527977](https://www.pivotaltracker.com/story/show/171527977)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -770,7 +770,8 @@ jobs:\noperations/use-external-dbs.yml\noperations/add-external-ips-for-cloud-sql-db.yml\noperations/windows2012R2-cell.yml\n- operations/windows1803-ce...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Use Windows 2019 instead of 1803 [#171527977](https://www.pivotaltracker.com/story/show/171527977) Co-authored-by: Jen Spinney <jspinney@pivotal.io>
120,882
19.03.2020 18:07:33
25,200
6bc33bc4895e01bc700c818f9aa44329aaf745fb
Update stable-periodic-cats to use latest v6 cli also disable the honeycomb integration this commit is temporary and should be reverted once testing is complete [#171892425](https://www.pivotaltracker.com/story/show/171892425)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -1705,10 +1705,10 @@ jobs:\nput: stable-pool\nparams: {release: stable-pool}\ndo:\n+ - in_parallel:\n- get: stable-pool\ntrigger: true\npassed: [ stable-semihourly-pool-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update stable-periodic-cats to use latest v6 cli - also disable the honeycomb integration - this commit is temporary and should be reverted once testing is complete [#171892425](https://www.pivotaltracker.com/story/show/171892425)
120,958
23.03.2020 10:34:11
25,200
abb3bc1e7a942c74f6f80c372e9025723a3382fd
Move colocate-smoke-tests-on-cc-worker opsfile to deploy-develop ... we need to run our bits through CI before we use them with "deploy release latest" [#171908453](https://www.pivotaltracker.com/story/show/171908453)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -1056,7 +1056,6 @@ jobs:\noperations/scale-database-cluster.yml\noperations/stop-skipping-tls-validation.yml\noperations/use-operator-provided-router-tls-certificates.ym...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move colocate-smoke-tests-on-cc-worker opsfile to deploy-develop ... we need to run our bits through CI before we use them with "deploy release latest" [#171908453](https://www.pivotaltracker.com/story/show/171908453) Co-authored-by: John Ryan <jryan@pivotal.io>
120,958
23.03.2020 15:29:17
25,200
11575d4a755fa8ac796425e31de7a653b8ab348e
Run smoke test errand by its job name, everywhere documented dependencies / possible incompatibility this ops file has with others that assume the `smoke-test` instance group exists. [#171850836](https://www.pivotaltracker.com/story/show/171850836)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -608,7 +608,7 @@ jobs:\nfile: cf-deployment-concourse-tasks/run-errand/task.yml\nparams:\nBBL_STATE_DIR: environments/test/luna/bbl-state\n- ERRAND_NAME: smoke-tests\n+ ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Run smoke test errand by its job name, everywhere - documented dependencies / possible incompatibility this ops file has with others that assume the `smoke-test` instance group exists. [#171850836](https://www.pivotaltracker.com/story/show/171850836) Co-authored-by: John Ryan <jryan@pivotal.io>
120,882
26.03.2020 17:29:28
25,200
f9c061b29b76ad2702e3e7c5a3d852cf88239380
Expand use of colocate-smoke-tests-on-cc-worker ops-file to upgrade and experimental deploys deliberately omitted updating fresh-deploy so we continue to test the default case of smoke-tests not being colocated on another instance [#171938087](https://www.pivotaltracker.com/story/show/171938087)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -773,6 +773,7 @@ jobs:\noperations/windows2019-cell.yml\noperations/use-online-windows2019fs.yml\noperations/experimental/use-compiled-releases-windows.yml\n+ operations...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Expand use of colocate-smoke-tests-on-cc-worker ops-file - to upgrade and experimental deploys - deliberately omitted updating fresh-deploy so we continue to test the default case of smoke-tests not being colocated on another instance [#171938087](https://www.pivotaltracker.com/story/show/171938087)
120,958
02.04.2020 16:14:10
25,200
b5e49bd7a5f573f923fc8aa664434af0772193cb
Test enable cpu throttling in experimental ci env [#172131381](https://www.pivotaltracker.com/story/show/172131381)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -1061,6 +1061,7 @@ jobs:\noperations/experimental/colocate-smoke-tests-on-cc-worker.yml\noperations/experimental/enable-iptables-logger.yml\noperations/experimental/set-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Test enable cpu throttling in experimental ci env [#172131381](https://www.pivotaltracker.com/story/show/172131381)
120,935
06.04.2020 11:50:43
25,200
7066323e1f38bf9fff0866415899b1e970b803c1
Document that the CPU throttling opsfile is in our pipeline [#172131381](https://www.pivotaltracker.com/story/show/172131381)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/README.md", "new_path": "operations/experimental/README.md", "diff": "@@ -32,7 +32,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen\n| [`enable-app-log-rate-limiting-windows2019.yml`](enable-app-log-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Document that the CPU throttling opsfile is in our pipeline [#172131381](https://www.pivotaltracker.com/story/show/172131381) Co-authored-by: John Ryan <jryan@pivotal.io>
120,882
16.04.2020 16:51:39
25,200
3d8ac4ecd1d5e1323feb4a9ed27dc2aa067a93c0
Add the nats DNS alias to the rename-network-and-deployment ops-file [#172344041](https://www.pivotaltracker.com/story/show/172344041)
[ { "change_type": "MODIFY", "old_path": "operations/rename-network-and-deployment.yml", "new_path": "operations/rename-network-and-deployment.yml", "diff": "deployment: ((deployment_name))\nnetwork: ((network_name))\ndomain: bosh\n+ - domain: nats.service.cf.internal\n+ targets:\n+ - query: '*'\n+ in...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add the nats DNS alias to the rename-network-and-deployment ops-file [#172344041](https://www.pivotaltracker.com/story/show/172344041) Co-authored-by: Andrew Costa <acosta@pivotal.io> Co-authored-by: Andrew Wittrock <awittrock@pivotal.io> Co-authored-by: Eric Promislow <epromislow@suse.com> Co-authored-by: James Poll...
120,958
17.04.2020 11:34:37
25,200
3148387a9e25e27587da313957ccc14b2873ee01
Add the nats '_' DNS alias to rename-network-and-deployment We missed this in the first pass fix in [#172344041](https://www.pivotaltracker.com/story/show/172344041)
[ { "change_type": "MODIFY", "old_path": "operations/rename-network-and-deployment.yml", "new_path": "operations/rename-network-and-deployment.yml", "diff": "deployment: ((deployment_name))\nnetwork: ((network_name))\ndomain: bosh\n+ - domain: nats.service.cf.internal\n+ targets:\n+ - query: '_'\n+ in...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add the nats '_' DNS alias to rename-network-and-deployment We missed this in the first pass fix in 3d8ac4ec [#172344041](https://www.pivotaltracker.com/story/show/172344041) Co-authored-by: James Pollard <jpollard@pivotal.io>
120,882
17.04.2020 15:16:12
25,200
52863ca4b5eee7ecda1aea8b172c1b26acfc90fb
Fix the _.nats.service.cf.internal alias ... in the rename-network-and-deployment.yml ops-file [#172339563](https://www.pivotaltracker.com/story/show/172339563)
[ { "change_type": "MODIFY", "old_path": "operations/rename-network-and-deployment.yml", "new_path": "operations/rename-network-and-deployment.yml", "diff": "deployment: ((deployment_name))\nnetwork: ((network_name))\ndomain: bosh\n- - domain: nats.service.cf.internal\n+ - domain: _.nats.service.cf.in...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Fix the _.nats.service.cf.internal alias ... in the rename-network-and-deployment.yml ops-file [#172339563](https://www.pivotaltracker.com/story/show/172339563) Co-authored-by: Andrew Costa <acosta@pivotal.io> Co-authored-by: Andrew Wittrock <awittrock@pivotal.io>
120,882
20.04.2020 10:25:29
25,200
0c5fa1a36837124100d0254db669d2dc7a663328
Update compiled nats release to v34 [#172315870](https://www.pivotaltracker.com/story/show/172315870)
[ { "change_type": "MODIFY", "old_path": "operations/use-compiled-releases.yml", "new_path": "operations/use-compiled-releases.yml", "diff": "path: /releases/name=nats\nvalue:\nname: nats\n- sha1: df949be27fc1b5785a83b0e982a92a8dfe7c68d2\n+ sha1: c74945b0fafadc05e2cc8e1b8c48447f036359cc\nstemcell:\nos...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update compiled nats release to v34 [#172315870](https://www.pivotaltracker.com/story/show/172315870) Co-authored-by: James Pollard <jpollard@pivotal.io>
120,882
28.04.2020 14:05:28
25,200
32cd24b01dd34a33161072e58129b7dce1ec3939
Re-merge "Remove unused variable cf_bosh_password"" This reverts commit [finsihes #171752910](https://www.pivotaltracker.com/story/show/171752910)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -1844,8 +1844,6 @@ variables:\ntype: password\n- name: cf_admin_password\ntype: password\n-- name: cf_bosh_password\n- type: password\n- name: router_route_services_secret\ntype: password\n- name...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Re-merge "Remove unused variable cf_bosh_password"" This reverts commit 2a442aedb6fc76c6226763d4220af72ac9b01746. [finsihes #171752910](https://www.pivotaltracker.com/story/show/171752910)
120,882
28.04.2020 16:36:03
25,200
0823bbe6ae04ee13c3a86d18c72d8900a566eb65
Completion of PR The PR "Remove operations/windows2016-cell.yml" was doing everything necessary except deleting the actual file. [#169503842](https://www.pivotaltracker.com/story/show/169503842)
[ { "change_type": "DELETE", "old_path": "operations/windows2016-cell.yml", "new_path": null, "diff": "-- type: replace\n- path: /instance_groups/-\n- value:\n- azs:\n- - z1\n- - z2\n- instances: 1\n- jobs:\n- - name: winc\n- release: winc\n- - name: winc-network\n- properties:\n- winc_network:\n- dns...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Completion of PR https://github.com/cloudfoundry/cf-deployment/pull/844 The PR "Remove operations/windows2016-cell.yml" was doing everything necessary except deleting the actual file. [#169503842](https://www.pivotaltracker.com/story/show/169503842) Signed-off-by: Eric Promislow <epromislow@suse.com>
120,882
28.04.2020 17:56:26
25,200
814224cc460ce5c9beb9fd4f5093fe79cc11fb4d
Remove windows2016-stemcell.yml Remove other entries not covered by PR Also parameterized the stemcell in ci/template/update-releases.yml because windows2019 was referencing the 2016 stemcell. [#172444368](https://www.pivotaltracker.com/story/show/172444368)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -101,8 +101,6 @@ opsReleases:\nrepository: cloudfoundry-incubator/winc-release\n- name: windows1803fs\nrepository: cloudfoundry/windows1803fs-online-release\n-- name: windows2016fs\n- reposit...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove windows2016-stemcell.yml Remove other entries not covered by PR https://github.com/cloudfoundry/cf-deployment/pull/844 Also parameterized the stemcell in ci/template/update-releases.yml because windows2019 was referencing the 2016 stemcell. [#172444368](https://www.pivotaltracker.com/story/show/172444368) Si...
120,882
29.04.2020 15:39:45
25,200
b56218a1e3a58af85c332a27229236f1070261a8
Remove files related to windows 2012R2 rootfs It is DEPRECATED [finishes #171445896](https://www.pivotaltracker.com/story/show/171445896)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -171,11 +171,6 @@ addons:\ndeployment: cf\nnetwork: default\ndomain: bosh\n- - query: '_'\n- instance_group: windows2012R2-cell\n- deployment: cf\n- network: default\n- domain: bosh\n- query: '_'...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove files related to windows 2012R2 rootfs - It is DEPRECATED [finishes #171445896](https://www.pivotaltracker.com/story/show/171445896) Co-authored-by: Anthony Emengo <aemengo@pivotal.io>
120,958
29.04.2020 16:34:02
25,200
0e8fe9b58282d320f529ca415565e57f2f83ae08
Removed 'workaround' directory Update documentation [finishes #169249175](https://www.pivotaltracker.com/story/show/169249175)
[ { "change_type": "MODIFY", "old_path": "PULL_REQUEST_TEMPLATE.md", "new_path": "PULL_REQUEST_TEMPLATE.md", "diff": "> _If you're promoting an experimental Ops-file (or removing one), Please follow the [Ops-file workflows](https://github.com/cloudfoundry/cf-deployment/blob/master/ops-file-promotion-w...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Removed 'workaround' directory - Update documentation [finishes #169249175](https://www.pivotaltracker.com/story/show/169249175) Co-authored-by: Andrew Wittrock <awittrock@pivotal.io>
120,882
29.04.2020 17:24:45
25,200
56f54a22fd1330effe40e7fee0f1f6673ffee8fa
Remove deprecated experimental ops-files [finishes #169249171](https://www.pivotaltracker.com/story/show/169249171)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -1060,9 +1060,6 @@ jobs:\noperations/experimental/enable-iptables-logger.yml\noperations/experimental/set-cpu-weight.yml\noperations/experimental/enable-cpu-throttling.y...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove deprecated experimental ops-files [finishes #169249171](https://www.pivotaltracker.com/story/show/169249171) Co-authored-by: Sebastian Vidrio <svidrio@pivotal.io>
120,882
29.04.2020 19:12:11
25,200
c5f93df1af4482397b1e6b1e279be435d6bf12c7
Add INSTANCE to upgrade/experimental smoke_tests these environments are using the colocate-smoke-tests-on-cc-worker.yml ops-file and this is required to avoid running the errand multiple times [#171938087](https://www.pivotaltracker.com/story/show/171938087)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -791,6 +791,7 @@ jobs:\nparams:\nBBL_STATE_DIR: environments/test/trelawney/bbl-state\nERRAND_NAME: smoke_tests\n+ INSTANCE: cc-worker/first\ninput_mapping:\nbbl-state: ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add INSTANCE to upgrade/experimental smoke_tests - these environments are using the colocate-smoke-tests-on-cc-worker.yml ops-file and this is required to avoid running the errand multiple times [#171938087](https://www.pivotaltracker.com/story/show/171938087)
120,882
30.04.2020 08:55:37
25,200
d893bc3724a2a464f16130db8620fb835469a97d
Remove deprecated Windows-related experimental ops-files now that Windows 2012R2 and 2016 have been removed, these ops-files are no longer functional/relevant [#171445896](https://www.pivotaltracker.com/story/show/171445896)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/README.md", "new_path": "operations/experimental/README.md", "diff": "@@ -42,5 +42,3 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen\n| [`use-logcache-syslog-ingress.yml`](use-logcache-syslog-ingress....
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove deprecated Windows-related experimental ops-files - now that Windows 2012R2 and 2016 have been removed, these ops-files are no longer functional/relevant [#171445896](https://www.pivotaltracker.com/story/show/171445896)
120,882
30.04.2020 14:09:30
25,200
dab329bde1b2fcb6e9e1a5de3d8664a81d7c9284
Remove left-over references to bits service [finishes #169249244](https://www.pivotaltracker.com/story/show/169249244)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -195,13 +195,6 @@ addons:\ndeployment: cf\nnetwork: default\ndomain: bosh\n- - domain: bits.service.cf.internal\n- targets:\n- - query: '*'\n- instance_group: bits\n- deployment: cf\n- network: d...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Remove left-over references to bits service [finishes #169249244](https://www.pivotaltracker.com/story/show/169249244) Co-authored-by: Andrew Costa <acosta@pivotal.io>
120,882
01.05.2020 12:47:51
25,200
cd48e70e3ac5cc8190aa8f5d61f874fbcdf1c30b
Switch to only run smoke_tests on lite in CI CATs is extremely flakey and slow, and does not provide any useful test coverage [#172628066](https://www.pivotaltracker.com/story/show/172628066)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -24,7 +24,7 @@ groups:\n- experimental-delete-deployment\n- lite-acquire-pool\n- lite-deploy\n- - lite-cats\n+ - lite-smoke-tests\n- lite-recreate-director\n- bbr-acquir...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Switch to only run smoke_tests on lite in CI - CATs is extremely flakey and slow, and does not provide any useful test coverage [#172628066](https://www.pivotaltracker.com/story/show/172628066) Co-authored-by: Andrew Costa <acosta@pivotal.io>
120,958
04.05.2020 15:55:16
25,200
ec57d247f6cc1a24a9f3bb49c518ceecca150871
Update windows2019 testing status in operations/README
[ { "change_type": "MODIFY", "old_path": "operations/README.md", "new_path": "operations/README.md", "diff": "@@ -63,5 +63,5 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the\n| [`use-postgres.yml`](use-postgres.yml) | Replaces the MySQL instance group with a postgres...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update windows2019 testing status in operations/README Co-authored-by: James Pollard <jpollard@pivotal.io>
120,905
13.05.2020 16:37:38
25,200
271c02452390167e061bed86707f83ba3251d2bd
Add additional ops file for winc add capability to prepend ops files (winc ops file have dependencies) [#172709886](https://www.pivotaltracker.com/story/show/172709886)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -99,6 +99,9 @@ opsReleases:\nrepository: cloudfoundry-incubator/garden-windows-bosh-release\n- name: winc\nrepository: cloudfoundry-incubator/winc-release\n+ requiredOpsFiles:\n+ - operations...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add additional ops file for winc - add capability to prepend ops files (winc ops file have dependencies) [#172709886](https://www.pivotaltracker.com/story/show/172709886)
120,882
26.05.2020 20:08:32
25,200
dfd455690b9be84ffd8374afae06340d0607c7e9
Inline NATS TLS in preparation for metrics-discovery-release v3 [#170245571](https://www.pivotaltracker.com/story/show/170245571)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -122,6 +122,9 @@ addons:\ncert: ((metrics_discovery_metrics_tls.certificate))\nkey: ((metrics_discovery_metrics_tls.private_key))\nserver_name: metrics_discovery_metrics\n+ nats_client:\n+ cert: ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Inline NATS TLS - in preparation for metrics-discovery-release v3 [#170245571](https://www.pivotaltracker.com/story/show/170245571)
120,882
27.05.2020 12:43:19
25,200
215068cd827bc6b58842af264705a950ada7e535
Add NATS TLS client cert/key to loggr-system-metric-scraper in preparation for system-metrics-scraper-release v3 [#170245571](https://www.pivotaltracker.com/story/show/170245571)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/add-system-metrics-agent.yml", "new_path": "operations/experimental/add-system-metrics-agent.yml", "diff": "cert: ((loggr_metric_scraper_metrics_tls.certificate))\nkey: ((loggr_metric_scraper_metrics_tls.private_key))\nserver_name: logg...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add NATS TLS client cert/key to loggr-system-metric-scraper - in preparation for system-metrics-scraper-release v3 [#170245571](https://www.pivotaltracker.com/story/show/170245571)
120,882
28.05.2020 10:57:24
25,200
71b056a819a6bb6155e2370c42dda8bf975b6f19
Make sure the hws-buildpack runs with the correct ops files [#173048170](https://www.pivotaltracker.com/story/show/173048170)
[ { "change_type": "MODIFY", "old_path": "ci/input/inputs.yml", "new_path": "ci/input/inputs.yml", "diff": "@@ -93,6 +93,9 @@ opsReleases:\nvarsFiles: \"environments/test/pre-dev/windows-enable-component-syslog-vars.yml\"\n- name: hwc-buildpack\nrepository: cloudfoundry-incubator/hwc-buildpack-release...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Make sure the hws-buildpack runs with the correct ops files [#173048170](https://www.pivotaltracker.com/story/show/173048170) Signed-off-by: Paul Warren <pwarren@pivotal.io>
120,882
29.05.2020 11:16:44
25,200
9defc84bbc65f22e6fc3fc2b2a0c3e91e6decc23
Add NATS TLS client cert to metrics-discovery-registrar-windows [#173071574](https://www.pivotaltracker.com/story/show/173071574)
[ { "change_type": "MODIFY", "old_path": "operations/windows2019-cell.yml", "new_path": "operations/windows2019-cell.yml", "diff": "cert: ((metrics_discovery_metrics_tls.certificate))\nkey: ((metrics_discovery_metrics_tls.private_key))\nserver_name: metrics_discovery_metrics\n+ nats_client:\n+ cert: (...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add NATS TLS client cert to metrics-discovery-registrar-windows [#173071574](https://www.pivotaltracker.com/story/show/173071574) Co-authored-by: Andrew Costa <acosta@pivotal.io>
120,935
29.05.2020 14:52:25
25,200
077ae9dc2bbce8d69782c2c657df1e3d0892d570
Add a check-certs job to the pipeline [#173063443](https://www.pivotaltracker.com/story/show/#173063443)
[ { "change_type": "ADD", "old_path": null, "new_path": "ci/tasks/check-certs/task", "diff": "+#!/usr/bin/env ruby\n+set -eux\n+\n+ruby scripts/check-certs.rb --days-left=\"${DAYS_LEFT_THRESHOLD:-16}\" --path=\"${PATH_TO_VERIFY}\"\n" }, { "change_type": "ADD", "old_path": null, "new_pa...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add a check-certs job to the pipeline [#173063443](https://www.pivotaltracker.com/story/show/#173063443)
120,935
29.05.2020 15:21:30
25,200
212442a4e5ba0ac5b62559b7b3ead82bc0de857e
Add input mappings and tweak the paths [#173063443](https://www.pivotaltracker.com/story/show/173063443)
[ { "change_type": "MODIFY", "old_path": "ci/tasks/check-certs/task.yml", "new_path": "ci/tasks/check-certs/task.yml", "diff": "@@ -7,14 +7,12 @@ image_resource:\nrepository: relintdockerhubpushbot/cf-deployment-concourse-tasks\ninputs:\n-- name: cf-deployment-develop\n+- name: cf-deploymen\n- name: r...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add input mappings and tweak the paths [#173063443](https://www.pivotaltracker.com/story/show/173063443)
120,935
29.05.2020 15:32:42
25,200
4d981a899bf9b0e7e14c2a50913f2d6f17ab8f9b
Moved the check-cert task files to runtime-ci [#173063443](https://www.pivotaltracker.com/story/show/173063443)
[ { "change_type": "DELETE", "old_path": "ci/tasks/check-certs/task", "new_path": null, "diff": "-#!/usr/bin/env ruby\n-set -eux\n-\n-ruby scripts/check-certs.rb --days-left=\"${DAYS_LEFT_THRESHOLD:-16}\" --path=\"${PATH_TO_VERIFY}\"\n" }, { "change_type": "DELETE", "old_path": "ci/tasks/c...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Moved the check-cert task files to runtime-ci [#173063443](https://www.pivotaltracker.com/story/show/173063443)
120,935
29.05.2020 15:46:35
25,200
db8921bcdb738630908b061aec24ac8d32cbac03
Cert checking: Commit pipeline changes to include the validate-certs job [#173063443](https://www.pivotaltracker.com/story/show/173063443)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -66,6 +66,7 @@ groups:\n- unit-test-ops-files\n- unit-test-golang-tests\n- unit-test-update-releases-coverage\n+ - validate-certs\n- lint-cf-deployment-manifest\n- exper...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Cert checking: Commit pipeline changes to include the validate-certs job [#173063443](https://www.pivotaltracker.com/story/show/173063443)
120,935
01.06.2020 10:52:30
25,200
f722fe2374947f5ae3c157f87672f3021a111e18
Ensure the task is run at least daily. Certs can approach the expiry date while there are no changes in the underlying git-resources to force a run [#173063443](https://www.pivotaltracker.com/story/show/173063443)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -197,6 +197,12 @@ resources:\nsource:\ninterval: 30m\n+- name: daily\n+ type: time\n+ icon: clock-outline\n+ source:\n+ interval: 24h\n+\n- name: cf-deployment-concourse...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Ensure the task is run at least daily. Certs can approach the expiry date while there are no changes in the underlying git-resources to force a run [#173063443](https://www.pivotaltracker.com/story/show/173063443)
120,882
05.06.2020 11:35:04
25,200
fa8eaefa71eb6c650eef17d4eb8921019bf71fe3
Move acceptance pipeline in from relint-envs [#171631154](https://www.pivotaltracker.com/story/show/171631154)
[ { "change_type": "ADD", "old_path": null, "new_path": "ci/pipelines/acceptance.yml", "diff": "+groups:\n+- name: acceptance\n+ jobs:\n+ - setup-infrastructure\n+ - deploy-cf\n+ - smoke-tests\n+ - delete-deployment\n+ - destroy-infrastructure\n+\n+resources:\n+- name: relint-envs\n+ type: git\n+ sour...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move acceptance pipeline in from relint-envs [#171631154](https://www.pivotaltracker.com/story/show/171631154) Signed-off-by: Paul Warren <pwarren@pivotal.io>
120,882
05.06.2020 11:40:42
25,200
0600340853100ed8eb2065d3bc513d30611cb907
Rename delete-deployment to delete-cf for clarity delete the group as it was unrequired [#171631154](https://www.pivotaltracker.com/story/show/171631154)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/acceptance.yml", "new_path": "ci/pipelines/acceptance.yml", "diff": "-groups:\n-- name: acceptance\n- jobs:\n- - setup-infrastructure\n- - deploy-cf\n- - smoke-tests\n- - delete-deployment\n- - destroy-infrastructure\n-\nresources:\n- name: relint...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Rename delete-deployment to delete-cf for clarity - delete the group as it was unrequired [#171631154](https://www.pivotaltracker.com/story/show/171631154) Signed-off-by: Paul Warren <pwarren@pivotal.io>
120,882
05.06.2020 13:41:36
25,200
9a79c23c27629e3cc6df2965a941f16ecd728524
Pipeline readmes for cf-d and update-releases [#171631154](https://www.pivotaltracker.com/story/show/171631154)
[ { "change_type": "ADD", "old_path": null, "new_path": "ci/pipelines/update-releases.md", "diff": "+# update-releases\n+\n+Notes on the design of this pipeline are [here](https://miro.com/app/board/o9J_kxEuPlE=/) and [here](https://miro.com/app/board/o9J_kyXYXXo=/).\n+\n+## Groups\n+\n+All groups pul...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Pipeline readmes for cf-d and update-releases [#171631154](https://www.pivotaltracker.com/story/show/171631154) Signed-off-by: Paul Warren <pwarren@pivotal.io>
120,882
05.06.2020 14:34:21
25,200
a385613912fd602702f125f3156256e2655fac5f
Add documentation for infrastructure pipeline [#171631154](https://www.pivotaltracker.com/story/show/171631154)
[ { "change_type": "ADD", "old_path": null, "new_path": "ci/pipelines/infrastructure.md", "diff": "+# infrastructure\n+\n+This pipeline manages the infrastructure for the cf-deployment pipeline.\n+\n+## Groups\n+\n+The groups mirror the groups in the cf-d pipeline and allow the infrastructure to be cr...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add documentation for infrastructure pipeline [#171631154](https://www.pivotaltracker.com/story/show/171631154) Signed-off-by: Paul Warren <pwarren@pivotal.io>
120,882
12.06.2020 18:57:02
25,200
a4623b9a15c5f0273dfd1ca36fe54ad0d5125f9f
Test Windows using a toolsmiths' pool environment remove windows from the current upgrade test [#173298820](https://www.pivotaltracker.com/story/show/173298820)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -15,7 +15,6 @@ groups:\n- upgrade-acquire-pool\n- upgrade-deploy\n- upgrade-cats\n- - upgrade-cats-windows\n- upgrade-delete-deployment\n- experimental-acquire-pool\n- e...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Test Windows using a toolsmiths' pool environment - remove windows from the current upgrade test [#173298820](https://www.pivotaltracker.com/story/show/173298820)
120,882
14.06.2020 23:07:31
25,200
db97ff58d25bc106f9a06b4057a0d1213b6f3c86
Add upgrade-smoke-tests to cf-deployment CI [#173298820](https://www.pivotaltracker.com/story/show/173298820)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -14,6 +14,7 @@ groups:\n- fresh-delete-deployment\n- upgrade-acquire-pool\n- upgrade-deploy\n+ - upgrade-smoke-tests\n- upgrade-cats\n- upgrade-delete-deployment\n- expe...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add upgrade-smoke-tests to cf-deployment CI [#173298820](https://www.pivotaltracker.com/story/show/173298820)
120,882
14.06.2020 23:08:05
25,200
854d5c2cb1c6800b0a969ebfccae2845cc89da8a
Cleanup cf-deployment pipeline serial groups [#173298820](https://www.pivotaltracker.com/story/show/173298820)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -520,7 +520,7 @@ jobs:\nparams: {release: fresh-pool}\n- name: fresh-deploy\n- serial_groups: [ luna-smokes ]\n+ serial_groups: [ fresh-cats, fresh-smokes ]\npublic: tru...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Cleanup cf-deployment pipeline serial groups [#173298820](https://www.pivotaltracker.com/story/show/173298820)
120,958
29.06.2020 17:02:18
25,200
7a0cb13cdd1db4374c318905f9eafa0d37a05427
Move validate-certs to the main CI group ... in the cf-deployment pipeline
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -7,6 +7,7 @@ groups:\n- unit-test-update-releases-coverage\n- lint-cf-deployment-manifest\n- branch-freshness\n+ - validate-certs\n- fresh-acquire-pool\n- fresh-deploy\n...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Move validate-certs to the main CI group ... in the cf-deployment pipeline Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,958
13.07.2020 10:49:43
25,200
7e9a2b9c0a38e69ecf4d4aac52e50d4b4d817050
CI: Manually update trelawney external db name
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -365,7 +365,7 @@ resources:\ncredentials: ((trelawney_gcp_service_account_json))\nenv_name: trelawney\nvars:\n- cf_db_name: \"terraform-20191021190301485500000002\"\n+ c...
Go
Apache License 2.0
cloudfoundry/cf-deployment
CI: Manually update trelawney external db name Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,882
16.07.2020 11:22:53
25,200
3d8f322c6e330081394dd652280466a467b0917c
Update the bosh-lite.yml ops-file to disable service discovery for some reason, it causes garden to fail on the diego-cell the networking program opened an issue against garden-runc-release: [#173631427](https://www.pivotaltracker.com/story/show/173631427)
[ { "change_type": "MODIFY", "old_path": "operations/bosh-lite.yml", "new_path": "operations/bosh-lite.yml", "diff": "- type: replace\npath: /instance_groups/name=diego-api/jobs/name=locket/properties?/set_kernel_parameters\nvalue: false\n+\n+# ----- Disable service discovery ------\n+- type: remove\n...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update the bosh-lite.yml ops-file to disable service discovery - for some reason, it causes garden to fail on the diego-cell - the networking program opened an issue against garden-runc-release: https://github.com/cloudfoundry/garden-runc-release/issues/161 [#173631427](https://www.pivotaltracker.com/story/show/17363...
120,958
24.07.2020 11:37:18
25,200
27e84e92801f40786bd8a8a92e839c8481363930
FIX: Add clients.read to UAA clients for CLI v7 compatibility [#173765867](https://www.pivotaltracker.com/story/show/173765867)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -700,7 +700,7 @@ instance_groups:\nscope: network.admin,network.write,cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.fireho...
Go
Apache License 2.0
cloudfoundry/cf-deployment
FIX: Add clients.read to UAA clients for CLI v7 compatibility [#173765867](https://www.pivotaltracker.com/story/show/173765867) Co-authored-by: James Pollard <jpollard@pivotal.io> Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,958
24.07.2020 15:08:12
25,200
c3906b479585a3ca24fdb61d87937ab2b560ad20
Use cf-cli-7-linux starting on smoke-tests v41.0.0 [#173765867](https://www.pivotaltracker.com/story/show/173765867)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -358,7 +358,7 @@ instance_groups:\nspace: cf_smoke_tests_space\ncf_dial_timeout_in_seconds: 300\nskip_ssl_validation: true\n- - name: cf-cli-6-linux\n+ - name: cf-cli-7-linux\nrelease: cf-cli\n- ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Use cf-cli-7-linux starting on smoke-tests v41.0.0 [#173765867](https://www.pivotaltracker.com/story/show/173765867) Co-authored-by: James Pollard <jpollard@pivotal.io> Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,882
28.07.2020 19:40:33
25,200
fa47e9358e36ac5a76be877aa252790862eb9e6d
CI: Fix cleanup-stable-periodic-cats job run update-integration-configs task to retrieve the correct admin password
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -1889,10 +1889,19 @@ jobs:\npassed: [ stable-periodic-cats ]\n- get: cf-acceptance-tests-rc\npassed: [ stable-periodic-cats ]\n+ - get: cf-deployment-concourse-tasks\n+ ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
CI: Fix cleanup-stable-periodic-cats job - run update-integration-configs task to retrieve the correct admin password
120,891
03.08.2020 15:38:26
25,200
71b990974f9c336a44f3176bdc0c66dd90cfe364
FIX: Changes required for PR update references to cc_deployment_updater in ops-files to work with alternative databases (Postgres or external) [#174139631](https://www.pivotaltracker.com/story/show/174139631)
[ { "change_type": "MODIFY", "old_path": "operations/experimental/enable-tls-cloud-controller-postgres.yml", "new_path": "operations/experimental/enable-tls-cloud-controller-postgres.yml", "diff": "path: /instance_groups/name=scheduler/jobs/name=cloud_controller_clock/properties/ccdb/ca_cert?\nvalue: ...
Go
Apache License 2.0
cloudfoundry/cf-deployment
FIX: Changes required for PR #899 - update references to cc_deployment_updater in ops-files to work with alternative databases (Postgres or external) [#174139631](https://www.pivotaltracker.com/story/show/174139631) Co-authored-by: Dave Walter <dwalter@pivotal.io>
120,882
12.08.2020 17:53:35
25,200
eac83194d968684d263464ffbea405e31de1847a
Run cleanup every time in stable-periodic-cats [#174227047](https://www.pivotaltracker.com/story/show/174227047)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -123,7 +123,6 @@ groups:\n- stable-smoke-tests\n- stable-semihourly-pool-acquisition\n- stable-periodic-cats\n- - cleanup-stable-periodic-cats\n- stable-update-cats-cfd-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Run cleanup every time in stable-periodic-cats [#174227047](https://www.pivotaltracker.com/story/show/174227047) Co-authored-by: Andrew Costa <acosta@pivotal.io>
121,038
17.08.2020 17:16:58
25,200
2fe3e33df376f65d21812eb124d624917975a108
Volume services ops files use cf-cli v7 [#173993537](https://www.pivotaltracker.com/story/show/173993537)
[ { "change_type": "MODIFY", "old_path": "operations/enable-nfs-volume-service.yml", "new_path": "operations/enable-nfs-volume-service.yml", "diff": "nfsbrokerpush:\nas: ignore-me\nrelease: nfs-volume\n- - name: cf-cli-6-linux\n+ - name: cf-cli-7-linux\nrelease: cf-cli\nlifecycle: errand\nname: nfs-br...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Volume services ops files use cf-cli v7 [#173993537](https://www.pivotaltracker.com/story/show/173993537)
121,017
10.09.2020 15:33:53
21,600
9952856d321f87005ec2bcad267ca05dbccf292f
Set prom_scrape interval to 60s this reduces log load
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -94,6 +94,7 @@ addons:\n- name: prom_scraper\nrelease: loggregator-agent\nproperties:\n+ scrape_interval: 60s\nscrape:\ntls:\nca_cert: \"((prom_scraper_scrape_tls.ca))\"\n" }, { "change_t...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Set prom_scrape interval to 60s - this reduces log load [#174534657] Signed-off-by: Caitlyn Yu <caitlyny@vmware.com>
120,958
21.09.2020 15:37:08
25,200
a5bd6474c2139419f0eed45c279ffe572710e65f
Post stemcell bump message in cf-deployment slack [#174539872](https://www.pivotaltracker.com/story/show/174539872)
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/update-releases.yml", "new_path": "ci/pipelines/update-releases.yml", "diff": "@@ -965,6 +965,11 @@ resources:\nicon: slack\nsource:\nurl: ((relint_slack_incoming_webhook))\n+- name: cf-d-slack-alert\n+ type: slack-notification\n+ icon: slack\n+ s...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Post stemcell bump message in cf-deployment slack [#174539872](https://www.pivotaltracker.com/story/show/174539872) Co-authored-by: Eric Promislow <epromislow@suse.com>
120,882
24.09.2020 09:47:39
25,200
4e527b5e9673f522bf513725fba4529cddeafcb6
CI-ENH: Clarify the cf-deployment pipeline group names also add the corresponding environment name where applicable
[ { "change_type": "MODIFY", "old_path": "ci/pipelines/cf-deployment.yml", "new_path": "ci/pipelines/cf-deployment.yml", "diff": "@@ -40,7 +40,7 @@ groups:\n- ship-it-minor\n- ship-it-major\n- release-notes-template\n-- name: fr\n+- name: fresh/luna\njobs:\n- unit-test-ops-files\n- unit-test-golang-te...
Go
Apache License 2.0
cloudfoundry/cf-deployment
CI-ENH: Clarify the cf-deployment pipeline group names - also add the corresponding environment name where applicable
120,981
02.10.2020 11:18:06
-3,600
dc3e700dbe5cb7ab857176c56c6c841247cf275b
Include ops files in tests
[ { "change_type": "MODIFY", "old_path": "units/tests/standard_test/operations.yml", "new_path": "units/tests/standard_test/operations.yml", "diff": "@@ -10,6 +10,7 @@ enable-cc-rate-limiting.yml:\nvars:\n- cc_rate_limiter_general_limit=blah\n- cc_rate_limiter_unauthenticated_limit=something\n+enable-...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Include ops files in tests [#174883016] Co-authored-by: Mario Nitchev <marionitchev@gmail.com>
120,882
13.10.2020 12:07:15
25,200
cb9689a0adacf85baac98d5a8f900875a69bc6d8
Add SAN to nats_server_cert also add update_mode=converge to force the cert to be recreated [#174887105](https://www.pivotaltracker.com/story/show/174887105)
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -2520,8 +2520,12 @@ variables:\noptions:\nca: nats_ca\ncommon_name: nats.service.cf.internal\n+ alternative_names:\n+ - \"*.nats.service.cf.internal\"\n+ - nats.service.cf.internal\nextended_key_...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add SAN to nats_server_cert - also add update_mode=converge to force the cert to be recreated [#174887105](https://www.pivotaltracker.com/story/show/174887105)
120,948
13.10.2020 21:39:16
0
910857c51ed41114c74975665fee6e1b43ea400a
Add common names to alternative_names section to all certs
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -2045,6 +2045,8 @@ variables:\ncommon_name: statsdinjector\nextended_key_usage:\n- client_auth\n+ alternative_names:\n+ - statsdinjector\n- name: loggregator_tls_agent\ntype: certificate\noptions...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Add common names to alternative_names section to all certs [#174850116]
121,017
13.10.2020 22:32:40
0
d9fbe5669200e169f103da255c13806f38796f29
Update log/metrics certs to update on redeploy
[ { "change_type": "MODIFY", "old_path": "cf-deployment.yml", "new_path": "cf-deployment.yml", "diff": "@@ -2040,6 +2040,7 @@ variables:\ncommon_name: loggregatorCA\n- name: loggregator_tls_statsdinjector\ntype: certificate\n+ update_mode: converge\noptions:\nca: loggregator_ca\ncommon_name: statsdinj...
Go
Apache License 2.0
cloudfoundry/cf-deployment
Update log/metrics certs to update on redeploy [#174850116] Signed-off-by: Caitlyn Yu <caitlyny@vmware.com>