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
72269eb5a2
ceph-ansible
/
.gitignore
6 lines
92 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/*
Use an external file to manage Vagrant variables This is really handy when we are testing code since we don't need to modify the Vagrantfile, which is tracked by git. The next commit will ignore the vagrant_variables.yml file. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
2015-02-24 07:07:15 +08:00
vagrant_variables.yml