]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
global: add newline at end of file
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 22 Aug 2019 18:29:40 +0000 (20:29 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 23 Aug 2019 13:56:47 +0000 (15:56 +0200)
This commit re-add a newline at end of files when it's missing.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
18 files changed:
infrastructure-playbooks/ceph-keys.yml
infrastructure-playbooks/gather-ceph-logs.yml
roles/ceph-client/defaults/main.yml
roles/ceph-common/tasks/installs/debian_custom_repository.yml
roles/ceph-common/tasks/installs/debian_uca_repository.yml
roles/ceph-common/tasks/installs/install_debian_rhcs_packages.yml
roles/ceph-common/tasks/installs/install_on_clear.yml
roles/ceph-container-engine/tasks/main.yml
roles/ceph-container-engine/tasks/pre_requisites/prerequisites.yml
roles/ceph-defaults/tasks/main.yml
roles/ceph-facts/defaults/main.yml
roles/ceph-fetch-keys/tasks/main.yml
roles/ceph-grafana/tasks/setup_container.yml
roles/ceph-handler/tasks/main.yml
roles/ceph-node-exporter/tasks/setup_container.yml
roles/ceph-osd/defaults/main.yml
roles/ceph-osd/tasks/scenarios/lvm.yml
roles/ceph-prometheus/handlers/main.yml

index f08076b485033af182e248fcb273c2a32e52a9bc..cfa7e6ea8cbefc2ba061bbadaf3936086509697f 100644 (file)
@@ -71,4 +71,4 @@
       ceph_key:
         state: fetch_initial_keys
         cluster: "{{ cluster }}"
-      ignore_errors: true
\ No newline at end of file
+      ignore_errors: true
index dbfb1688afdeb64a16246c5fb7820fb7fd2ee63e..ac9802400ea3d29b1f4fee622161c8f748182c79 100644 (file)
@@ -36,4 +36,4 @@
         dest: "{{ localtempfile.path }}"
         fail_on_missing: no
         flat: no
-      with_items: "{{ ceph_collect.files }}"
\ No newline at end of file
+      with_items: "{{ ceph_collect.files }}"
index b953e9f66f1a0c4637b7b4fde756f9ee6da9bd08..61144f37a65259b357e100173e9e4e78acf9383a 100644 (file)
@@ -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 }}" }
\ No newline at end of file
+#ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }
index ccd822c9d8fb56c47878a164d61643ca8827e7c6..f3a35b4f35924a9e9b7b49ad27c8af6cf384c52e 100644 (file)
@@ -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
\ No newline at end of file
+  notify: update apt cache if a repo was added
index 92ff0c6d4f93c38840bba43b68e388bb3da1bc60..d0267f938df3f842a33e67a2766844db1fbbddf1 100644 (file)
@@ -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
\ No newline at end of file
+  notify: update apt cache if a repo was added
index f1a25197f2498fd2debcdf1b2482a805941cb8fc..d9b31e9445d4c9f4ffd4ab6cc7b0f6e44986e0f1 100644 (file)
@@ -4,4 +4,4 @@
     pkg: "{{ debian_ceph_pkgs | unique }}"
     state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
   register: result
-  until: result is succeeded
\ No newline at end of file
+  until: result is succeeded
index ba59cbafc06366a621566f65cf172ba4c0e88fd4..f640c52842840b25b6194da263013bb409c2a08b 100644 (file)
@@ -4,4 +4,4 @@
     name: storage-cluster
     state: present
   register: result
-  until: result is succeeded
\ No newline at end of file
+  until: result is succeeded
index 42be16284ee5e532e7be8aa3cafd638e765f9063..c6af42601d00a6523d4661ddf54f0ef303aef771 100644 (file)
@@ -1,4 +1,4 @@
 ---
 - name: include pre_requisites/prerequisites.yml
   include_tasks: pre_requisites/prerequisites.yml
-  when: not is_atomic
\ No newline at end of file
+  when: not is_atomic
index 76705758b4b26bb4abf6b2f709956329f2aa24e6..1bb6deda4ae2d3608356d9aca53c9b630f5f0def 100644 (file)
@@ -36,4 +36,4 @@
     enabled: yes
   tags:
     with_pkg
-  when: container_service_name == 'docker'
\ No newline at end of file
+  when: container_service_name == 'docker'
index 73b314ff7c704c18889cf90fdc024716c634adb6..ed97d539c095cf1413af30cc23dea272095b97dd 100644 (file)
@@ -1 +1 @@
----
\ No newline at end of file
+---
index 73b314ff7c704c18889cf90fdc024716c634adb6..ed97d539c095cf1413af30cc23dea272095b97dd 100644 (file)
@@ -1 +1 @@
----
\ No newline at end of file
+---
index 5957093c00f318eb2ec75dc229b41f26769f9474..cf30eb9fc80cd3b36bd36adc806de0bd242a24fa 100644 (file)
@@ -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"
\ No newline at end of file
+    - "/var/lib/ceph/bootstrap-mgr/{{ cluster }}.keyring"
index a444ca8e20bb943b7122ccf0f69699e2a8e8c898..de5f24ae282a7949785675eabc0c8cbbd93f60c8 100644 (file)
@@ -24,4 +24,4 @@
     state: started
     enabled: yes
     daemon_reload: yes
-  failed_when: false
\ No newline at end of file
+  failed_when: false
index 09280cdee6c80190539ddc968f730e07fc8773b5..5644011cda5eac4f7cf6ca66736d10e228369ada 100644 (file)
@@ -1,3 +1,3 @@
 ---
 - name: include check_running_cluster.yml
-  include: check_running_cluster.yml
\ No newline at end of file
+  include: check_running_cluster.yml
index 2dd4dd100a9d000e7ecdd22e4b949773462a45b5..325682cc7f63596ca13d2c38d13bdea772bbfa69 100644 (file)
@@ -13,4 +13,4 @@
     state: started
     enabled: yes
     daemon_reload: yes
-  failed_when: false
\ No newline at end of file
+  failed_when: false
index 1f3e8baef04e8e82ba4e9ca40a19d8106cebd751..178c807c5fd4b08ab9e9d172db41abbba0016204 100644 (file)
@@ -154,4 +154,4 @@ ceph_osd_numactl_opts: ""
 ###########
 
 nb_retry_wait_osd_up: 60
-delay_wait_osd_up: 10
\ No newline at end of file
+delay_wait_osd_up: 10
index 40dbe8f52b3d4aded719ee340d85bc5e084906e8..ca248d38279e029ea76eed051624a985f1f8ab19 100644 (file)
@@ -20,4 +20,4 @@
     CEPH_CONTAINER_BINARY: "{{ container_binary }}"
     PYTHONIOENCODING: utf-8
   with_items: "{{ lvm_volumes }}"
-  tags: prepare_osd
\ No newline at end of file
+  tags: prepare_osd
index bd4a153f72e125ccfe3c15e4994f22f276a00f16..1e84e565ad4b34dc234b1e4ac9ee274b335d0f10 100644 (file)
@@ -9,4 +9,4 @@
     state: restarted
   with_items:
     - 'alertmanager'
-    - 'prometheus'
\ No newline at end of file
+    - 'prometheus'