*** openstack has joined #openstack-monasca | 12:40 | |
*** rhochmuth has joined #openstack-monasca | 13:09 | |
*** theresa_ has joined #openstack-monasca | 14:06 | |
*** rbak has joined #openstack-monasca | 14:08 | |
*** rbak has quit IRC | 14:14 | |
openstackgerrit | Roland Hochmuth proposed a change to stackforge/monasca-api: Start of initial reference implementation and re-factored https://review.openstack.org/123310 | 14:16 |
---|---|---|
*** garyh has joined #openstack-monasca | 14:20 | |
*** rbak has joined #openstack-monasca | 14:22 | |
*** garyh has quit IRC | 14:26 | |
*** cindyo has joined #openstack-monasca | 14:42 | |
cindyo | dragondm: I’ll start taking a look at winchester today. this the right repo? https://github.com/stackforge/stacktach-winchester | 15:07 |
*** dschroeder has joined #openstack-monasca | 15:09 | |
*** garyh has joined #openstack-monasca | 15:34 | |
openstackgerrit | Deklan Dieterly proposed a change to stackforge/monasca-persister: Add servicerunner to run the persister using the Openstack service infrastructure. https://review.openstack.org/124780 | 15:35 |
dragondm | cindyo: heya, yah, that is the correct repo now. | 16:26 |
*** eglynn-office is now known as eglynn-officeafk | 16:31 | |
openstackgerrit | A change was merged to stackforge/monasca-persister: Add servicerunner to run the persister using the Openstack service infrastructure. https://review.openstack.org/124780 | 16:38 |
*** shaneduan has joined #openstack-monasca | 16:55 | |
*** rhochmuth has quit IRC | 17:29 | |
*** rhochmuth has joined #openstack-monasca | 17:45 | |
*** cindyo has quit IRC | 18:15 | |
openstackgerrit | Jonathan Halterman proposed a change to stackforge/monasca-common: WIP - Event changes for alarmed-metrics support https://review.openstack.org/121652 | 18:39 |
*** cindyo has joined #openstack-monasca | 19:05 | |
openstackgerrit | David Schroeder proposed a change to stackforge/monasca-agent: Use FQDN instead of short hostname in all metrics https://review.openstack.org/124850 | 19:59 |
cindyo | dragondm: 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.dylib | 20:04 |
cindyo | in installed the things from requirements.txt | 20:05 |
dragondm | cindyo: client = where winchester is running? | 20:08 |
dragondm | you need the mysql client library to talk to the db. | 20:08 |
cindyo | on my mac, this command…winchester_db -c <path_to_your_config_files>/winchester.yaml upgrade --sql head | 20:09 |
dragondm | yah, you will need the mysql client lib. you don't need the db itself, just the client piece. | 20:10 |
cindyo | is the client lib i need different from what is in the requriements.txt (MySQL-python)? | 20:11 |
dragondm | MySQL-python is the python dbi driver. it uses the binary mysqlclient lib to talk to the db. | 20:14 |
cindyo | dragondm: at one time i installed mysql on my mac, it just isn’t in my path | 20:15 |
cindyo | i’ll use that | 20:15 |
cindyo | 5.6.14 | 20:15 |
dragondm | yah, you just need to have the dylib where the python binary can find it. | 20:16 |
dragondm | if 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.dylib | 20:17 |
openstackgerrit | A change was merged to stackforge/monasca-agent: Use FQDN instead of short hostname in all metrics https://review.openstack.org/124850 | 20:20 |
cindyo | dragondm: 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 |
cindyo | sqlalchemy.exc.OperationalError: (OperationalError) (1045, "Access denied for user 'winchester'@'192.168.10.1' (using password: YES)") None None | 20:29 |
dragondm | it should be using the user spec'ed in the winchester.yaml db url | 20:30 |
cindyo | my config has this in it: url: mysql://winchester:monapi@192.168.10.4:3306/winchester | 20:30 |
dragondm | what's your mysql user? | 20:30 |
cindyo | monapi | 20:30 |
cindyo | winchester_db -c /Users/cindy/publicGithub/monasca-event/etc/winchester.yaml upgrade head | 20:31 |
dragondm | ah it should be mysql://monapi:<your password>@192.168.10.4:3306/winchester | 20:31 |
cindyo | ahh, thanks! | 20:32 |
dragondm | where <your password> is, of course the pw for the 'monapi' user. | 20:32 |
dragondm | no prob. | 20:32 |
cindyo | i was wondering where it would get the password:) | 20:32 |
dragondm | yup. it's in the url. | 20:32 |
dragondm | and it'll be looking for a db named 'winchester' (unless you change the /winchester on the end of the url) | 20:34 |
cindyo | dragondm: still can’t access from the url, but I can login manually with the username/password | 20:41 |
cindyo | sqlalchemy.exc.OperationalError: (OperationalError) (1044, "Access denied for user 'monapi'@'%' to database 'winchester'") None None | 20:42 |
cindyo | dragondm: this works (i enter the password when prompted) mysql -u monapi -p -h 192.168.10.4 | 20:43 |
cindyo | oh, maybe I have to manually create that database ahead of time? | 20:44 |
dragondm | cindyo: yes. and give the monapi user permissions on it. | 20:46 |
cindyo | ok, will do | 20:46 |
cindyo | dragonm: i don’t have the credentials yet to do that, will ask for them | 20:54 |
*** rhochmuth has quit IRC | 21:28 | |
*** cindyo has quit IRC | 21:33 | |
*** krtaylor has quit IRC | 21:34 | |
*** krtaylor has joined #openstack-monasca | 21:36 | |
openstackgerrit | Deklan Dieterly proposed a change to stackforge/monasca-persister: Add files for pypi. https://review.openstack.org/124897 | 21:37 |
*** krtaylor has quit IRC | 21:53 | |
*** krtaylor has joined #openstack-monasca | 22:01 | |
openstackgerrit | Deklan Dieterly proposed a change to stackforge/monasca-persister: Add files for pypi. https://review.openstack.org/124897 | 22:06 |
*** mikedillion has joined #openstack-monasca | 22:10 | |
*** rhochmuth has joined #openstack-monasca | 22:20 | |
*** mikedillion has quit IRC | 22:23 | |
*** mikedillion has joined #openstack-monasca | 22:31 | |
*** rbak has quit IRC | 23:03 | |
*** dschroeder has quit IRC | 23:14 | |
*** mikedillion has quit IRC | 23:25 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!