[MOLECULE] Setup Molecule for strimzi-kafka-operator role
[oom/offline-installer.git] / ansible / roles / strimzi-kafka-operator / molecule / default / molecule.yml
diff --git a/ansible/roles/strimzi-kafka-operator/molecule/default/molecule.yml b/ansible/roles/strimzi-kafka-operator/molecule/default/molecule.yml
new file mode 100644 (file)
index 0000000..003267d
--- /dev/null
@@ -0,0 +1,27 @@
+---
+dependency:
+  name: galaxy
+driver:
+  name: docker
+lint: |
+  set -e
+  yamllint .
+  ansible-lint .
+  flake8
+platforms:
+  - name: infrastructure-strimzi-kafka-operator
+    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