commit | 3a1e3d35c4ba634b91dab68ec7a88582c748d83c | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Feb 23 15:02:54 2017 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Feb 24 18:08:23 2017 +0100 |
tree | c6490298a318ae60535f7c61ac994c4ff8b8e8ff | |
parent | 3cff35040f1e2a2a9bcec10606bd22bc31b77068 [diff] [blame] |
Add CI/CD infrastructure Change-Id: Id15634c2096394f7de4533c8466e0e0c2e66f8ed
diff --git a/docker/host.yml b/docker/host.yml new file mode 100644 index 0000000..cf19bfd --- /dev/null +++ b/docker/host.yml
@@ -0,0 +1,9 @@ +classes: + - service.docker.host + - system.linux.system.repo.docker +parameters: + docker: + host: + insecure_registries: + - ${_param:cluster_vip_address}:5000 + - ${_param:cluster_public_host}:5000