This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c907ec41ae
ceph-ansible
/
rhcs_edits.txt
4 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
common: refactor installation method The installation process is now described as follow: * you still have to choose a 'ceph_origin' installation method. The origin can be a 'repository' (add a new repository), distro (it will use the packages provided by the native repo source of your distribution), local (only available on redhat system, it installs locally built packages). This option is not well tested, so use it carefully * if ceph_origin == 'repository' you will have to decide what kind of repository you want to enable: - community: corresponds to the stable upstream/community version - enterprise: corresponds to the stable enterprise/downstream version (basically you are a red hat customer) - dev: it will install ceph from packages built out of the github development branches Signed-off-by: Sébastien Han <seb@redhat.com> Co-Authored-by: Guillaume Abrioux <gabrioux@redhat.com> Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-08-03 21:30:25 +08:00
ceph_repository: rhcs
ceph_origin: repository
generate_group_vars_sample: rhcs.yml.sample Add a pre-configured bare minimum rhcs.yml.sample that can save configuration steps. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1478071 Signed-off-by: Sébastien Han <seb@redhat.com>
2017-08-04 04:37:12 +08:00
fetch_directory: ~/ceph-ansible-keys