From 0e22d7e7894a3dd7ca15f6c3a7b60455f9bc31ef Mon Sep 17 00:00:00 2001 From: cs171027 Date: Mon, 8 Jun 2020 15:01:03 +0000 Subject: [PATCH] Update 'README' --- README | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README b/README index 5b752fa..ac3b06f 100644 --- a/README +++ b/README @@ -1,13 +1,10 @@ ### In this virtual lab we used mainly the following tools: -* Docker swarm for service creation and container orchestration -* Linux Containers (LXC) for worker nodes -* Ansible for automation -* Galera-inside-docker for MariaDB clustering + + * Docker swarm for service creation and container orchestration + * Linux Containers (LXC) for swarm worker nodes + * Ansible for automatic deployment + * Galera-inside-docker for MariaDB clustering -In more detail, the manager node is running on the host machine itself, while the provisioning \ -of LXC containers permits the creation of multiple worker nodes on which the galera cluster runs, \ -running on the same host without the need for separate worker machines. -Ansible is used for the total automation of the deployment process, which is constituted after by \ -the usage of Makefile, in the specific case of the combination of LXC with Docker swarm and Galera \ -cluster, provided that all the necessary modules are available with the latest version of ansible \ -which is installed automatically by make. +In more detail, the manager node is running on the host machine itself, while the provisioning of LXC containers permits the creation of multiple worker nodes on which the galera cluster runs, running on the same host without the need for separate worker machines. + +Ansible is used for the total automation of the deployment process, which is constituted after by the usage of Makefile, in the specific case of the combination of LXC with Docker swarm and Galera cluster, provided that all the necessary modules are available with the latest version of ansible which is installed automatically by make.