summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/molecule/helm3/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/helm/molecule/helm3/molecule.yml')
-rw-r--r--ansible/roles/helm/molecule/helm3/molecule.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/ansible/roles/helm/molecule/helm3/molecule.yml b/ansible/roles/helm/molecule/helm3/molecule.yml
deleted file mode 100644
index e2f7e814..00000000
--- a/ansible/roles/helm/molecule/helm3/molecule.yml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-dependency:
- name: galaxy
-driver:
- name: docker
-lint: |
- set -e
- yamllint .
- ansible-lint .
- flake8
-platforms:
- - name: infrastructure-server-helm3
- image: centos:7
- groups:
- - infrastructure
-provisioner:
- name: ansible
- env:
- ANSIBLE_ROLES_PATH: ../../../../test/roles
- ANSIBLE_LIBRARY: ../../../../library
- inventory:
- group_vars:
- all:
- app_name: onap
- app_data_path: "/opt/{{ app_name }}"
-verifier:
- name: testinfra
- directory: ../default/tests