]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Fix the vagrant deployment 167/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 23:21:16 +0000 (00:21 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 23:21:16 +0000 (00:21 +0100)
commit474eee8fadbcb1a954b577a0e9fc6abae32e0cf0
treeeb97ec8a7ea0297f18690e24c86ca26a7e170eeb
parentcfe4178bffe8d75c6c57fde1673c9ae47e226dfc
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>
.gitignore
fetch/ceph_cluster_uuid.conf [new file with mode: 0644]