diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-03-17 12:17:58 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-03-21 09:01:13 +0000 |
commit | fd7e3824a218b9d428cec8633e47317fe060b2b4 (patch) | |
tree | e0ed93bcd5a94e0132fa0e84b305acd26d1fbb04 /ansible | |
parent | 320e271f30b37f1eb02caf36fe9fee20b00d5acf (diff) |
[ANSIBLE] Do not run "onap" make target while building the helm charts
Change-Id: I057ae770366e92bebeb97310bab773cdf6b45429
Issue-ID: OOM-2946
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible')
4 files changed, 0 insertions, 5 deletions
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: |