Tuesday, 2017-01-17

*** trevormc has quit IRC00:30
openstackgerritOpenStack Proposal Bot proposed openstack/trove: Updated from global requirements  https://review.openstack.org/41936201:05
openstackgerritMerged openstack/python-troveclient: Add OpenStackClient plugin and flavor list  https://review.openstack.org/40097902:32
*** gcb has joined #openstack-trove02:36
openstackgerritAnh Tran proposed openstack/trove-dashboard: Remove white space between print ()  https://review.openstack.org/42103902:56
*** gouthamr has quit IRC03:12
*** links has joined #openstack-trove03:32
openstackgerritMerged openstack/trove: Disable wait for force-delete  https://review.openstack.org/42019003:41
*** antwash has quit IRC04:20
*** antwash has joined #openstack-trove05:20
openstackgerritOpenStack Proposal Bot proposed openstack/trove-dashboard: Imported Translations from Zanata  https://review.openstack.org/42030006:14
*** tesseract has joined #openstack-trove07:16
*** dmellado has quit IRC08:02
*** dmellado has joined #openstack-trove08:04
*** tosky has joined #openstack-trove08:46
*** haplo37_ has quit IRC10:19
*** haplo37_ has joined #openstack-trove10:19
*** lane_maxwell has joined #openstack-trove11:10
*** lane_maxwell has quit IRC11:15
*** cdelatte has joined #openstack-trove11:59
*** links has quit IRC12:12
*** tesseract has quit IRC12:23
*** gouthamr has joined #openstack-trove12:49
*** gcb has quit IRC12:58
*** links has joined #openstack-trove12:58
*** links has quit IRC13:01
*** lyang has joined #openstack-trove13:01
*** lyang has quit IRC13:02
openstackgerritMerged openstack/trove-dashboard: Imported Translations from Zanata  https://review.openstack.org/42030014:13
*** gcb has joined #openstack-trove14:36
*** rajinir has joined #openstack-trove15:03
*** pcaruana has quit IRC15:15
*** mguz has joined #openstack-trove15:23
mguzHi, running trove in liberty, followed the "Manual Install" Guide on the openstack docs pages.15:24
mguzinstances spin up and usually never finish building in trove.15:25
mguznova instance spins up and is working but the next stage never completes15:25
mguzseeing "OR trove.guestagent.api [-] Error calling get_filesystem_stats"15:25
*** gcb has quit IRC15:26
mguzon the trove-api/conductor/taskmanager server15:26
mguzalso seeing " ERROR trove.instance.models [-] An error occurred communicating with the guest: Timed out waiting for a reply to message ID: xx"15:26
mguzand this : ERROR trove.guestagent.api [-] Error calling stop_db15:28
mguzseems like a communication error is happening somewhere15:28
mguzbut i can seem to see where15:28
mguzrabbitmq is working and trove is connecting to it ok.15:28
*** lane_maxwell has joined #openstack-trove15:29
*** tosky has quit IRC15:33
*** tosky has joined #openstack-trove15:36
*** david-lyle has joined #openstack-trove15:42
*** david-lyle has quit IRC15:55
*** david-lyle has joined #openstack-trove16:08
mguzi think my problem might be with heat16:10
mguztrove uses a plugin "is_service_available"16:11
mguzand i'm seeing a lot of "AttributeError: 'NoneType' object has no attribute 'service_types'"16:11
mguzfrom heat16:11
amrithmguz, liberty is so long ago and no longer supported. we may be able to help you better if you are on a more recent version of the software.16:26
peterstacmguz, what amrith said ;)16:26
peterstacplus later versions have much better error reporting16:26
peterstacif you *must* be on liberty then you'll probably have to take a look at the guest agent log on the running instance to find out what's wrong16:27
mguzThis is a stack that is actively in use.16:28
mguzupgrading it every 6 months isn't something that is possible16:28
peterstacit's a production system?16:28
mguzyep, we need to add trove as a service16:28
peterstacdo you have ssh access to the trove instances?16:29
amrithmguz, please post complete logs on gist16:30
amrithrather than giving some excerpts that you think are relevant16:30
amriththen we'll be able to make a reasonable suggestion about what's going on16:30
mguznot so far. the image that the install guide recommends does not provide password ssh access16:33
mguzand at least this trove doesn't offer to inject public key16:33
mguzack on the logs, was just hoping i was doing something obvious that y'all would recognize16:34
peterstaclike amrith said, liberty was a long time ago - we have different error messages now ;P16:39
peterstacbut it does seem as if something isn't set up right on the image (wild guess, based on the messages you posted)16:40
mguzunfortunately business tend not to move as fast as the release pace. we have change controls, maintenance windows, change review etc etc to contend with16:41
peterstacwithout access to the guest, it'll be hard to track down (especially on the liberty version)16:41
peterstacsure, I understand that16:41
peterstacmaybe you could set things up in your dev env to allow ssh access16:41
mguzis there a "debug" image available that would allow this16:42
mguzsomething like cirros is for16:42
peterstacyou can try using devstack and pinning it to liberty16:42
peterstacbut once again nobody has probably run that in 6 months so it might not work16:43
peterstac(by devstack I mean using the old trove-integration repo)16:43
peterstachttps://github.com/openstack/trove-integration16:43
*** trevormc has joined #openstack-trove16:45
peterstacmguz, do you work for IBM?16:47
peterstacjohnma is a trove core and is from IBM as well, maybe she can assist?16:47
mguzi do..16:48
mguzi kinda thought trove was going to be easier to install than this tho.16:48
mguzironic was much easier ;-)16:48
peterstacit's the ongoing issue - trove isn't that hard to understand, but building a proper production-ready guest image isn't trivial16:49
peterstacs/understand/install/16:49
mguznot to worried about things being hard, just hoping that there was an image that i could import into this env and use to debug the guestagent16:50
mguzdon't want to mess with devstack, never used it and that would add another learning curve.16:51
mguzthis is a "private stack instance" which is part of a devops setup16:52
mguzso i don't mind using non production ready images either16:52
peterstacwell, that's what trove-integration was for - it quickly build you working test images (it still exists currently, but has been rolled into the actual trove repo; in liberty it was separate)16:54
mguzic. i guess there's no getting around that extra learning curve then...16:54
peterstactrove-integration isn't that hard - ping johnma and she can help you16:55
mguzokdoke. i'll check it out and ping her too16:55
peterstacsounds good16:56
johnmapeterstac, amrith: will chat with mguz about trying to build an image16:59
peterstacok johnma, thx!17:00
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add backup-list to OSC  https://review.openstack.org/42139417:22
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add backup-list to OSC  https://review.openstack.org/42139417:24
*** lane_maxwell has quit IRC17:36
*** Kevin_Zheng has quit IRC17:47
*** spilla has joined #openstack-trove17:52
*** tosky has quit IRC18:09
*** lane_maxwell has joined #openstack-trove18:14
openstackgerritMerged openstack/trove: Test to figure out why CONTROLLER_IP is blank  https://review.openstack.org/41918218:33
*** pmackinn has joined #openstack-trove18:40
*** pmackinn has quit IRC18:41
*** pmackinn has joined #openstack-trove18:41
*** lane_maxwell has quit IRC18:46
*** david-lyle has quit IRC18:47
*** lane_maxwell has joined #openstack-trove19:06
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add cluster-list to OSC  https://review.openstack.org/42146219:21
*** diablo_rojo has joined #openstack-trove19:47
diablo_rojoHello, just wanted to give you all a reminder that the period for the Travel Support Program for the PTG ends today. We would love to get more people from trove to the PTG. Here is the link to the TSP Application: https://openstackfoundation.formstack.com/forms/travelsupportptg_atlanta19:48
*** david-lyle has joined #openstack-trove19:50
*** lane_maxwell has quit IRC20:12
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add cluster-list to OSC  https://review.openstack.org/42146220:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-troveclient: Updated from global requirements  https://review.openstack.org/42086620:37
openstackgerritOpenStack Proposal Bot proposed openstack/trove: Updated from global requirements  https://review.openstack.org/41936220:39
openstackgerritPeter Stachowski proposed openstack/trove: [gate fix] Handle case where hostname ends in .1  https://review.openstack.org/42151820:46
*** lane_maxwell has joined #openstack-trove21:07
*** cdelatte has quit IRC21:17
openstackgerritMerged openstack/trove: Add i18n translation to common 2/5  https://review.openstack.org/40615921:24
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add configuration-list to OSC  https://review.openstack.org/42153621:29
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add configuration-list to OSC  https://review.openstack.org/42153621:33
*** diablo_rojo has quit IRC21:54
*** spilla has quit IRC21:58
openstackgerritMerged openstack/trove: Add i18n translation common 5/5  https://review.openstack.org/40616421:58
openstackgerritMerged openstack/trove: Add i18n translation to others 2/3  https://review.openstack.org/40632621:59
*** gouthamr has quit IRC22:01
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add backup-list to OSC  https://review.openstack.org/42155322:01
*** harlowja has quit IRC22:01
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add datastore-list to OSC  https://review.openstack.org/42155322:01
openstackgerritPeter Stachowski proposed openstack/trove: [fix gate] Run resize-vol and resize-inst for mysql  https://review.openstack.org/42156322:28
openstackgerritPeter Stachowski proposed openstack/trove: [gate fix] Run resize-* for MySQL only  https://review.openstack.org/42156322:31
openstackgerritPeter Stachowski proposed openstack/trove: [gate fix] Handle case where hostname ends in .1  https://review.openstack.org/42151822:34
*** david-lyle has quit IRC22:51
openstackgerritTrevor McCasland proposed openstack/python-troveclient: Add database-list to OSC  https://review.openstack.org/42158323:25
*** gouthamr has joined #openstack-trove23:27
*** trevormc has quit IRC23:27
*** lane_maxwell has quit IRC23:41
*** lane_maxwell has joined #openstack-trove23:41
*** lane_maxwell has quit IRC23:45
*** Kevin_Zheng has joined #openstack-trove23:54
*** rajinir has quit IRC23:56

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