aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-mon/tasks/install_mon.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-02-01FIX:safer to fetch file to local server only one timegrakiss1-0/+1
JIRA:COMPASS-299 - fetch task between hosts may conflict with each other - caculation of md5sum can be put on the imcomplete file Change-Id: I36691226f83d63f777c67a9ca5b18266c3499f4d Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-30Merge "Use wait_for instead of sleep to fetch keyring" into stable/brahmaputraJustin chi1-2/+2
2016-01-30Use wait_for instead of sleep to fetch keyringgrakiss1-2/+2
JIRA: COMPASS-275 - fetch is not reliable, and sleep is also not reliable - wait_for can be used to confirm the file existence Change-Id: Ie44715e1b8756398f656fdee2c3243f03967e29a Signed-off-by: grakiss <grakiss.wanglei@huawei.com> (cherry picked from commit 8f997e075da72337a5c60158708081bc40d77c67)
2016-01-30add apache2 headers for shell scripts and ansible scriptscarey.xu1-0/+8
Change-Id: I34b66d76f59f4300c7ce4e7bd9dc7c1eaddfb384 Signed-off-by: carey.xu <carey.xuhan@huawei.com> (cherry picked from commit b43e48e988a8eb28ac4ea43176a22413a19c0599)
2016-01-30deploy CEPH nodes parallellygrakiss1-0/+21
JIRA:COMPASS-264 - do not use ceph-deploy - do not need centeral node to deploy ceph Change-Id: I0f9c459060a2fccbad73a323697ec23ea2115410 Signed-off-by: grakiss <grakiss.wanglei@huawei.com> (cherry picked from commit 2616357bbf1d5cfc1f7e3923e12b8adfc5627fc6)