Monday, 2014-09-29

*** openstack has joined #openstack-monasca12:40
*** rhochmuth has joined #openstack-monasca13:09
*** theresa_ has joined #openstack-monasca14:06
*** rbak has joined #openstack-monasca14:08
*** rbak has quit IRC14:14
openstackgerritRoland Hochmuth proposed a change to stackforge/monasca-api: Start of initial reference implementation and re-factored  https://review.openstack.org/12331014:16
*** garyh has joined #openstack-monasca14:20
*** rbak has joined #openstack-monasca14:22
*** garyh has quit IRC14:26
*** cindyo has joined #openstack-monasca14:42
cindyodragondm:  I’ll start taking a look at winchester today.  this the right repo? https://github.com/stackforge/stacktach-winchester15:07
*** dschroeder has joined #openstack-monasca15:09
*** garyh has joined #openstack-monasca15:34
openstackgerritDeklan Dieterly proposed a change to stackforge/monasca-persister: Add servicerunner to run the persister using the Openstack service infrastructure.  https://review.openstack.org/12478015:35
dragondmcindyo: heya, yah, that is the correct repo now.16:26
*** eglynn-office is now known as eglynn-officeafk16:31
openstackgerritA change was merged to stackforge/monasca-persister: Add servicerunner to run the persister using the Openstack service infrastructure.  https://review.openstack.org/12478016:38
*** shaneduan has joined #openstack-monasca16:55
*** rhochmuth has quit IRC17:29
*** rhochmuth has joined #openstack-monasca17:45
*** cindyo has quit IRC18:15
openstackgerritJonathan Halterman proposed a change to stackforge/monasca-common: WIP - Event changes for alarmed-metrics support  https://review.openstack.org/12165218:39
*** cindyo has joined #openstack-monasca19:05
openstackgerritDavid Schroeder proposed a change to stackforge/monasca-agent: Use FQDN instead of short hostname in all metrics  https://review.openstack.org/12485019:59
cindyodragondm: the mysql db is on my vagrant virtual machine.  Do I also have to have mysql installed on the client? I get this error when I try to install the DB:Library not loaded: libmysqlclient.18.dylib20:04
cindyoin installed the things from requirements.txt20:05
dragondmcindyo: client = where winchester is running?20:08
dragondmyou need the mysql client library to talk to the db.20:08
cindyoon my mac, this command…winchester_db -c <path_to_your_config_files>/winchester.yaml upgrade --sql head20:09
dragondmyah, you will need the mysql client lib. you don't need the db itself, just the client piece.20:10
cindyois the client lib i need different from what is in the requriements.txt (MySQL-python)?20:11
dragondmMySQL-python is the python dbi driver. it uses the binary mysqlclient lib to talk to the db.20:14
cindyodragondm: at one time i installed mysql on my mac, it just isn’t in my path20:15
cindyoi’ll use that20:15
cindyo5.6.1420:15
dragondmyah, you just need to have the dylib where the python binary can find it.20:16
dragondmif it's in an nother directory, you can symlink it, like: sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib20:17
openstackgerritA change was merged to stackforge/monasca-agent: Use FQDN instead of short hostname in all metrics  https://review.openstack.org/12485020:20
cindyodragondm: it found the lib, but now I get an error, does it need a user called “winchester” even though I’m passing in this url (for user monapi)?? File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/MySQL_python-1.2.4b4-py2.7-macosx-10.6-intel.egg/MySQLdb/connections.py", line 187, in __init__20:29
cindyo    super(Connection, self).__init__(*args, **kwargs2)20:29
cindyosqlalchemy.exc.OperationalError: (OperationalError) (1045, "Access denied for user 'winchester'@'192.168.10.1' (using password: YES)") None None20:29
dragondmit should be using the user spec'ed in the winchester.yaml db url20:30
cindyomy config has this in it: url: mysql://winchester:monapi@192.168.10.4:3306/winchester20:30
dragondmwhat's your mysql user?20:30
cindyomonapi20:30
cindyowinchester_db -c /Users/cindy/publicGithub/monasca-event/etc/winchester.yaml upgrade head20:31
dragondmah it should be mysql://monapi:<your password>@192.168.10.4:3306/winchester20:31
cindyoahh, thanks!20:32
dragondmwhere <your password> is, of course the pw for the 'monapi' user.20:32
dragondmno prob.20:32
cindyoi was wondering where it would get the password:)20:32
dragondmyup. it's in the url.20:32
dragondmand it'll be looking for a db named 'winchester' (unless you change the /winchester on the end of the url)20:34
cindyodragondm: still can’t access from the url, but I can login manually with the username/password20:41
cindyosqlalchemy.exc.OperationalError: (OperationalError) (1044, "Access denied for user 'monapi'@'%' to database 'winchester'") None None20:42
cindyodragondm: this works (i enter the password when prompted) mysql -u monapi -p -h 192.168.10.420:43
cindyooh, maybe I have to manually create that database ahead of time?20:44
dragondmcindyo: yes. and give the monapi user permissions on it.20:46
cindyook, will do20:46
cindyodragonm: i don’t have the credentials yet to do that, will ask for them20:54
*** rhochmuth has quit IRC21:28
*** cindyo has quit IRC21:33
*** krtaylor has quit IRC21:34
*** krtaylor has joined #openstack-monasca21:36
openstackgerritDeklan Dieterly proposed a change to stackforge/monasca-persister: Add files for pypi.  https://review.openstack.org/12489721:37
*** krtaylor has quit IRC21:53
*** krtaylor has joined #openstack-monasca22:01
openstackgerritDeklan Dieterly proposed a change to stackforge/monasca-persister: Add files for pypi.  https://review.openstack.org/12489722:06
*** mikedillion has joined #openstack-monasca22:10
*** rhochmuth has joined #openstack-monasca22:20
*** mikedillion has quit IRC22:23
*** mikedillion has joined #openstack-monasca22:31
*** rbak has quit IRC23:03
*** dschroeder has quit IRC23:14
*** mikedillion has quit IRC23:25

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!