Remove unneeded blank lines

TrivialFix

Change-Id: I778d0a55adf1302c7a6f0702fec3a381d851f3df
This commit is contained in:
Mauricio Lima 2016-10-06 12:41:20 -03:00
parent b58147bcc0
commit 18785f416c
10 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,4 @@
--- ---
- name: Ensure docker service directory exists - name: Ensure docker service directory exists
file: file:
path=/etc/systemd/system/docker.service.d path=/etc/systemd/system/docker.service.d

View File

@ -27,4 +27,3 @@
- { src: "id_rsa", dest: "id_rsa" } - { src: "id_rsa", dest: "id_rsa" }
- { src: "id_rsa.pub", dest: "id_rsa.pub" } - { src: "id_rsa.pub", dest: "id_rsa.pub" }
- { src: "ssh_config", dest: "ssh_config" } - { src: "ssh_config", dest: "ssh_config" }

View File

@ -18,4 +18,3 @@
ansible-playbook -vvvv -i /bifrost/playbooks/inventory/bifrost_inventory.py 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" /bifrost/playbooks/deploy-dynamic.yaml -e "ansible_python_interpreter=/var/lib/kolla/venv/bin/python"
-e @/etc/bifrost/bifrost.yml' -e @/etc/bifrost/bifrost.yml'

View File

@ -2,4 +2,3 @@
- include: config.yml - include: config.yml
- include: start.yml - include: start.yml
- include: bootstrap.yml - include: bootstrap.yml

View File

@ -10,4 +10,3 @@
- "{{ node_config_directory }}/bifrost/:/etc/bifrost:ro" - "{{ node_config_directory }}/bifrost/:/etc/bifrost:ro"
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
- "/dev:/dev" - "/dev:/dev"

View File

@ -596,4 +596,3 @@ listen mariadb
{% endfor %} {% endfor %}
{% endif %} {% endif %}

View File

@ -13,5 +13,4 @@ mongodb_image_full: "{{ mongodb_image }}:{{ mongodb_tag }}"
#################### ####################
# Mongodb # Mongodb
#################### ####################
mongodb_replication_set_name: "rs0" mongodb_replication_set_name: "rs0"

View File

@ -182,7 +182,6 @@ rbd_secret_uuid = {{ rbd_secret_uuid }}
{% endif %} {% endif %}
[upgrade_levels] [upgrade_levels]
compute = auto compute = auto

View File

@ -6,4 +6,3 @@ fi
if [[ $(stat -c %a /var/log/kolla/grafana) != "755" ]]; then if [[ $(stat -c %a /var/log/kolla/grafana) != "755" ]]; then
chmod 755 /var/log/kolla/grafana chmod 755 /var/log/kolla/grafana
fi fi

View File

@ -1,2 +1 @@
%kolla ALL=(root) NOPASSWD: /usr/bin/chown -R grafana\: /var/lib/grafana/, /bin/chown -R grafana\: /var/lib/grafana/ %kolla ALL=(root) NOPASSWD: /usr/bin/chown -R grafana\: /var/lib/grafana/, /bin/chown -R grafana\: /var/lib/grafana/