Skip to content

Commit

Permalink
Prepare for full test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 14, 2024
1 parent de39de2 commit ebe1155
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions molecule/ome-demoserver/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,34 @@ lint: |
platforms:
- name: ome-demoserver
image: eniocarboni/docker-rockylinux-systemd:9
image_version: latest
command: /sbin/init
privileged: true
cgroupns_mode: host
tmpfs:
- /sys/fs/cgroup
groups:
- docker-hosts
- omero-py3
- ome-demoservers
provisioner:
name: ansible
playbooks:
converge: ../../omero/ome-demoserver.yml
options:
v: true
diff: true
inventory:
host_vars:
ome-demoserver:
postgresql_version: "16"
omero_server_selfsigned_certificates: true
omero_server_dbhost: localhost
omero_server_dbuser: demo
omero_server_dbname: omero
omero_server_dbpassword: omero
omero_server_mail_from: example.com
omero_server_mail_host: localhost
lint:
name: ansible-lint
scenario:
Expand All @@ -29,5 +51,12 @@ scenario:
# This might be fixed by https://github.com/ansible/molecule/pull/1739
- dependency
- syntax
- create
- prepare
- converge
# FIXME: Some tasks are not idempotent
# - idempotence
- verify
# - destroy
verifier:
name: testinfra

0 comments on commit ebe1155

Please sign in to comment.