Mission create an Ansible Playbook to setup the store container locally
Your mission, should you choose to accept it, is create an Ansible Playbook to setup the store container locally.
The day of the operation is October 26th, 2021
You will have 4 hours to complete your mission.
ChRIS is a pervasively open source platform that utilizes cloud technologies to democratize medical analytics application development. It enables healthcare organizations to keep owning their data while benefiting from public cloud processing capabilities. ChRIS is developed as part of a collaborative effort between Boston Children’s Hospital, Red Hat, Boston University, and the Mass Open Cloud (MOC). ChRIS allows researchers the ability to simply deploy their applications in a cloud infrastructure with access to more data, more compute, and more collaboration to drive medical innovation. ChRIS uses leading open source technologies to standardize cloud-based healthcare application development, taking care of the infrastructure so medical researchers can focus on their data.
You will be joining a team of the boldest
of all Red Hatters for this mission, who will be at your service developing the code and automating the deployment to OpenShift.
Should you, or any of your force be taken or compromised that day, you must report back as many changes as you have made, and any knowledge of your actions, by pull request or comments on the issue on the board.
Create a new file: /usr/local/src/ChRIS_ultron_backEnd/ansible/chris_store.yml
---
# define the playbook to run locally
- name: Install the ChRIS containers locally in podman with Ansible
connection: local
hosts: localhost
Run the chris_defaults role to load the ChRIS related variables.
# Run the chris_defaults role to load the ChRIS related variables.
roles:
- chris_defaults
# Now run the chris_store role to install the store container to podman.
- chris_store
This message will not self destruct, because this project is open source.
Mission create an Ansible Playbook to setup the store container locally
Your mission, should you choose to accept it, is create an Ansible Playbook to setup the store container locally.
The day of the operation is October 26th, 2021
You will have 4 hours to complete your mission.
ChRIS is a pervasively open source platform that utilizes cloud technologies to democratize medical analytics application development. It enables healthcare organizations to keep owning their data while benefiting from public cloud processing capabilities. ChRIS is developed as part of a collaborative effort between Boston Children’s Hospital, Red Hat, Boston University, and the Mass Open Cloud (MOC). ChRIS allows researchers the ability to simply deploy their applications in a cloud infrastructure with access to more data, more compute, and more collaboration to drive medical innovation. ChRIS uses leading open source technologies to standardize cloud-based healthcare application development, taking care of the infrastructure so medical researchers can focus on their data.
You will be joining a team of the boldest
of all Red Hatters for this mission, who will be at your service developing the code and automating the deployment to OpenShift.
How to get started:
Follow the instructions here to setup the project: https://github.com/team19hackathon2021/ChRIS_ultron_backEnd/tree/master/ansible
The details of your mission:
define the playbook to run locally
Create a new file: /usr/local/src/ChRIS_ultron_backEnd/ansible/chris_store.yml
Run the chris_defaults role to load the ChRIS related variables.
This message will not self destruct, because this project is open source.