Josh Bicking преди 4 години
родител
ревизия
05aeeebe64
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  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.