aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2018-11-01 14:08:39 +0200
committerRiku Voipio <riku.voipio@linaro.org>2018-11-17 11:23:27 +0000
commita96065ca2b51766ccfe5387a35b4987bfa2d6a7f (patch)
tree637dd37529756ecaede18c9617e6b29194ad7bac
parent806c2c496dff2ba791fcb4603edc5bff401369e2 (diff)
secure oe/lkft/rp slaves
Enable TLS authentication by setting the client key in jenkins for these machines as "docker-access". This is the final batch, for openembeded, LKFT and reference platform-dedicated slaves. Change-Id: I836b5d33fb3ec2edbd6c6b54be7eea176abe3226 Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Reviewed-on: https://review.linaro.org/28954 Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org> Reviewed-by: Kelley Spoon <kelley.spoon@linaro.org>
-rw-r--r--hosts.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts.yml b/hosts.yml
index af11a4c..0358c60 100644
--- a/hosts.yml
+++ b/hosts.yml
@@ -58,6 +58,7 @@
- lkft-x86_64-01:
cloud_name: lkft-x86_64-01
docker_url: tcp://51.15.185.142:2375
+ host_credentials_id: docker-access
max_containers: '2'
docker_templates:
- docker-stretch:
@@ -95,12 +96,14 @@
- x86_64-11:
cloud_name: x86_64-11
docker_url: tcp://88.99.28.12:2375
+ host_credentials_id: docker-access
docker_templates:
!include [docker_templates_amd64.yml, docker_templates_amd64_rp.yml]
- x86_64-12:
cloud_name: x86_64-12
docker_url: tcp://88.99.28.38:2375
+ host_credentials_id: docker-access
docker_templates:
!include [docker_templates_amd64.yml, docker_templates_amd64_rp.yml]
@@ -129,10 +132,12 @@
- oe-x86_64-01:
cloud_name: oe-x86_64-01
docker_url: tcp://62.210.248.69:2375
+ host_credentials_id: docker-access
docker_templates: !include docker_templates_amd64_oe.yml
- oe-x86_64-02:
cloud_name: oe-x86_64-02
docker_url: tcp://62.210.249.170:2375
+ host_credentials_id: docker-access
docker_templates: !include docker_templates_amd64_oe.yml