]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cleanup: fix typos
authorLi Peng <lip@dtdream.com>
Mon, 9 May 2016 07:12:01 +0000 (15:12 +0800)
committerLi Peng <lip@dtdream.com>
Mon, 9 May 2016 07:12:01 +0000 (15:12 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
README.md
contrib/splitup.yml
localrepo-site.yml.sample
roles/ceph-common-coreos/README.md
roles/ceph-mds/tasks/docker/start_docker_mds.yml
roles/ceph-mon/tasks/ceph_keys.yml

index 80922124425e3fcd0be1fb21d4c9cc4c4beb50d3..04727cdb2c40c259f4262ab9acde88e331e07e8d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
 
index ecaa148351e6214a8cf37aba0348b7f1d97b4695..fb6415b181ff127459c12d7cd0ff49c83cf215ea 100644 (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:
index 5984852d0ad49cebbfbf9cd4bebce87869ccbad7..ce7d6755cc7f4a944a7a5c0e0800201a7006cf98 100644 (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 
index 8574a6f2dbf513b99c45ba72f9b68fae7fbeb578..b341a29b24d5fc25dec2cfa2c49f493061e6d0ac 100644 (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
index 735529ff605df5da135787da2d69549c964c6e61..c0ee32fa8df966172a59ad41266d05900d9c04f2 100644 (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
index 36f5ab499fec75ec1559f600f1dc13714f0658b6..6c1c659a9611f0776f124ef1b0b57b3068edf102 100644 (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