- Apr 12, 2016
-
-
Sébastien Han authored
Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Apr 05, 2016
-
-
Chris St. Pierre authored
As written, generating the config file for ceph-mon in Docker yielded: ERROR: config_template is not a legal parameter in an Ansible task or handler This fixes that error condition.
-
- Apr 03, 2016
-
-
Sébastien Han authored
Certain daemons will not start because of the wrong permissions. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Apr 01, 2016
-
-
Sébastien Han authored
fixing the can't open /var/lib/ceph/bootstrap-osd/ceph.keyring: can't open /var/lib/ceph/bootstrap-osd/ceph.keyring: (13) Permission denied Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Leseb authored
Adding support for non atomic and non CoreOS machines for deploying containerized mons with kv backend
-
pprokop authored
-
Leseb authored
Added when: cephx to prevent waiting on keyring with cephx: false
-
Kyle Squizzato authored
Signed-off-by:
Kyle Squizzato <ksquizz@gmail.com>
-
- Mar 31, 2016
-
-
Sébastien Han authored
fix template issues. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Mar 30, 2016
-
-
Sébastien Han authored
we now have the ability to enable the `cluster` variable with a specific value that will determine the name of the cluster. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
pprokop authored
-
pprokop authored
-
pprokop authored
Adding support for non atomic and non CoreOS machines for deploying containerized mons with kv backend
- Mar 29, 2016
-
-
Jim Curtis authored
-
- Mar 24, 2016
-
-
Sébastien Han authored
Signed-off-by:
Sébastien Han <seb@redhat.com>
-
pprokop authored
-
pprokop authored
-
Jim Curtis authored
-
Jim Curtis authored
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
this is to allow ceph-authtool to read and write to /var/ and /etc on CentOS Atomic. Add doc on how to run containerized deployment on RHEL/CentOS Atomic Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
add sample config for containerized deployment
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
Huamin Chen authored
-
- Mar 09, 2016
-
-
Alfredo Deza authored
Signed-off-by:
Alfredo Deza <adeza@redhat.com>
-
Alfredo Deza authored
Signed-off-by:
Alfredo Deza <adeza@redhat.com>
-
Alfredo Deza authored
Signed-off-by:
Alfredo Deza <adeza@redhat.com>
-
- Mar 03, 2016
-
-
Sébastien Han authored
closes #596 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Mar 02, 2016
-
-
Sébastien Han authored
in order to have a build on the galaxy we need to have a proper dependency set for ceph-common. On the galaxy ceph-common does not exist, only ceph.ceph-common is available. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Feb 29, 2016
-
-
Chris St. Pierre authored
This adds a script, generate_group_vars_sample.sh, that generates group_vars/*.sample from roles/ceph-*/defaults/main.yml to avoid discrepancies between the sets of files. It also converts the line endings in the various main.yml from DOS to Unix, since generating the samples was spreading the line ending plague around to more files.
-
- Feb 26, 2016
-
-
Leseb authored
Skip keyring tasks when cephx is disabled
-
Chris St. Pierre authored
Previously, creating pools was skipped if cephx was disabled; instead, we should only skip key creation if cephx is disabled, and create pools any time openstack_config is true.
-