Adding Ubuntu support in Ansible - kubectl role 69/101469/2
authorJan Benedikt <j.benedikt@partner.samsung.com>
Mon, 10 Feb 2020 14:46:53 +0000 (15:46 +0100)
committerJan Benedikt <j.benedikt@partner.samsung.com>
Wed, 1 Apr 2020 08:21:17 +0000 (10:21 +0200)
Extending ansible playbooks of ubuntu support.
Creating new test with Ubuntu image for Molecule in kubectl role.

Issue-ID: OOM-1671
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
Change-Id: I707ff9f609ece2b227dd84f32fdf519019f76e80

ansible/roles/kubectl/molecule/default/molecule.yml
ansible/roles/kubectl/molecule/ubuntu/molecule.yml [new file with mode: 0644]

index bffb29e..040564e 100644 (file)
@@ -25,6 +25,8 @@ provisioner:
       all:
         app_name: onap
         app_data_path: "/opt/{{ app_name }}"
+scenario:
+  name: default
 verifier:
   name: testinfra
   lint:
diff --git a/ansible/roles/kubectl/molecule/ubuntu/molecule.yml b/ansible/roles/kubectl/molecule/ubuntu/molecule.yml
new file mode 100644 (file)
index 0000000..1b2c9f0
--- /dev/null
@@ -0,0 +1,37 @@
+---
+dependency:
+  name: galaxy
+driver:
+  name: docker
+lint:
+  name: yamllint
+platforms:
+  - name: infrastructure-server
+    image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04}
+    pre_build_image: True
+    privileged: true
+    override_command: False
+    groups:
+      - infrastructure
+provisioner:
+  name: ansible
+  lint:
+    name: ansible-lint
+  env:
+    ANSIBLE_ROLES_PATH: ../../../../test/roles
+    ANSIBLE_LIBRARY: ../../../../library
+  playbooks:
+    prepare: ../default/prepare.yml
+    converge: ../default/playbook.yml
+  inventory:
+    group_vars:
+      all:
+        app_name: onap
+        app_data_path: "/opt/{{ app_name }}"
+scenario:
+  name: ubuntu
+verifier:
+  name: testinfra
+  lint:
+    name: flake8
+  directory: ../default/tests/