Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Ica4e1888cc5e7c0f552044ff06c6719694e039c8
This commit is contained in:
fpxie 2018-05-07 09:29:10 +08:00
parent 21d9c02e0f
commit e987b4f9ec
8 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

View File

@ -1,3 +1,4 @@
---
- name: ansible-zookeeper
scm: git
src: https://github.com/Chillisystems/ansible-zookeeper

View File

@ -1,3 +1,4 @@
---
# The infra nodes that will be running the monasca services
monasca-infra_hosts:
aio1:

View File

@ -1,3 +1,4 @@
---
horizon_enable_monasca_ui: True
horizon_grafana_url: "https://{{ external_lb_vip_address }}:3000"
horizon_pip_packages:

View File

@ -1,3 +1,4 @@
---
- name: Enable the monasca-ui-dashboard Horizon panel
file:
src: "{{ horizon_lib_dir }}/monitoring/enabled/_50_admin_add_monitoring_panel.py"

View File

@ -1,3 +1,4 @@
---
grafana_admin_password:
grafana_galera_password:
monasca_container_mysql_password:

View File

@ -1,3 +1,4 @@
---
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git

View File

@ -1,3 +1,4 @@
---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");