Merge "normalize newlines at end of file"

This commit is contained in:
Zuul 2019-11-13 21:35:21 +00:00 committed by Gerrit Code Review
commit abf6d499ef
16 changed files with 9 additions and 16 deletions

View File

@ -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.

View File

@ -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

View File

@ -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: []

View File

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

View File

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

View File

@ -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

View File

@ -34,4 +34,4 @@ RUN easy_install {{ pkg }}
{% 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 }} mac=\"{{ 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 %}
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 %}
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 %}
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 %}
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 }}
{% 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 }}
{% 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 }}
{% 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 }}
{% endfor %}
CMD ["sh", "-c", "while true; do sleep 10000; done"]
CMD ["sh", "-c", "while true; do sleep 10000; done"]