• R/O
  • HTTP
  • SSH
  • HTTPS

grid-chef-repo: Commit

Grid環境構築用のChefリポジトリです。


Commit MetaInfo

Revision333e6ba18a1f972a76e9931533edad128fed73f1 (tree)
Zeit2018-04-27 10:28:46
Autorwhitestar <whitestar@user...>
Commiterwhitestar

Log Message

adds the port number to the TSA host setting of the worker service.

Ändern Zusammenfassung

Diff

--- a/cookbooks/concourse-ci/CHANGELOG.md
+++ b/cookbooks/concourse-ci/CHANGELOG.md
@@ -1,6 +1,10 @@
11 concourse-ci CHANGELOG
22 ======================
33
4+0.2.4
5+-----
6+- adds the port number to the TSA host setting of the worker service.
7+
48 0.2.3
59 -----
610 - improves CA certificates and server key pair deployment.
--- a/cookbooks/concourse-ci/attributes/default.rb
+++ b/cookbooks/concourse-ci/attributes/default.rb
@@ -167,7 +167,7 @@ version_1_config = {
167167 #"#{node['concourse-ci']['docker-compose']['worker_keys_dir']}:/concourse-keys",
168168 ],
169169 'environment' => {
170- 'CONCOURSE_TSA_HOST' => 'concourse-web',
170+ 'CONCOURSE_TSA_HOST' => 'concourse-web:2222',
171171 },
172172 },
173173 }
--- a/cookbooks/concourse-ci/version
+++ b/cookbooks/concourse-ci/version
@@ -1 +1 @@
1-0.2.3
1+0.2.4
Show on old repository browser