summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorOndřej Šmalec <o.smalec@partner.samsung.com>2020-03-18 15:16:03 +0100
committerOndřej Šmalec <o.smalec@partner.samsung.com>2020-03-18 15:21:50 +0100
commit0d90cf8fe895e62b7343088ca9a017eff32e92dd (patch)
tree68f353b8d15167033f402709c2bae5bc3193e446 /ansible
parent4fd6349133f5ffbd96795dedd4549ef0612c9ab5 (diff)
Skip helm lint
Because of new templates in ONAP, make command takes a long time and our ansible role timeout Adding SKIP_LINT parameter to this role. Issue-ID: OOM-2339 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: Ie7f0db95e51816ccc781b1253539b3a0dae9eb7b
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/application/tasks/install.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/application/tasks/install.yml b/ansible/roles/application/tasks/install.yml
index bee01e17..5766673a 100644
--- a/ansible/roles/application/tasks/install.yml
+++ b/ansible/roles/application/tasks/install.yml
@@ -49,6 +49,8 @@
- name: Build local helm repository
make:
chdir: "{{ app_helm_charts_infra_directory }}"
+ params:
+ SKIP_LINT: TRUE
target: "{{ item }}"
loop: "{{ app_helm_build_targets }}"
environment: