normalize newlines at end of file

This is needed for https://review.opendev.org/#/c/693826 which improves
linting.

The funny aspect is that we already had pre-commit rule to check this
inside the repository but it was not active on CI.

Change-Id: I7c528e193c7656d71d53908620970e7b51e9e6cc
This commit is contained in:
Sorin Sbarnea 2019-11-12 15:06:58 +00:00
parent 8bcac91324
commit 26ebbf1700
16 changed files with 9 additions and 16 deletions

View File

@ -173,4 +173,3 @@
defend, and hold each Contributor harmless for any liability defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability. of your accepting any such warranty or additional liability.

View File

@ -19,4 +19,3 @@
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}" # All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: false tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: false

View File

@ -42,4 +42,3 @@ galaxy_info:
# List your role dependencies here, one per line. Be sure to remove the '[]' above, # List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list. # if you add dependencies to this list.
dependencies: [] dependencies: []

View File

@ -35,4 +35,3 @@ RUN easy_install {{ pkg }}
{% endraw %} {% endraw %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -19,4 +19,3 @@
hosts: all hosts: all
roles: roles:
- role: "{{ role_name }}" - role: "{{ role_name }}"

View File

@ -125,4 +125,3 @@ Lastly, we execute the actual backup step.
--become-user root \ --become-user root \
--tags bar_create_recover_image \ --tags bar_create_recover_image \
~/bar_rear_create_restore_images.yaml ~/bar_rear_create_restore_images.yaml

View File

@ -34,4 +34,4 @@ RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -16,4 +16,3 @@ OVS_EXTRA="-- set Interface {{ mgmt_port_dev }} external-ids:iface-status=active
-- set Interface {{ mgmt_port_dev }} external-ids:skip_cleanup=true \ -- set Interface {{ mgmt_port_dev }} external-ids:skip_cleanup=true \
-- set Interface {{ mgmt_port_dev }} mac=\"{{ mgmt_port_mac }}\" \ -- set Interface {{ mgmt_port_dev }} mac=\"{{ mgmt_port_mac }}\" \
-- set Interface {{ mgmt_port_dev }} other-config:hwaddr={{ mgmt_port_mac }}" -- set Interface {{ mgmt_port_dev }} other-config:hwaddr={{ mgmt_port_mac }}"

View File

@ -34,4 +34,4 @@ RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -34,4 +34,4 @@ RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -34,4 +34,4 @@ RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -34,4 +34,4 @@ RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -33,4 +33,4 @@ RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y pyth
RUN easy_install {{ pkg }} RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -33,4 +33,4 @@ RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y pyth
RUN easy_install {{ pkg }} RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -33,4 +33,4 @@ RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y pyth
RUN easy_install {{ pkg }} RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@ -33,4 +33,4 @@ RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y pyth
RUN easy_install {{ pkg }} RUN easy_install {{ pkg }}
{% endfor %} {% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"] CMD ["sh", "-c", "while true; do sleep 10000; done"]