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
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:
---
# 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
# 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
---
-- 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
---
# 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