Collapsed the agent variables. Updated smoke test to the venv path.

Change-Id: Ib2cb6b17196769fe1fe839fb4777de96d2cc3209
This commit is contained in:
Tim Kuhlman 2015-04-20 10:02:24 -06:00
parent 6c2f14f642
commit e3361e10b9
3 changed files with 8 additions and 10 deletions

View File

@ -2,10 +2,9 @@
sudo: yes
vars:
monasca_api_host: 192.168.10.4
monasca_agent:
user: monasca-agent
password: password
project: mini-mon
monasca_agent_user: monasca-agent
monasca_agent_password: password
monasca_agent_project: mini-mon
monasca_agent_check_frequency: 15
minimon:
user: mini-mon

View File

@ -42,11 +42,10 @@
kafka_replicas: 1
kafka_hosts: "{{mini_mon_host}}:9092"
keystone_url: http://192.168.10.5:35357/v3
monasca_agent:
user: monasca-agent
password: password
project: mini-mon
service: monitoring
monasca_agent_user: monasca-agent
monasca_agent_password: password
monasca_agent_project: mini-mon
monasca_agent_service: monitoring
monasca_agent_check_frequency: 15
monasca_api_url: http://192.168.10.4:8080/v2.0
monasca_checks:

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/opt/monasca/bin/python
#
"""smoke
Runs a smoke test of the monitoring installation on mini-mon to ensure