summaryrefslogtreecommitdiffstats
path: root/ansible/roles/strimzi-kafka-operator/molecule/ubuntu/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/strimzi-kafka-operator/molecule/ubuntu/molecule.yml')
-rw-r--r--ansible/roles/strimzi-kafka-operator/molecule/ubuntu/molecule.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/ansible/roles/strimzi-kafka-operator/molecule/ubuntu/molecule.yml b/ansible/roles/strimzi-kafka-operator/molecule/ubuntu/molecule.yml
new file mode 100644
index 00000000..8537ca41
--- /dev/null
+++ b/ansible/roles/strimzi-kafka-operator/molecule/ubuntu/molecule.yml
@@ -0,0 +1,31 @@
+---
+dependency:
+ name: galaxy
+driver:
+ name: docker
+lint: |
+ set -e
+ yamllint .
+ ansible-lint .
+ flake8
+platforms:
+ - name: infrastructure-ubuntu-strimzi-kafka-operator
+ image: ubuntu:18.04
+ 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 }}"
+ playbooks:
+ prepare: ../default/prepare.yml
+ converge: ../default/converge.yml
+verifier:
+ name: testinfra
+ directory: ../default/tests