Josh Bicking 3 éve
szülő
commit
05aeeebe64
1 módosított fájl, 6 hozzáadás és 1 törlés
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -1 +1,6 @@
-# TODO
+# Ceph & Docker Swarm hyperconverged node setup
+
+0. For a new installation, follow https://docs.ceph.com/en/latest/cephadm/install/ to bootstrap a cluster & deploy your first node.
+1. Set `hosts` & run `ansible-playbook playbook.yml` to preconfigure the new node.
+2. Follow "Adding Hosts" to add a new node to the ceph cluster. Add this node as a monitor and/or manager if necessary.
+3. Follow https://docs.docker.com/engine/swarm/swarm-tutorial/add-nodes/ to add this node to Docker Swarm.