소스 검색

update readme

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.