blob: 4c770ca20ac3a34041f5cf0f398af39d34f89cde [file] [log] [blame]
Srikanth Vavilapallia7ae6512017-02-13 02:29:21 +00001---
2# monitoringservice_test_inframetrics.yml
3# Tests the monitoringservice after infrastructure monitoring is enabled
4
5- name: Include vars
6 hosts: all
7 tasks:
8 - name: Include variables
9 include_vars: "{{ item }}"
10 with_items:
11 - "profile_manifests/{{ cord_profile }}.yml"
12 - profile_manifests/local_vars.yml
13
14- name: Invoke common+test-inframonitoring roles
15 hosts: head
16 roles:
17 - {role: "/opt/cord/orchestration/xos_services/monitoring/xos/test/roles/common", auth: {user: "{{ xos_admin_user }}", pass: "{{ xos_admin_pass }}"} }
18 - {role: "/opt/cord/orchestration/xos_services/monitoring/xos/test/roles/test-inframonitoring", auth: {user: "{{ xos_admin_user }}", pass: "{{ xos_admin_pass }}"} }