Galaxy Content¶
A role to setup content serving in Galaxy, yielding the following objects:
- Deployment
- Service
Role Variables¶
content: A dictionary of galaxy-content configurationreplicas: Number of pod replicas.log_level: The desired log level.
image: The image name. Default: quay.io/ansible/galaxy-ngimage_version: The image tag. Default: maingunicorn_timeout: The timeout for the gunicorn process. Default: computed based onclient_request_timeout
Requirements¶
Requires the kubernetes Python library to interact with Kubernetes: pip install kubernetes.
Dependencies¶
collections:
- kubernetes.core
- operator_sdk.util
License¶
GPLv2+