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
7430c28741
ceph-ansible
/
.gitignore
5 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore some temporary files
2014-03-06 14:13:08 +08:00
.vagrant
*.vdi
Ignore keyrings, they should never be commited to git
2014-03-06 15:22:58 +08:00
*.keyring
Fix the vagrant deployment Add a fetch/ceph_cluster_uuid.conf file so we keep the same UUID from the Vagrantfile and from the ceph-common run. Prior to that change the Vagrantfile was setting 4a158d27-f750-41d5-9e7f-26ce4c9d2d45 but while playing the ceph-common role we check if fetch/ceph_cluster_uuid.conf exists, if not we generate an UUID. Here we ended up with 2 UUIDs... IMPORTANT NOTE FOR NON-VAGRANT DEPLOYMENT. IF YOU WANT TO USE YOUR OWN UUID PLEASE REMOVE THAT FILE BEFORE RUNNING THE PLAYBOOK. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
2015-01-06 07:21:16 +08:00
fetch/4a158d27-f750-41d5-9e7f-26ce4c9d2d45/*