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:
parent
8bcac91324
commit
26ebbf1700
1
LICENSE
1
LICENSE
@ -173,4 +173,3 @@
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
|
@ -19,4 +19,3 @@
|
||||
|
||||
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"
|
||||
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: false
|
||||
|
||||
|
@ -42,4 +42,3 @@ galaxy_info:
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
||||
dependencies: []
|
||||
|
||||
|
@ -35,4 +35,3 @@ RUN easy_install {{ pkg }}
|
||||
{% endraw %}
|
||||
|
||||
CMD ["sh", "-c", "while true; do sleep 10000; done"]
|
||||
|
||||
|
@ -19,4 +19,3 @@
|
||||
hosts: all
|
||||
roles:
|
||||
- role: "{{ role_name }}"
|
||||
|
||||
|
@ -125,4 +125,3 @@ Lastly, we execute the actual backup step.
|
||||
--become-user root \
|
||||
--tags bar_create_recover_image \
|
||||
~/bar_rear_create_restore_images.yaml
|
||||
|
||||
|
@ -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 }} mac=\"{{ mgmt_port_mac }}\" \
|
||||
-- set Interface {{ mgmt_port_dev }} other-config:hwaddr={{ mgmt_port_mac }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user