OSDN Git Service

adds the port number to the TSA host setting of the worker service. concourse-ci-0.2.4
authorwhitestar <whitestar@users.osdn.me>
Fri, 27 Apr 2018 01:28:46 +0000 (10:28 +0900)
committerwhitestar <whitestar@users.osdn.me>
Fri, 27 Apr 2018 01:28:46 +0000 (10:28 +0900)
cookbooks/concourse-ci/CHANGELOG.md
cookbooks/concourse-ci/attributes/default.rb
cookbooks/concourse-ci/version

index 548401d..8844fc2 100644 (file)
@@ -1,6 +1,10 @@
 concourse-ci CHANGELOG
 ======================
 
+0.2.4
+-----
+- adds the port number to the TSA host setting of the worker service.
+
 0.2.3
 -----
 - improves CA certificates and server key pair deployment.
index 8bc9080..dfc39be 100644 (file)
@@ -167,7 +167,7 @@ version_1_config = {
       #"#{node['concourse-ci']['docker-compose']['worker_keys_dir']}:/concourse-keys",
     ],
     'environment' => {
-      'CONCOURSE_TSA_HOST' => 'concourse-web',
+      'CONCOURSE_TSA_HOST' => 'concourse-web:2222',
     },
   },
 }