cleanup: fix typos

Signed-off-by: Li Peng <lip@dtdream.com>
pull/765/head
Li Peng 2016-05-09 15:12:01 +08:00
parent 30f7208334
commit aaeadcab12
6 changed files with 6 additions and 6 deletions

View File

@ -294,7 +294,7 @@ If Jenkins detects that your commit broke something it will turn red.
You can then check the logs of the Jenkins by clicking on "Testing Playbooks" button in your PR and go to "Console Output".
You can now submit a new commit/change that will update the CI system to run a new play.
It might happen that the CI does not get reloead so you can simply leave a comment on your PR with "test this please" and it will trigger a new CI build.
It might happen that the CI does not get reloaded so you can simply leave a comment on your PR with "test this please" and it will trigger a new CI build.
## Vagrant Demo

View File

@ -39,7 +39,7 @@
msg: 'github prefix missing! e.g: (--extra-vars github=ceph/ansible).'
when: github == False
- name: split the repo in seperate branches
- name: split the repo in separate branches
tags: split
command: git subtree split --prefix=roles/{{ item }} -b {{ item }} --squash
args:

View File

@ -1,6 +1,6 @@
---
# Sample Playbook for local mirrors.
# Additional/optiona step to generate repos.d file for local mirrors.
# Additional/optional step to generate repos.d file for local mirrors.
# Defines deployment design and assigns role to server groups
- hosts: all

View File

@ -16,7 +16,7 @@ None.
# Dependencies
New CoreOS releases support pypy in version 2.4 and above. Unfortunetly CoreOS stable channel
New CoreOS releases support pypy in version 2.4 and above. Unfortunately CoreOS stable channel
has to be used with pypy in version 2.4 and below due to some dependency issues.
# Example Playbook

View File

@ -1,5 +1,5 @@
---
- name: run the ceph medata docker image
- name: run the ceph metadata docker image
docker:
image: "{{ ceph_mds_docker_username }}/{{ ceph_mds_docker_imagename }}"
name: ceph-{{ ansible_hostname }}-mds

View File

@ -1,6 +1,6 @@
---
# NOTE (leseb): wait for mon discovery and quorum resolution
# the admin key is not instantanely created so we have to wait a bit
# the admin key is not instantaneously created so we have to wait a bit
- name: wait for client.admin key exists
wait_for:
path: /etc/ceph/{{ cluster }}.client.admin.keyring