Skip to content
Snippets Groups Projects
Commit 6fa8261a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove unecessary blank lines"

parents 86a99c46 2c342143
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 18 deletions
---
- name: Cinder sanity checks
command: docker exec -t kolla_toolbox /usr/bin/ansible localhost
-m kolla_sanity
......
......@@ -91,4 +91,3 @@ rbd_user = cinder
rbd_secret_uuid = {{ rbd_secret_uuid }}
report_discard_supported = True
{% endif %}
---
- name: Glance sanity checks
command: docker exec -t kolla_toolbox /usr/bin/ansible localhost
-m kolla_sanity
......
---
- name: Keystone sanity checks
command: docker exec -t kolla_toolbox /usr/bin/ansible localhost
-m kolla_sanity
......@@ -17,4 +16,4 @@
retries: 10
delay: 5
run_once: True
when: kolla_enable_sanity_keystone | bool
\ No newline at end of file
when: kolla_enable_sanity_keystone | bool
......@@ -12,4 +12,3 @@ mongodb_image_full: "{{ mongodb_image }}:{{ mongodb_tag }}"
####################
# Mongodb
####################
......@@ -20,4 +20,3 @@
dest: "{{ node_config_directory }}/mongodb/{{ item }}"
with_items:
- "mongodb.conf"
......@@ -76,4 +76,3 @@
when:
- inventory_hostname in groups['nova-spicehtml5proxy']
- nova_console == 'spice'
......@@ -9,4 +9,3 @@
}
]
}
......@@ -3,7 +3,6 @@ MAINTAINER {{ maintainer }}
LABEL kolla_version="{{ kolla_version }}"
{{ include_header }}
ENV KOLLA_BASE_DISTRO {{ base_distro }}
......@@ -210,7 +209,6 @@ RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 199369E540
&& rm -rf /usr/lib/python2.7/site-packages \
&& ln -s dist-packages /usr/lib/python2.7/site-packages
{% endif %}
COPY set_configs.py /usr/local/bin/kolla_set_configs
......
#### Custom data added by Kolla
_KBOLD="\[$(tput bold)\]"
_KRESET="\[$(tput sgr0)\]"
......
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
ENV JAVA_HOME /usr/lib/jvm/jre-1.7.0-openjdk/
......
......@@ -11,4 +11,3 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
done
exit 0
fi
......@@ -11,7 +11,6 @@ RUN yum -y install \
{% endif %}
{% endif %}
COPY extend_start.sh /usr/local/bin/kolla_mistral_extend_start
RUN chmod 755 /usr/local/bin/kolla_mistral_extend_start
......
......@@ -5,4 +5,3 @@ cd "$(dirname "$REAL_PATH")/.."
find . -path ./.tox -prune -name '*.json' -print0 |
xargs -0 python tools/validate-json.py || exit 1
......@@ -5,4 +5,3 @@ cd "$(dirname "$REAL_PATH")/.."
find . -name '*.yaml' -o -name '*.yml' -print0 |
xargs -0 python tools/validate-yaml.py || exit 1
......@@ -11,4 +11,3 @@ for dockerfile in "$@"; do
done
exit $RES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment