diff options
Diffstat (limited to 'ansible/roles/cert-manager/molecule/ubuntu')
-rw-r--r-- | ansible/roles/cert-manager/molecule/ubuntu/molecule.yml | 31 | ||||
l--------- | ansible/roles/cert-manager/molecule/ubuntu/vars.yml | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/ansible/roles/cert-manager/molecule/ubuntu/molecule.yml b/ansible/roles/cert-manager/molecule/ubuntu/molecule.yml new file mode 100644 index 00000000..73300f29 --- /dev/null +++ b/ansible/roles/cert-manager/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-cert-manager + 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 diff --git a/ansible/roles/cert-manager/molecule/ubuntu/vars.yml b/ansible/roles/cert-manager/molecule/ubuntu/vars.yml new file mode 120000 index 00000000..8be219f6 --- /dev/null +++ b/ansible/roles/cert-manager/molecule/ubuntu/vars.yml @@ -0,0 +1 @@ +../default/vars.yml
\ No newline at end of file |