From c419b5b589b8b92103b29cc34dcd625b50ec44d9 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 17 Mar 2022 12:17:58 +0100 Subject: [ANSIBLE] Do not run "onap" make target while building the helm charts Change-Id: I057ae770366e92bebeb97310bab773cdf6b45429 Issue-ID: OOM-2946 Signed-off-by: Bartek Grzybowski --- ansible/group_vars/all.yml | 2 -- ansible/roles/application/molecule/custom_role/molecule.yml | 1 - ansible/roles/application/molecule/default/molecule.yml | 1 - ansible/roles/application/molecule/ubuntu/molecule.yml | 1 - 4 files changed, 5 deletions(-) (limited to 'ansible') diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index d3cdfc1d..9019abf0 100755 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -111,10 +111,8 @@ app_helm_charts_infra_directory: "{{ app_data_path }}/helm_charts" app_helm_chart_name: # Targets for helm charts repository build -# e.g. for ONAP Casablanca # app_helm_build_targets: # - all -# - onap app_helm_build_targets: # Directory with helm plugins diff --git a/ansible/roles/application/molecule/custom_role/molecule.yml b/ansible/roles/application/molecule/custom_role/molecule.yml index 1a2696b7..3cc14d50 100644 --- a/ansible/roles/application/molecule/custom_role/molecule.yml +++ b/ansible/roles/application/molecule/custom_role/molecule.yml @@ -28,7 +28,6 @@ provisioner: helm_bin_dir: /usr/local/bin app_helm_build_targets: - all - - onap app_helm_chart_name: "{{ app_name }}" application_pre_install_role: application/test-patch-role application_post_install_role: application/test-patch-role diff --git a/ansible/roles/application/molecule/default/molecule.yml b/ansible/roles/application/molecule/default/molecule.yml index fab92fcc..71315510 100644 --- a/ansible/roles/application/molecule/default/molecule.yml +++ b/ansible/roles/application/molecule/default/molecule.yml @@ -28,7 +28,6 @@ provisioner: helm_bin_dir: /usr/local/bin app_helm_build_targets: - all - - onap app_helm_chart_name: "{{ app_name }}" helm_version: v3 verifier: diff --git a/ansible/roles/application/molecule/ubuntu/molecule.yml b/ansible/roles/application/molecule/ubuntu/molecule.yml index 0ee73e15..7a822419 100644 --- a/ansible/roles/application/molecule/ubuntu/molecule.yml +++ b/ansible/roles/application/molecule/ubuntu/molecule.yml @@ -28,7 +28,6 @@ provisioner: helm_bin_dir: /usr/local/bin app_helm_build_targets: - all - - onap app_helm_chart_name: "{{ app_name }}" helm_version: v3 playbooks: -- cgit 1.2.3-korg