Remove unneeded blank lines
TrivialFix Change-Id: I778d0a55adf1302c7a6f0702fec3a381d851f3df
This commit is contained in:
parent
b58147bcc0
commit
18785f416c
@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
|
||||
%kolla ALL=(root) NOPASSWD: /usr/bin/chown -R grafana\: /var/lib/grafana/, /bin/chown -R grafana\: /var/lib/grafana/
|
||||
|
Loading…
Reference in New Issue
Block a user