From 494fc362b654ad6e018eadfd35341f6a600f302b Mon Sep 17 00:00:00 2001 From: cs171027 Date: Sat, 13 Jun 2020 00:46:15 +0000 Subject: [PATCH] Update 'INSTALL.md' --- INSTALL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9c54401..408d7fa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,4 +7,10 @@ cd galera-swarm-lxc-ansible/ make ``` -In case of installation errors, which are in most cases related to network packet loss due to the configuration of Linux bridged networking which is used by LXC, please repeat the same steps as before. \ No newline at end of file +In case of installation errors, which are in most cases related to network packet loss due to the configuration of Linux bridged networking which is used by LXC, please repeat the same steps as before. + +After the installation is completed, the emergent result should be: + + * A host machine running as a swarm manager node, with ansible, lxc and docker configured and installed. + * Two LXC containers up and running as swarm worker nodes, accessible via ssh & python from the root user of the host machine, which can be scaled optionally by adding extra entries inside the ansible inventory & task files. + * One container service for the Galera cluster server running in each of the LXC containers. \ No newline at end of file