From: Bartek Grzybowski Date: Thu, 17 Mar 2022 11:17:58 +0000 (+0100) Subject: [ANSIBLE] Do not run "onap" make target while building the helm charts X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c419b5b589b8b92103b29cc34dcd625b50ec44d9;p=oom%2Foffline-installer.git [ANSIBLE] Do not run "onap" make target while building the helm charts Change-Id: I057ae770366e92bebeb97310bab773cdf6b45429 Issue-ID: OOM-2946 Signed-off-by: Bartek Grzybowski --- 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: diff --git a/config/application_configuration.yml b/config/application_configuration.yml index 2edb2f51..bbe30c51 100755 --- a/config/application_configuration.yml +++ b/config/application_configuration.yml @@ -16,5 +16,4 @@ certificates: locality_name: Krakow app_helm_build_targets: - all - - onap app_helm_chart_name: onap