Guillaume Abrioux
83fdf24caf
doc/tests: bump to ansible 2.9 on master
...
Add testing against ansible 2.9 on master branch.
This commit also updates the documentation.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2020-03-25 08:01:27 +01:00
Nizamudeen
f06960e571
doc: Fixed a minor typo in the document
...
In the Demo part of the Document, for both Vagrant and Bare metal the description was mentioned as "Deployment from scratch on bare metal machines".
Changed "bare metal" to "vagrant" for Vagrant section
Signed-off-by: Nizamudeen <nia@redhat.com>
2020-03-06 15:30:04 +01:00
Theo Ouzhinski
7c4e8f0f08
docs: Correct weird wording
...
for the Ceph master branch.
Signed-off-by: Theo Ouzhinski touzhinski@gmail.com
2019-08-01 10:08:05 +02:00
Guillaume Abrioux
72d8315299
switch to ansible 2.8
...
- remove private attribute with import_role.
- update documentation.
- update rpm spec requirement.
- fix MagicMock python import in unit tests.
Closes : #3765
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-05-20 13:04:58 +02:00
Florian Haas
37962fec92
doc: update index.rst with current information for stable-4.0
...
With the stable-4.0 branch nearing release, update
docs/source/index.rst with current information about which Ceph
releases are supported, and which Ansible versions are required, for
each branch.
Signed-off-by: Florian Haas <florian@citynetwork.eu>
2019-04-18 16:16:46 +02:00
Dimitri Savineau
2c8b585edb
docs: Update ceph.conf supported section
...
[rgw] isn't a valide section.
[client.rgw.{instance_name] should be used instead.
Resolves : #3841
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-04-15 09:09:02 +02:00
Guillaume Abrioux
f0416c8892
osd: remove dedicated_devices variable
...
This variable was related to ceph-disk scenarios.
Since we are entirely dropping ceph-disk support as of stable-4.0, let's
remove this variable.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-04-11 11:57:02 -04:00
Sébastien Han
f8e1542423
doc: update osd scenario
...
This commits adds documentation for the lvm scenario and the deprecation
of collocated and non-collocated scenario.
Signed-off-by: Sébastien Han <seb@redhat.com>
2019-04-11 11:57:02 -04:00
Guillaume Abrioux
2ed203da61
Revert "tests: add ubuntu bionic support"
...
This reverts commit 33c09af250
.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 16:24:18 +01:00
Guillaume Abrioux
33c09af250
tests: add ubuntu bionic support
...
This commit brings all modifications needed to test against ubuntu
bionic.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 09:20:16 +01:00
Andrew Schoen
03d61a8842
docs: using osd_auto_discovery and osd_scenario lvm
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2019-02-01 12:28:12 +01:00
Guillaume Abrioux
d20e1960ff
doc: update doc to add stable-3.2 information
...
Since the branch has been created, we must reflect it in the doc.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-11-19 09:00:17 +00:00
Guillaume Abrioux
62c314e2ba
tests: test master against ansible 2.7
...
Let's test ceph-ansible master against ansible 2.7 to catch early any
potential issue with this ansible version.
Closes : #3148
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-10-30 17:07:05 +01:00
Guillaume Abrioux
d8d3e55006
remove restapi role
...
As of `mimic`, restapi is no longer available because of manager daemon.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-10-30 14:19:13 +01:00
Christian Berendt
ac37a0d0cd
ceph-defaults: set ceph_stable_openstack_release_uca to queens
...
Liberty is no longer available in the UCA. The last available release there
is currently Queens.
Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>
2018-10-16 12:56:32 +00:00
Guillaume Abrioux
fc6f1ae099
doc: update default osd_objectstore value
...
since dc3319c3c4
this should be reflected
in the doc.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-10-15 21:59:23 +00:00
Sébastien Han
05afaed803
doc: improve osd configuration section
...
Simply add that all the scenarios support the containerized deployment
option.
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-10-10 16:08:41 -04:00
Ramana Raja
ce8e740f62
docs: Correct mandatory config options
...
'radosgw_interface' or 'radosgw_address' config option does
not need to be set for all ceph-ansible deployments.
Closes: https://github.com/ceph/ceph-ansible/issues/3143
Signed-off-by: Ramana Raja <rraja@redhat.com>
2018-10-09 15:15:49 -04:00
Alfredo Deza
54adb6d894
doc: redo lvm scenario documentation, improved wording and config descriptions
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-10-01 11:48:11 +00:00
Andrew Schoen
4cd675e7ec
docs: supported validation by the ceph-validate role
...
List the osd_scenarios and install options that are validated by the
ceph-validate role in the documentation.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-09-24 14:53:58 +00:00
Guillaume Abrioux
7a61771539
doc: update lvm doc
...
As of e3820a2
the creation of logical volumes is now supported by ceph-ansible.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-09-13 15:29:24 +00:00
Andrew Schoen
b36f3e06b5
ceph_volume: adds the osds_per_device parameter
...
If this is set to anything other than the default value of 1 then the
--osds-per-device flag will be used by the batch command to define how
many osds will be created per device.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-09-12 20:27:14 +00:00
Sébastien Han
124fc727f4
doc: remove old statement
...
We have been supporting multiple devices for journalin containerized
deployments for a while now and forgot about this.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1622393
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-08-28 13:31:57 -07:00
Guillaume Abrioux
4522dbfc74
doc: update ansible supported version matrix.
...
Closes : #2989
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-08-13 10:04:24 +02:00
Andrew Schoen
68d929299a
ceph-volume: docs for "lvm batch" support
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-08-09 09:41:58 -04:00
Christian Berendt
83edbcb5f2
docs: overall improvements
...
* PR -> pull request
* add 2018 to copyright
* add link to OFTC
* add missing ``
* add / remove some newlines
* ansible -> Ansible, ceph -> Ceph, docker -> Docker, jenkins -> Jenkins,
osd -> OSD, python -> Python
* fix reference syntax
* improve some titles
Signed-off-by: Christian Berendt <berendt@b1-systems.de>
2018-08-08 11:42:28 +02:00
Christian Berendt
d168d81c16
docs: overall syntax improvements
...
* add some missing dots and ``
* add/remove line breaks
* consistent use of shell prompt in consoles outpus
* fix block indents Bearbeiten
* use code blocks
Signed-off-by: Christian Berendt <berendt@b1-systems.de>
2018-08-07 10:33:48 +00:00
Guillaume Abrioux
774980227a
docs: update doc
...
- stable-2.1 and stable-2.2 shouldn't be referenced anymore.
- add stable-3.1 branch reference
- update the differents ansible version supported
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-07-18 17:49:44 +02:00
Christian Berendt
f8fd590fe8
docs: make "OSD Configuration" a subsection
...
"OSD Configuration" should be part of the "Configuration and Usage" section.
Signed-off-by: Christian Berendt <berendt@b1-systems.de>
2018-07-04 13:05:57 +02:00
Christian Berendt
0fdb2c4fd4
docs: change github/Github to GitHub
...
Signed-off-by: Christian Berendt <berendt@b1-systems.de>
2018-07-04 13:05:27 +02:00
Christian Berendt
a8b163a84f
docs: use apt instead of apt-get
...
Signed-off-by: Christian Berendt <berendt@b1-systems.de>
2018-07-04 10:48:44 +00:00
Yaniv Kaul
888fb4fcdd
Fix RHEL based Ansible installation
...
It is now on its own channel, not extras.
Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
2018-06-21 18:41:20 +02:00
Andrew Schoen
fd7bb16e2f
docs: explain the ceph-validate role and how it validates configuration
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-05-18 17:58:24 +02:00
Andrew Schoen
12bdb8ef87
docs: add instructions for installing ansible and notario
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-05-18 17:58:24 +02:00
JohnHaan
ad26d842f5
Fixed wrong path of ceph.conf in docs.
...
The path of ceph.conf sample template moved to ceph-config.
Therefore docs needs to be changed to the right directory.
Signed-off-by: JohnHaan <yongiman@gmail.com>
2018-04-10 10:33:25 +02:00
Andrew Schoen
21931c544c
docs for creating encrypted OSDs with the lvm scenario
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-01-24 14:10:08 +01:00
Andrew Schoen
fb4a6dc9a4
docs for the crush_device_class option of lvm_volumes
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-01-17 13:49:29 +01:00
Sébastien Han
7ba25b20dc
ci: test on ansible 2.4.2
...
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-01-11 17:27:42 +01:00
Aviolat Romain
9c5e8ce79a
doc: corrected a typo
2018-01-02 11:57:52 +01:00
Andrew Schoen
3c604f1115
lvm: support --data as a raw device or partition in ceph-volume
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2017-11-15 09:36:17 -06:00
Yixing Yan
7d239b6908
fix the ansible version for the stable-3.0 branch
2017-11-06 16:15:47 +08:00
Guillaume Abrioux
c9c278de7d
docs: update patterns containing version number
...
Update doc regarding last changes (new branch, ansible version, ...)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-10-30 16:40:45 +01:00
Alfredo Deza
429622dd34
docs add lvm bluestore examples
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-10-27 11:33:54 -04:00
Sébastien Han
b511b8679e
Merge pull request #2064 from berendt/sphinx-conf-do-not-set-release-version
...
Do not set release/version in sphinx configuration
2017-10-17 11:06:28 +02:00
Christian Berendt
9a1e789a98
Add missing backticks in docs index
2017-10-17 11:00:02 +02:00
Christian Berendt
611138484d
Do not set release/version in sphinx configuration
2017-10-17 10:55:54 +02:00
Guillaume Abrioux
ea7a8fb807
Docs: fix error `Unknown target name`
...
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-10-10 11:36:03 +02:00
Sébastien Han
f92eaea0fd
Merge pull request #1977 from ktdreyer/doc-master-ansible-version
...
docs: master requires ansible 2.3.1
2017-10-03 22:55:22 +02:00
Ken Dreyer
a1273f3dc8
docs: add instructions for installing Ansible
...
Add RPM and DEB instructions for installing Ansible.
2017-10-03 11:39:39 -06:00
Ken Dreyer
07edf7e38a
docs: master requires ansible 2.3.1
...
We require Ansible 2.3.1 or greater to run ceph-ansible's master branch.
2017-10-03 11:26:43 -06:00