diff options
Diffstat (limited to 'ansible/roles/application/molecule/helm3/molecule.yml')
-rw-r--r-- | ansible/roles/application/molecule/helm3/molecule.yml | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/ansible/roles/application/molecule/helm3/molecule.yml b/ansible/roles/application/molecule/helm3/molecule.yml deleted file mode 100644 index aff7a242..00000000 --- a/ansible/roles/application/molecule/helm3/molecule.yml +++ /dev/null @@ -1,52 +0,0 @@ ---- -dependency: - name: galaxy -driver: - name: docker -lint: | - set -e - yamllint . - ansible-lint . - flake8 -platforms: - - name: instance-helm3 - image: centos:7 -provisioner: - name: ansible - env: - ANSIBLE_ROLES_PATH: ../../../../test/roles - inventory: - group_vars: - all: - app_name: moleculetestapp - app_data_path: "/opt/{{ app_name }}" - app_helm_release_name: "{{ app_name }}" - app_kubernetes_namespace: "{{ app_name }}" - app_helm_charts_install_directory: application/helm_charts - app_helm_plugins_directory: "{{ app_helm_charts_install_directory}}/helm/plugins/" - app_helm_charts_infra_directory: "{{ app_data_path }}/helm_charts" - helm_bin_dir: /usr/local/bin - app_helm_build_targets: - - all - - onap - app_helm_chart_name: "{{ app_name }}" - helm_version: v3 - playbooks: - prepare: ../default/prepare.yml - converge: ../default/converge.yml - cleanup: ../default/cleanup.yml -scenario: - test_sequence: - - lint - - cleanup - - destroy - - dependency - - syntax - - create - - prepare - - converge - - verify - - cleanup - - destroy -verifier: - name: testinfra |