Fix Network Cloud Specific Dashboard

+ Copy and Paste error with cloud specific network dashboard
+ Issue with Ansible non-case-specific on generating OpenStack
  Specific Dashboards (Appears Ansible is case-specific on fedora)

Change-Id: Ifef343c03c55eede7103cdeef455ce8229b2ba1c
This commit is contained in:
akrzos 2016-07-27 13:52:06 -04:00
parent 30d277c145
commit bad1aba9f3
2 changed files with 7 additions and 7 deletions

View File

@ -14,19 +14,19 @@
cloud_dashboards: true cloud_dashboards: true
overwrite_existing: true overwrite_existing: true
dashboards: dashboards:
- template_name: OpenStack - template_name: openstack
template_node_type: undercloud template_node_type: undercloud
process_list_name: OpenStack-Undercloud process_list_name: OpenStack-Undercloud
- template_name: OpenStack - template_name: openstack
template_node_type: controller template_node_type: controller
process_list_name: OpenStack-Controller process_list_name: OpenStack-Controller
- template_name: OpenStack - template_name: openstack
template_node_type: compute template_node_type: compute
process_list_name: OpenStack-Compute process_list_name: OpenStack-Compute
- template_name: OpenStack - template_name: openstack
template_node_type: ceph template_node_type: ceph
process_list_name: OpenStack-Ceph process_list_name: OpenStack-Ceph
- template_name: OpenStack - template_name: openstack
template_node_type: "*" template_node_type: "*"
process_list_name: OpenStack process_list_name: OpenStack
# Non-OpenStack specific dashboards that are included: # Non-OpenStack specific dashboards that are included:

View File

@ -216,7 +216,7 @@
{% endfor %} {% endfor %}
], ],
{% if 'undercloud' in group %} {% if 'undercloud' in group %}
"title": "{{group}} Disk Throughput", "title": "{{group}} Network Throughput",
{% else %} {% else %}
"title": "{{group}} ({{batched_hosts[0][0]}} - {{batched_hosts[-1][0]}}) Network Throughput", "title": "{{group}} ({{batched_hosts[0][0]}} - {{batched_hosts[-1][0]}}) Network Throughput",
{% endif %} {% endif %}