Skip to content
Snippets Groups Projects
Commit 18785f41 authored by Mauricio Lima's avatar Mauricio Lima
Browse files

Remove unneeded blank lines

TrivialFix

Change-Id: I778d0a55adf1302c7a6f0702fec3a381d851f3df
parent b58147bc
No related branches found
No related tags found
No related merge requests found
---
- name: Ensure docker service directory exists
file:
path=/etc/systemd/system/docker.service.d
......
......@@ -27,4 +27,3 @@
- { src: "id_rsa", dest: "id_rsa" }
- { src: "id_rsa.pub", dest: "id_rsa.pub" }
- { src: "ssh_config", dest: "ssh_config" }
......@@ -18,4 +18,3 @@
ansible-playbook -vvvv -i /bifrost/playbooks/inventory/bifrost_inventory.py
/bifrost/playbooks/deploy-dynamic.yaml -e "ansible_python_interpreter=/var/lib/kolla/venv/bin/python"
-e @/etc/bifrost/bifrost.yml'
......@@ -2,4 +2,3 @@
- include: config.yml
- include: start.yml
- include: bootstrap.yml
......@@ -10,4 +10,3 @@
- "{{ node_config_directory }}/bifrost/:/etc/bifrost:ro"
- "/etc/localtime:/etc/localtime:ro"
- "/dev:/dev"
......@@ -596,4 +596,3 @@ listen mariadb
{% endfor %}
{% endif %}
......@@ -13,5 +13,4 @@ mongodb_image_full: "{{ mongodb_image }}:{{ mongodb_tag }}"
####################
# Mongodb
####################
mongodb_replication_set_name: "rs0"
......@@ -182,7 +182,6 @@ rbd_secret_uuid = {{ rbd_secret_uuid }}
{% endif %}
[upgrade_levels]
compute = auto
......
......@@ -6,4 +6,3 @@ fi
if [[ $(stat -c %a /var/log/kolla/grafana) != "755" ]]; then
chmod 755 /var/log/kolla/grafana
fi
%kolla ALL=(root) NOPASSWD: /usr/bin/chown -R grafana\: /var/lib/grafana/, /bin/chown -R grafana\: /var/lib/grafana/
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