UMD-role
Logs and other information
Unified Middleware Distribution
This Ansible role configures the host for the installation of EGI Software products. These include the
- Unified Middleware Distribution
- Cloud Middleware Distribution for Open Stack.
The role configures the correct repositories and installs signing keys, as well as the middleware role you wish to add to the host.
Requirements
None.
Role Variables
The defaults.yml
accurately describes the default values.
There are no defaults set for the name of the middleware metapackage, since it does not make sense to set a default for this.
If the umd_service
variable is not set, the role will fail.
Dependencies
No explicit dependencies.
Example Playbook
An example playbook can be seen in the AAROC DevOps repo
- hosts: <umd_service>-servers
roles:
- { role: UMD-role, become: true, tags: "umd", umd_service: "emi-bdii-top", enable_umd: true, enable_preview: false, umd_version: 4 }
License
Apache-2.0
Author Information
Bruce Becker brucellino@gmail.com orcid.org/0000-0002-6607-7145
Citing
Cite as
Bruce Becker. (2017, July 11). AAROC/UMD-role: Ansible role for UMD - v0.0.1. Zenodo. http://doi.org/10.5281/zenodo.825841
Configures the Unified Middleware Distribution and Cloud Middleware Distrbution Stacks on your host
ansible-galaxy install AAROC/UMD-role