mirror of https://github.com/ceph/ceph-ansible.git
global: add newline at end of file
This commit re-add a newline at end of files when it's missing. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4384/head
parent
011270ca69
commit
5986b26a01
|
@ -71,4 +71,4 @@
|
|||
ceph_key:
|
||||
state: fetch_initial_keys
|
||||
cluster: "{{ cluster }}"
|
||||
ignore_errors: true
|
||||
ignore_errors: true
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
dest: "{{ localtempfile.path }}"
|
||||
fail_on_missing: no
|
||||
flat: no
|
||||
with_items: "{{ ceph_collect.files }}"
|
||||
with_items: "{{ ceph_collect.files }}"
|
||||
|
|
|
@ -49,4 +49,4 @@ keys:
|
|||
- { name: client.test, caps: { mon: "allow r", osd: "allow class-read object_prefix rbd_children, allow rwx pool=test, osd blacklist" }, mode: "{{ ceph_keyring_permissions }}" }
|
||||
- { name: client.test2, caps: { mon: "allow r", osd: "allow class-read object_prefix rbd_children, allow rwx pool=test2, osd blacklist" }, mode: "{{ ceph_keyring_permissions }}" }
|
||||
|
||||
#ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }
|
||||
#ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
repo: "deb {{ ceph_custom_repo }} {{ ansible_distribution_release }} main"
|
||||
state: present
|
||||
update_cache: no
|
||||
notify: update apt cache if a repo was added
|
||||
notify: update apt cache if a repo was added
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
repo: "deb {{ ceph_stable_repo_uca }} {{ ceph_stable_release_uca }} main"
|
||||
state: present
|
||||
update_cache: no
|
||||
notify: update apt cache if a repo was added
|
||||
notify: update apt cache if a repo was added
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
pkg: "{{ debian_ceph_pkgs | unique }}"
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
register: result
|
||||
until: result is succeeded
|
||||
until: result is succeeded
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
name: storage-cluster
|
||||
state: present
|
||||
register: result
|
||||
until: result is succeeded
|
||||
until: result is succeeded
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
- name: include pre_requisites/prerequisites.yml
|
||||
include_tasks: pre_requisites/prerequisites.yml
|
||||
when: not is_atomic
|
||||
when: not is_atomic
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
enabled: yes
|
||||
tags:
|
||||
with_pkg
|
||||
when: container_service_name == 'docker'
|
||||
when: container_service_name == 'docker'
|
||||
|
|
|
@ -1 +1 @@
|
|||
---
|
||||
---
|
||||
|
|
|
@ -1 +1 @@
|
|||
---
|
||||
---
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
- "/var/lib/ceph/bootstrap-rgw/{{ cluster }}.keyring"
|
||||
- "/var/lib/ceph/bootstrap-mds/{{ cluster }}.keyring"
|
||||
- "/var/lib/ceph/bootstrap-rbd/{{ cluster }}.keyring"
|
||||
- "/var/lib/ceph/bootstrap-mgr/{{ cluster }}.keyring"
|
||||
- "/var/lib/ceph/bootstrap-mgr/{{ cluster }}.keyring"
|
||||
|
|
|
@ -24,4 +24,4 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
failed_when: false
|
||||
failed_when: false
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
- name: include check_running_cluster.yml
|
||||
include: check_running_cluster.yml
|
||||
include: check_running_cluster.yml
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
failed_when: false
|
||||
failed_when: false
|
||||
|
|
|
@ -154,4 +154,4 @@ ceph_osd_numactl_opts: ""
|
|||
###########
|
||||
|
||||
nb_retry_wait_osd_up: 60
|
||||
delay_wait_osd_up: 10
|
||||
delay_wait_osd_up: 10
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
CEPH_CONTAINER_BINARY: "{{ container_binary }}"
|
||||
PYTHONIOENCODING: utf-8
|
||||
with_items: "{{ lvm_volumes }}"
|
||||
tags: prepare_osd
|
||||
tags: prepare_osd
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
state: restarted
|
||||
with_items:
|
||||
- 'alertmanager'
|
||||
- 'prometheus'
|
||||
- 'prometheus'
|
||||
|
|
Loading…
Reference in New Issue