Commit Graph

18 Commits

Author SHA1 Message Date
Sage Weil
8e6a33f9a0 doc/bootstrap: add mds and rgw steps to bootstrap
Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-19 08:06:55 -06:00
Sage Weil
67d72bca89 mgr/orch: move to service_apply; remove update_foo()
Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-13 09:00:58 -06:00
Sage Weil
e335398ca1 doc/bootstrap: warn that cephadm is not for production yet
We can remove this when octopus is released, and/or adjust the language.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-11 13:07:39 -06:00
Sage Weil
34fae12918 Merge PR #33043 into master
* refs/pull/33043/head:
	doc/releases: octopus draft notes

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2020-02-10 14:49:35 -06:00
Sage Weil
a216baa83e doc/releases: octopus draft notes
Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-10 12:56:13 -06:00
Sage Weil
20205e70c4 mgr/orch: 'ceph orchestrator ...' -> 'ceph orch ...'
Less typing for all!

Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-09 15:39:57 -06:00
yaarith
5216945c55 doc/bootstrap: fixed default --keyring target
Changed target from 'ceph.keyring' to 'ceph.client.admin.keyring'.

Signed-off-by: Yaarit Hatuka <yaarit@redhat.com>
2020-01-14 21:56:43 -05:00
Sage Weil
9fb2bfed0c doc/bootstrap: ceph-daemon -> cephadm
Signed-off-by: Sage Weil <sage@redhat.com>
2019-12-11 19:14:18 -06:00
Kefu Chai
310d145ef5 doc: use console lexer for rendering command line sessions
by default the pygements uses python lexer for rendering literal blocks,
and `#` is considered as the marker for inline comments. in this change,
the "console" lexer is specified explicitly. see
https://pygments.org/docs/lexers/#lexers-for-various-shells for more details,
in which "BashSessionLexer" is for this very use case.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-12-10 12:46:42 +08:00
Zac Dover
471c4e988d doc: Update commands in bootstrap.rst
This commit adds information about which prompt,
and which node, commands must be run from during
the bootstrapping process.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
2019-12-04 05:07:00 +10:00
zdover23
929a20a30c Update doc/bootstrap.rst
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Co-Authored-By: Alexandra Settle <asettle@suse.com>
2019-12-04 05:07:00 +10:00
zdover23
0af8a8b9dc Update doc/bootstrap.rst
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Co-Authored-By: Alexandra Settle <asettle@suse.com>
2019-12-04 05:07:00 +10:00
zdover23
267cbbd69d
Merge branch 'master' into wip-doc-prompts-update 2019-11-22 19:16:06 +10:00
Zac Dover
0e08b0b5fc doc: Update commands in bootstrap.rst
This commit adds information about which prompt, and which node, commands
must be run from during the bootstrapping process.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
2019-11-22 15:55:41 +10:00
Sage Weil
c7fe27a72a ceph-daemon: default output file names
- These are reasonable names that a user would probably want
- If they run bootstrap in /etc/ceph then they are already installed in
  the right location
- This means that the bootstrap command has only 1 (!) required argument
  (--mon-ip or equivalent)

Signed-off-by: Sage Weil <sage@redhat.com>
2019-11-17 17:50:13 -06:00
Thomas Bechtold
4258c4772a ceph-daemon: Move ceph-daemon executable to own directory
Moving ceph-daemon into src/ceph-daemon/ makes it simpler to add extra
code (eg. tox.ini, README, unittests, ...) specific to ceph-daemon.
That way related files are in a single directory.

Signed-off-by: Thomas Bechtold <tbechtold@suse.com>
2019-11-08 17:05:57 +01:00
Alexandre Bruyelles
333895a2ca
doc/bootstrap.rst: fix github's url
Signed-off-by: Alexandre Bruyelles <jack@jack.fr.eu.org>
2019-10-26 17:20:27 +02:00
Sage Weil
3b228a45a4 doc/bootstrap: add new bootstrap documentation
Signed-off-by: Sage Weil <sage@redhat.com>
2019-10-05 14:28:50 -05:00