Commit Graph

609 Commits (bafc5460640e73de4d0129223280cdf975fb4c09)
 

Author SHA1 Message Date
Leseb bafc546064 Merge pull request #374 from andymcc/device_check_fix
Fix devices check for raw_multi_journal
2015-08-14 17:48:37 +02:00
Andy McCrae 25a45332f3 Fix devices check for raw_multi_journal
Fix the logic for the mandatory devices check so that it applies to
raw_multi_journal and journal_collocation scenarios separately.

This fails otherwise because whichever var is "first" in the or is most
likely undefined.
2015-08-14 15:43:10 +01:00
Leseb 6fa7038ab1 Merge pull request #371 from msambol/revert-367-stat_module
Revert "Use stat module instead of shell"
2015-08-07 09:51:59 +02:00
Leseb d11870cd8d Merge pull request #368 from msambol/ceph_common_readme
Update ceph-common readme
2015-08-07 09:41:25 +02:00
Michael Sambol c187e1ff83 Revert "Use stat module instead of shell" 2015-08-07 00:07:51 -05:00
Leseb 31ea5b49e6 Merge pull request #370 from ceph/remove-zapp
Remove zap variables
2015-08-06 17:35:13 +02:00
Sébastien Han 0496a3e0d4 Remove zap variables
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-08-06 17:34:25 +02:00
Leseb e51a18591b Merge pull request #369 from ceph/remove-zap
Remove the disk zap function
2015-08-06 17:28:56 +02:00
Sébastien Han 68248a266b Remove the disk zap function
This will likely one day or another break something. If ceph-disk
complains about a disk just use the purge-cluster.yml playbook first as
it will wipe all the devices.

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-08-06 17:24:21 +02:00
Michael Sambol 4661dc86fd Update ceph-common README 2015-08-06 09:29:30 -05:00
Michael Sambol 36052b15fb Update ceph-common README 2015-08-06 09:27:52 -05:00
Michael Sambol 6b5f278da1 Update ceph-common README 2015-08-06 08:15:42 -05:00
Michael Sambol 0342bc7fcc Update ceph-common README 2015-08-06 08:13:46 -05:00
Leseb a8c1309e72 Merge pull request #367 from msambol/stat_module
Use stat module instead of shell
2015-08-06 11:29:00 +02:00
Michael Sambol 4531b67a4f Use stat module instead of shell 2015-08-05 23:06:09 -05:00
Leseb c8bf8cc605 Merge pull request #366 from ceph/fixes
Fix the sudoer template
2015-08-03 23:54:11 +02:00
Sébastien Han f671e91e61 Fix the sudoer template
+ cleanup the docker.yml from OSD.

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-08-03 23:53:08 +02:00
Leseb 9c5574f826 Merge pull request #364 from ceph/rework-rgw-install
Remove rgw installation from the ceph-rgw role
2015-08-03 22:21:36 +02:00
Sébastien Han 7ed67f37d8 Remove rgw installation from the ceph-rgw role
The installation of rgw is now handled by the ceph-common role.
Fixes: #307

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-08-03 22:17:43 +02:00
Leseb ab76578a51 Merge pull request #363 from ceph/purge
Move parted to the end of the playbook
2015-08-03 16:21:52 +02:00
Sébastien Han 3b49c57834 Move parted to the end of the playbook
If we call partprobe directly after the partition deletion the task will
get stucked.

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-08-03 16:20:03 +02:00
Leseb 584ea8ba61 Merge pull request #360 from msambol/one_osd
Verify only one osd scenario
2015-08-02 22:04:43 +02:00
Michael Sambol 32c149d4f5 Verify only one osd scenario 2015-07-31 22:02:05 -05:00
Leseb 847d206005 Merge pull request #359 from ceph/cleanup-docker
Cleanup and change_when watch
2015-07-30 11:34:24 +02:00
Sébastien Han b47344fdd4 Cleanup and change_when watch
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-30 11:33:08 +02:00
Leseb 5ed32178ae Merge pull request #358 from ceph/expose-rgw-container
Expose rgw ports
2015-07-30 11:27:49 +02:00
Sébastien Han ecc92768b9 Expose rgw ports
The 'ports' option was missing, so in order to expose a port we need
"expose" and "ports" options.

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-30 11:25:46 +02:00
Leseb ed0e2cb208 Merge pull request #357 from msambol/style_changes
Failed_when instead of ignore_errors
2015-07-30 10:13:44 +02:00
Michael Sambol e6f22b948c Failed_when instead of ignore_errors
Changed ignore_errors to failed_when so the output doesn't show in
red.
2015-07-29 13:35:46 -05:00
Leseb 578a9f4d64 Merge pull request #356 from ceph/revert-352-style_changes
Revert "Failed_when and stat module"
2015-07-29 19:16:42 +02:00
Leseb 5aa3d3729f Revert "Failed_when and stat module" 2015-07-29 19:14:04 +02:00
Leseb 664d133f47 Merge pull request #352 from msambol/style_changes
Failed_when and stat module
2015-07-29 18:25:21 +02:00
Michael Sambol a7f0ee5436 Failed_when and stat module
Changed ignore_errors to failed_when so the output doesn't show in
red. Also changed a few instances of the shell module to stat.
2015-07-28 16:30:43 -05:00
Leseb 1414287b57 Merge pull request #354 from ceph/serial-docker-mon
Use serial to deploy ceph-mon in docker
2015-07-28 23:00:07 +02:00
Sébastien Han 18747e8c34 Use serial to deploy ceph-mon in docker
If we don't do this we will hand up having N separate clusters.

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 22:56:36 +02:00
Leseb 652839fba9 Merge pull request #353 from ceph/fixes-docker
Fix dummy mistakes with variables
2015-07-28 22:12:39 +02:00
Sébastien Han 3b32abee4d Fix dummy mistakes with variables
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 22:10:14 +02:00
Leseb 885a666e63 Merge pull request #351 from ceph/fix-docker-restapi
Re-arrange docker invocation and fix bootstrap restapi
2015-07-28 18:01:13 +02:00
Sébastien Han 4408a8d514 Re-arrange docker invocation and fix bootstrap restapi
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 17:57:58 +02:00
Leseb c9940a0b1e Merge pull request #350 from ceph/fix-docker-rgw
Re-arrange docker invocation and fix bootstrap rgw
2015-07-28 17:47:30 +02:00
Sébastien Han 7184d21af5 Re-arrange docker invocation and fix bootstrap rgw
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 17:46:56 +02:00
Leseb 510e2c174f Merge pull request #349 from ceph/fix-docker-mds
Re-arrange docker invocation and fix bootstrap mds
2015-07-28 17:28:26 +02:00
Sébastien Han fea0cc87ec Re-arrange docker invocation and fix bootstrap mds
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 17:25:53 +02:00
Leseb 36206f0263 Merge pull request #348 from ceph/fix-docker-osd-contrack
Fix the conntrack_max
2015-07-28 16:57:39 +02:00
Sébastien Han 0508cfea86 Fix the conntrack_max
Fixes: https://github.com/ceph/ceph-docker/issues/19

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 16:48:21 +02:00
Leseb 0ba422db97 Merge pull request #347 from ceph/fix-docker-osd
Re-arrange docker invocation and fix bootstrap
2015-07-28 16:21:15 +02:00
Sébastien Han 6d0e8777e2 Re-arrange docker invocation and fix bootstrap
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 16:05:35 +02:00
Leseb 8d323742c7 Merge pull request #346 from ceph/fix-multi-mon-docker
Fix multi-mon docker deployment
2015-07-28 15:55:42 +02:00
Sébastien Han f0600d7561 Re-arrange docker monitor directory for clarity
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 15:44:52 +02:00
Sébastien Han 329e4e4793 Add customisable env variables
Now we can easily pass new variables to bootstrap the container.

Signed-off-by: Sébastien Han <seb@redhat.com>
2015-07-28 15:32:58 +02:00