Tuesday, 2017-02-21

*** delattec has quit IRC00:00
*** rajinir_ has quit IRC00:40
*** pmackinn_ has quit IRC02:28
*** diga has joined #openstack-trove02:56
*** chlong has joined #openstack-trove04:03
*** gouthamr has quit IRC04:30
*** diga has quit IRC05:34
*** tesseract has joined #openstack-trove07:25
*** openstackgerrit has quit IRC07:32
*** pcaruana has joined #openstack-trove07:37
*** dalees has quit IRC08:42
*** tosky has joined #openstack-trove08:53
*** dalees has joined #openstack-trove08:54
*** logan- has quit IRC09:16
*** tnowak has joined #openstack-trove09:50
amrithtnowak, what are you attempting to accomplish with single tenant remote? are you at the ptg by any chance, weorking this out in person may be easier10:16
tnowakamrith: unfortunately not at the ptg. I'd like to hide guest instances from users, for security reasons, because of the problem with extracting rabbitmq passwords, but also as an implementation of the general rule of minimal privileges (you wrote about that in January). I'll be using a separate tenant for all trove components, with its own DB and rabbitmq. If instances boot also there, they...12:10
tnowak...would be in the same internal network as the rabbitmq hosts, so I don't need to expose these rabbitmq hosts; and just connect a second NIC of the instance to the end user's network of choice. And that's what the single_tenat_remote.py is for, isn't it?12:10
tnowakas the solution of the password exposure problem I would start with separating the guest-accessible topics in rabbitmq from others; as the first step all guests could have the same separate account with limited permissions; for that limiting to work we would probably need to change trove's topic names for easier regexp matching in rabbitmq permission rules (like tr-g-<guestid>).12:18
tnowakso in the beginning we still have a static configuration12:28
*** logan- has joined #openstack-trove12:35
*** haplo37_ has quit IRC12:46
*** haplo37_ has joined #openstack-trove12:49
*** gcb has joined #openstack-trove13:08
*** gouthamr has joined #openstack-trove13:51
*** pmackinn has joined #openstack-trove14:04
*** david-lyle has joined #openstack-trove14:12
*** chhavi has joined #openstack-trove14:28
amrithtnowak, ok thx. I'm tied up with the ptg sessions now but getting single tenant remote to work after recent refactoring in nova is something I have on the list of things to do. I haven't used it recently and I certainly don't know whether it works in liberty or not (that's just too long ago).14:34
amrithwill try and get back to you soon(ish) for some value of soon.14:34
*** tqtran has joined #openstack-trove14:35
*** gouthamr has quit IRC14:37
*** KeithMnemonic has joined #openstack-trove14:38
*** david-lyle has quit IRC14:45
*** david-lyle has joined #openstack-trove14:46
*** david-lyle has quit IRC14:46
*** cdelatte has joined #openstack-trove14:48
*** david-lyle has joined #openstack-trove14:53
*** harlowja has quit IRC14:56
*** david-lyle has quit IRC14:57
*** gouthamr has joined #openstack-trove15:09
*** gcb has quit IRC15:20
*** gcb has joined #openstack-trove15:23
*** gouthamr has quit IRC15:25
*** david-lyle_ has joined #openstack-trove15:29
*** KeithMnemonic has quit IRC15:32
*** fishbone has quit IRC15:39
*** gouthamr has joined #openstack-trove15:40
*** chhavi has quit IRC15:43
*** chhavi__ has joined #openstack-trove15:43
*** chhavi__ has quit IRC15:50
*** chhavi has joined #openstack-trove15:50
*** david-lyle has joined #openstack-trove16:02
*** david-lyle_ has quit IRC16:02
*** KeithMnemonic has joined #openstack-trove16:24
*** david-lyle has quit IRC16:27
*** chhavi has quit IRC16:30
*** david-lyle has joined #openstack-trove16:34
*** gcb has quit IRC16:45
*** fishbone has joined #openstack-trove16:47
*** gouthamr has quit IRC16:48
*** gouthamr has joined #openstack-trove16:50
*** david-lyle has quit IRC16:58
*** tqtran has quit IRC17:03
*** gouthamr has quit IRC17:08
*** KeithMnemonic has quit IRC17:08
*** pcaruana has quit IRC17:12
*** david-lyle has joined #openstack-trove17:16
*** david-lyle has quit IRC17:16
*** chhavi has joined #openstack-trove17:39
*** tesseract has quit IRC17:41
*** chhavi has quit IRC17:46
*** cdelatte has quit IRC17:48
*** KeithMnemonic has joined #openstack-trove17:57
*** openstack has joined #openstack-trove18:12
*** KeithMnemonic has quit IRC18:19
*** KeithMnemonic has joined #openstack-trove18:19
*** gcb has joined #openstack-trove18:25
*** gouthamr has joined #openstack-trove18:32
*** david-lyle has joined #openstack-trove18:46
*** tqtran has joined #openstack-trove18:54
*** david-lyle has quit IRC18:57
*** tqtran has quit IRC19:25
*** tqtran has joined #openstack-trove19:26
*** KeithMnemonic has quit IRC19:55
*** chlong has quit IRC20:01
*** david-lyle has joined #openstack-trove20:01
*** chlong has joined #openstack-trove20:08
*** gcb has quit IRC20:11
*** KeithMnemonic has joined #openstack-trove20:19
*** gcb has joined #openstack-trove20:19
*** david-lyle has quit IRC20:23
*** gcb has quit IRC20:30
*** gcb has joined #openstack-trove20:31
*** tqtran has quit IRC20:32
*** KeithMnemonic has left #openstack-trove20:36
*** david-lyle has joined #openstack-trove20:38
*** david-lyle has quit IRC20:49
*** david-lyle has joined #openstack-trove20:56
*** david-lyle has quit IRC20:59
*** gouthamr has quit IRC21:02
*** gouthamr has joined #openstack-trove21:08
fishboneHello all, is this abnormal? Argument being removed before instantiating TroveContext object - instance_uuid _remove_incompatible_context_args /usr/lib/python2.7/dist-packages/trove/common/context.py:7121:12
fishbonethen, Instance ID: None, Payload: {u'service_status': u'blocked'} heartbeat /usr/lib/python2.7/dist-packages/trove/conductor/manager.py:8821:13
fishboneI think that's causing this error, ModelNotFoundError: InstanceServiceStatus Not Found21:13
*** itisha has joined #openstack-trove21:13
*** chhavi has joined #openstack-trove21:26
*** chhavi has quit IRC21:39
*** chhavi has joined #openstack-trove21:39
*** pmackinn has quit IRC21:40
*** gcb has quit IRC21:43
*** pmackinn has joined #openstack-trove21:48
azlevfishbone: still on that error? :-(21:55
fishboneazlev: haha yeah, the more digging I do the more confused I get21:56
azlevfishbone: yes, I'm stuck on backup here. A backup is not working (50G data file) and I dont know why21:57
fishboneazlev: how long has that been, in my experience, if you are using cinder volumes to manage data volumes of that size it may take some time22:02
*** chhavi has quit IRC22:06
*** tosky has quit IRC22:20
azlevfishbone: the xtrabackup works, but before it ends, I get an error in interface22:35
azlevfishbone: you are receiving a None as instance ID, maybe garbage in trove database22:36
*** itisha has quit IRC23:32

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