Sebastian Wagner
|
b0bbef91f0
|
doc/mgr/orch: Update documentation to the new CLI
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-06-18 11:17:46 +02:00 |
|
Sebastian Wagner
|
55e608d796
|
doc/cephadm: Add chapter about FQDNs
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-06-15 15:26:11 +02:00 |
|
Sebastian Wagner
|
3204457917
|
doc/orch: How to update an existing specification
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-06-09 10:57:30 +02:00 |
|
Sebastian Wagner
|
a46d582422
|
doc/mgr: add docs for unmanaged=True
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-06-05 10:51:16 +02:00 |
|
Joshua Schmid
|
e9600666e0
|
doc/cephadm: align to all-available-devices flag
Signed-off-by: Joshua Schmid <jschmid@suse.de>
|
2020-06-03 16:01:11 +02:00 |
|
Daniel-Pivonka
|
fed98dfab1
|
mgr/cephadm: cephadm bootstrap add --apply-spec <cluster.yaml>
Have a single command when setting up a cluster for Day 1
example spec
---
service_type: host
addr: jmo-node-00
hostname: jmo-node-00
labels:
- test
- test2
---
service_type: host
addr: jmo-node-01
hostname: jmo-node-01
labels:
- grafana
---
service_type: host
addr: jmo-node-02
hostname: jmo-node-02
---
service_type: grafana
placement:
label: "grafana"
---
service_type: osd
placement:
host_pattern: '*'
data_devices:
all: true
Signed-off-by: Daniel-Pivonka <dpivonka@redhat.com>
|
2020-05-28 12:26:48 -04:00 |
|
Sebastian Wagner
|
e11db13559
|
Merge pull request #34668 from zdover23/wip-doc-ceph-orch-zap-45128
doc/ceph orch: Add ceph orch zap command
Reviewed-by: Joshua Schmid <jschmid@suse.de>
|
2020-05-14 13:39:49 +02:00 |
|
Zac Dover
|
845b05419a
|
Incorporating sebastian-philipp's suggestions.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
2020-05-13 03:05:56 +10:00 |
|
Michael Fritch
|
586eb6ccb9
|
doc/mgr/orchestrator: update iscsi
`apply iscsi` and `add iscsi` are implemented in cephadm
Signed-off-by: Michael Fritch <mfritch@suse.com>
|
2020-05-04 12:28:05 -06:00 |
|
Sebastian Wagner
|
ef8a2cde4f
|
Merge pull request #34707 from jschmid1/fix_orch_docs
doc/orchestrator: adapt to new syntax, add more examples
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-04-30 10:36:54 +02:00 |
|
Joshua Schmid
|
cc5bf59413
|
doc/orchestrator: update docs to new syntax and updated examples
Signed-off-by: Joshua Schmid <jschmid@suse.de>
Co-Authored-By: Sebastian Wagner <sebastian@spawnhost.de>
|
2020-04-29 09:47:51 +02:00 |
|
Varsha Rao
|
37bd692075
|
doc/mgr/orchestrator: Remove duplicate ps from support table
Signed-off-by: Varsha Rao <varao@redhat.com>
|
2020-04-24 23:32:52 +05:30 |
|
Zac Dover
|
0455c0e608
|
Add ceph orch zap command
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
2020-04-21 07:43:47 +10:00 |
|
Sebastian Wagner
|
b740ae12e5
|
doc/mgr/orchestrator: Update Placement by pattern matching
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-04-01 11:34:18 +02:00 |
|
Sebastian Wagner
|
bc162005a9
|
doc/mgr/orchestrator: use yaml syntax highlighting
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-04-01 11:34:18 +02:00 |
|
Sebastian Wagner
|
0c6759750a
|
doc/mgr/orchestrator: Add "Service Specification"
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-04-01 11:34:18 +02:00 |
|
Sebastian Wagner
|
3543aeb84c
|
mgr/orch: Add ceph orch ls --export
* defaults to `--format yaml`
* don't include `status`
```
$ ceph orch ls --export
placement:
host_pattern: '*'
service_name: crash
service_type: crash
```
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-03-26 12:02:56 +01:00 |
|
Michael Fritch
|
530c62d76d
|
mgr/cephadm: update docs
Signed-off-by: Michael Fritch <mfritch@suse.com>
|
2020-03-25 16:26:13 -06:00 |
|
Sage Weil
|
49143d6578
|
python-common: 'all:true' -> '*'
'all:true' is no longer a valid PlacementSpec.
Signed-off-by: Sage Weil <sage@redhat.com>
|
2020-03-14 09:52:08 -05:00 |
|
Sebastian Wagner
|
e303fe7eaa
|
doc/mgr: Enhance placement specs
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-03-13 13:40:15 +01:00 |
|
Sebastian Wagner
|
3d782a0e86
|
doc/mgr/orchestrator: Add CephFS
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-02-27 12:40:48 +01:00 |
|
Sebastian Wagner
|
4e15f03a63
|
doc/mgr/orchestrator: Add documentation for plcement specs
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-02-27 12:40:48 +01:00 |
|
Sebastian Wagner
|
e59eae1c96
|
doc/mgr: Reordering
* Moved *Configuring the Orchestrator CLI*
* Updated the definitions
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-02-27 12:40:48 +01:00 |
|
Sebastian Wagner
|
163be4e0af
|
doc/orchestrator: Substitute host for node
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-02-23 12:07:24 -06:00 |
|
Kai Wagner
|
1d003f61b6
|
doc/mgr/orchestrator.rst updated current implementation status
Signed-off-by: Kai Wagner <kwagner@suse.com>
|
2020-02-19 12:07:50 +01:00 |
|
Sebastian Wagner
|
59d54f3df1
|
doc: rename orchestrator_cli -> orchestrator
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
|
2020-02-17 10:24:01 +01:00 |
|