summaryrefslogtreecommitdiffstats
path: root/ansible/infrastructure.yml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-02-12 14:03:54 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-02-12 14:19:43 +0100
commitd6908ed39dd5e58c539c1c818f371849dd0271eb (patch)
tree9a3453740a2acc4a980ec1893ece3d5f9eefcaaf /ansible/infrastructure.yml
parent8fdadad54aa08b6c585549b74d1a8323eb751691 (diff)
Run chartmuseum as a docker container
A docker container for chartmuseum is run with chart storage volume mounted from hosts' resource dir for chart repo persistence across container/infra restarts. Change-Id: I692ff7a3d95414b439b15b5414bc8b959eb79414 Issue-ID: OOM-2665 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r--ansible/infrastructure.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml
index 2322c8bb..27d9d76a 100644
--- a/ansible/infrastructure.yml
+++ b/ansible/infrastructure.yml
@@ -16,6 +16,8 @@
- nginx
- chrony
- nexus
+ - role: chartmuseum
+ when: helm_version | regex_search("^v3" )
- name: Setup base for Kubernetes nodes
hosts: kubernetes:!infrastructure