Skip to content

Commit

Permalink
Add requirements.yml into molecule/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 13, 2024
1 parent 3d30ab9 commit f68a85d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/ome-demoserver/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dependency:
name: galaxy
options:
role-file: requirements.yml
role-file: molecule/resources/requirements.yml
driver:
name: docker
lint: |
Expand Down
24 changes: 24 additions & 0 deletions molecule/resources/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
- role: ome.omero_common
- role: ome.basedeps
- role: ome.java
- role: ome.python3_virtualenv
- role: ome.ice
- role: ome.postgresql
- role: ome.postgresql_client
- role: ome.deploy_archive
- role: ome.omero_server
- role: ome.omero_web
- role: ome.nginx
- role: ome.redis
- role: ome.selinux_utils
- role: ome.versioncontrol_utils
- role: ome.ssl_certificate
- role: nfs_mount
- role: nfs_share
- role: iptables_raw
- role: ome.cli_utils
- role: ome.docker
- role: ome.postgresql_backup
- role: ome.omero_user
- role: ome.lvm_partition

0 comments on commit f68a85d

Please sign in to comment.