diff options
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: |