Browse Source

Update 'INSTALL.md'

dev
cs171027 4 years ago
parent
commit
494fc362b6
  1. 8
      INSTALL.md

8
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.
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.
Loading…
Cancel
Save