Changes to use monasca instead of mon for the API

Rename databag values to monasca_api

Rename credentials to credentials from mon_credentials

Cookbook is now named monasca_api instead of mon_api

Change smoke test to look for monasca-api process

Change-Id: Ic0089a4ba6c23e0b6fc343ca0f83c97a100ed74b
This commit is contained in:
Craig Bryant 2014-09-04 15:08:58 -06:00
parent f9646f8f7a
commit fa48626864
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ end
cookbook 'mini-mon', path: './cookbooks/mini-mon'
cookbook 'devstack', path: './cookbooks/devstack'
cookbook 'ds-build', path: './cookbooks/ds-build'
cookbook 'mon_api', git: 'https://github.com/stackforge/cookbook-monasca-api'
cookbook 'monasca_api', git: 'https://github.com/stackforge/cookbook-monasca-api'
cookbook 'kafka', git: 'https://github.com/hpcloud-mon/cookbooks-kafka'
cookbook 'monasca_agent', git: 'https://github.com/stackforge/cookbook-monasca-agent'
cookbook 'monasca_notification', git: 'https://github.com/stackforge/cookbook-monasca-notification'

View File

@ -1,5 +1,5 @@
{
"id": "mon_credentials",
"id": "credentials",
"middleware": {
"serverVip": "192.168.10.5",
"adminAuthMethod": "password",

View File

@ -1,5 +1,5 @@
{
"id" : "mon_api",
"id" : "monasca_api",
"api_region": "useast",
"database-configuration": {
"database-type": "influxdb"

View File

@ -99,7 +99,7 @@
"recipe[monasca_schema::influxdb]",
"recipe[sysctl]",
"recipe[monasca_persister]",
"recipe[mon_api]",
"recipe[monasca_api]",
"recipe[storm::nimbus]",
"recipe[storm::supervisor]",
"recipe[monasca_thresh]",

View File

@ -33,7 +33,7 @@ import datetime
import psutil
process_list = ('monasca-persister', 'monasca-notification', 'kafka', 'zookeeper.jar',
'mon-api', 'influxdb', 'apache-storm', 'mysqld')
'monasca-api', 'influxdb', 'apache-storm', 'mysqld')
def get_metrics(name, dimensions, since):