Go to file
Andrea Dell'Amico 397d2fcba4
Remove the volume constraints.
2023-05-22 20:29:21 +02:00
.vscode Remove the volume constraints. 2023-05-22 20:29:21 +02:00
defaults Remove the volume constraints. 2023-05-22 20:29:21 +02:00
handlers Initial commit 2021-05-19 18:31:41 +02:00
meta Remove the volume constraints. 2023-05-22 20:29:21 +02:00
tasks Remove the volume constraints. 2023-05-22 20:29:21 +02:00
templates Remove the volume constraints. 2023-05-22 20:29:21 +02:00
tests Initial commit 2021-05-19 18:31:41 +02:00
vars Initial commit 2021-05-19 18:31:41 +02:00
.gitignore Initial commit 2021-05-19 18:31:41 +02:00
LICENSE Initial commit 2021-05-19 18:31:41 +02:00
README.md ufish stack, first commit. 2021-05-21 12:06:00 +02:00

README.md

Role Name

A role that installs the Bluecloud uFish stack

Role Variables

The most important variables are listed below:

bc_ufish_compose_dir: '/srv/bc_ufish_stack'
bc_ufish_docker_stack_name: 'bluecloud-ufish'
bc_ufish_docker_service_server_name: 'bc-ufish-server'
bc_ufish_docker_service_client_name: 'bc-ufish-client'
bc_ufish_docker_server_image: 'tommasinopierfrancesco/ufish-server'
bc_ufish_docker_client_image: 'tommasinopierfrancesco/ufish-client'
bc_ufish_docker_network: 'bc_ufish_net'
# IMPORTANT. Set it to True for the server that is going to host the DB
bc_ufish_behind_haproxy: True
bc_ufish_haproxy_public_net: 'haproxy-public'
# DB
bc_ufish_db_docker_host: 'localhost'
bc_ufish_db_host: 'ufish-mysql'
bc_ufish_db_port: 3306
bc_ufish_mysql_root_password: 'set it in a vault file'
bc_ufish_db_pwd: 'set it in a vault file'
bc_ufish_db_name: 'bc_ufish'
bc_ufish_db_user: 'bc_ufish_u'
bc_ufish_db_volume: 'bc_ufish_db_data'
bc_ufish_db_constraints: 'node.labels.ufish_db_data == bc_ufish'

Dependencies

A docker swarm cluster is required

License

EUPL-1.2

Author Information

Andrea Dell'Amico, andrea.dellamico@isti.cnr.it