Wednesday, 2016-09-14

vishwanathjgongysh hi ... I am awake now00:12
gongyshvishwanathj, hi00:13
gongyshvishwanathj, I am zzz...00:13
vishwanathj:)00:13
*** tung_doan has joined #tacker00:23
openstackgerritMerged openstack/tacker: Devref for vnf scaling feature  https://review.openstack.org/35920600:23
openstackgerritMerged openstack/tacker: [py35] Fix for jenkins-gate-py35 error  https://review.openstack.org/36665600:24
*** gongysh has quit IRC00:26
openstackgerritSripriya Seetharam proposed openstack/tacker: [WIP] Derive infra driver using VIM type  https://review.openstack.org/36759900:33
tung_doansripriya: ping00:36
sripriyatung_doan: pong00:36
tung_doansorry for missing meeting busy yesterday :(00:36
tung_doanare you asking about scale api?00:37
tung_doanplease note that alarm monitor totally can support scaling action00:37
*** gongysh has joined #tacker00:41
sripriyatung_doan: no problem at all, can you please point me to the code where the scalign url is invoked. i have not yet looked into your code thoroughly.00:42
sripriyatung_doan:i’m basically looking for this call https://github.com/openstack/tacker-specs/blob/master/specs/newton/manual-and-auto-scaling.rst#rest-api-impact00:43
sripriyatung_doan: please correct my understanding00:43
tung_doansripriya: correct.. let me elaborate it..00:44
tung_doansripriya: this is the format of alarm url: 'http://host:port/v1.0/vnfs/vnf-uuid/mon-policy-name/action-name/8ef785'.00:46
tung_doansripriya: action_name could point to any specific policy as described in TOSCA template included scaling policy00:46
sripriyatung_doan: basically where does the scale body get constructed00:47
sripriyatung_doan: {"scale": { "type": "<type>", "policy" : "<scaling-policy-name>"}}00:47
sripriyatung_doan: where is this getting constructed in the code?00:47
tung_doansripriya: ok.. already coded.. let see00:47
tung_doanhttps://review.openstack.org/#/c/365435/24/tacker/vm/plugin.py00:48
tung_doanplease look at L690...00:48
sripriyatung_doan: got it, thanks for pointing out, wil take a closer look tonight.00:49
*** sripriya has quit IRC00:50
tung_doansripriya: really appreciate it..00:50
openstackgerritTung Doan proposed openstack/tacker: Implement Alarm monitor  https://review.openstack.org/36543500:54
*** n-harada has joined #tacker01:24
*** n-harada has quit IRC01:40
*** n-harada has joined #tacker01:52
*** s3wong has quit IRC01:57
*** n-harada has quit IRC02:06
openstackgerritTin Lam proposed openstack/tacker: Provide support for security groups for ConnectionPoints  https://review.openstack.org/33425602:08
*** gongysh has quit IRC02:14
*** n-harada has joined #tacker02:19
*** n-harada has quit IRC02:27
*** n-harada has joined #tacker02:39
*** n-harada has quit IRC02:47
*** n-harada has joined #tacker02:59
*** n-harada has quit IRC03:07
*** n-harada has joined #tacker03:19
*** n-harada has quit IRC03:29
openstackgerritTin Lam proposed openstack/tacker: Provide support for security groups for ConnectionPoints  https://review.openstack.org/33425603:30
*** n-harada has joined #tacker03:40
*** prashantD_ has joined #tacker03:42
*** hparekh has joined #tacker03:42
*** n-harada has quit IRC03:48
*** haiwei has joined #tacker03:52
*** KanagarajM has joined #tacker04:00
*** n-harada has joined #tacker04:01
*** tung_doan is now known as tung_doan_afk04:07
*** n-harada has quit IRC04:09
*** vishwanathj is now known as vishwanathj_zzz04:09
*** n-harada has joined #tacker04:21
*** janki has joined #tacker04:23
janki#openstack04:23
*** dkushwaha has quit IRC04:27
*** diga has joined #tacker04:28
*** n-harada has quit IRC04:29
*** n-harada has joined #tacker04:41
*** n-harada has quit IRC04:50
*** janki has quit IRC04:55
*** janki has joined #tacker04:59
*** prashantD_ has quit IRC05:01
*** n-harada has joined #tacker05:02
*** Vijayendra has joined #tacker05:10
*** n-harada has quit IRC05:10
*** s3wong has joined #tacker05:10
s3wongdiga: ping05:11
digas3wong: hi05:11
s3wongdiga: sorry, late putting daughter to sleep05:11
s3wongdiga: how are things going so far?05:11
openstackgerritTin Lam proposed openstack/tacker: Provide support for security groups for ConnectionPoints  https://review.openstack.org/33425605:12
digas3wong: Setup is completed, but can you guide me now05:12
s3wongdiga: OK05:12
digas3wong: should I pull the the patch in the existing setup ?05:12
s3wongdiga: you are using devstack, right?05:12
digaye05:13
digayes05:13
s3wongdiga: yes, please05:13
digaokay05:13
digaafter pulling it, which API's we need to hit with body05:13
s3wongdiga: let me look at the code (trozet's code)05:14
digaok05:14
s3wongdiga: should have a conf file somewhere where you can set the driver05:15
digaokay05:15
digas3wong: I am in office now, my setup is at home. I think you just tell me steps & will replicate the same in the evening05:16
*** gongysh has joined #tacker05:16
s3wongdiga: I believe the API actually has a parameter for driver config05:21
*** n-harada has joined #tacker05:22
*** santoshk has joined #tacker05:24
s3wongdiga: oh, I see, from nfvo/nfvo_plugin.py, Tim uses the self._vim_drivers05:24
s3wongdiga: so it needs the driver to be an openstack driver05:25
s3wongdiga: trozet said he was able to test the noop driver ( https://review.openstack.org/#/c/344522/26/tacker/nfvo/drivers/vnffg/sfc_drivers/noop.py,unified), yet that isn't the openstack driver --- do you know how he tested it?05:28
*** dkushwaha has joined #tacker05:28
digas3wong: ok05:30
*** n-harada has quit IRC05:31
digas3wong: I dont know, will need to figure out05:31
s3wongdiga: seems like in  https://review.openstack.org/#/c/344522/26/tacker/nfvo/drivers/vim/openstack_driver.py,unified , trozet added Neutron client as a client for OpenStack driver05:32
digas3wong: looking into the same05:33
digas3wong: yeah, he has added neutron_client05:35
s3wongdiga: given that trozet uses the vim_driver to invoke SFC driver, SFC driver needs to be part of openstack driver05:36
s3wongdiga: yet he didn't do a mixin for his noop driver --- I wonder how he invokes it?05:39
*** neel has joined #tacker05:40
s3wongdiga: too bad trozet didn't leave any test procedure writeup05:42
s3wongdiga: even for his noop driver05:43
*** n-harada has joined #tacker05:43
openstackgerritSridhar Ramaswamy proposed openstack/tacker-horizon: Adds VNFFG support in Tacker-horizon  https://review.openstack.org/34777905:48
*** n-harada has quit IRC05:51
digas3wong: okay05:51
digas3wong: may be we need to debug the flow05:52
digas3wong: we may get some pointers05:52
s3wongdiga: yeah, first we need to know how to run trozet's code with noop driver05:53
digaI am looking at his patch, but his patch is so big05:53
digas3wong: yes05:53
s3wongdiga: we don't need to know his code, just how to run it05:53
s3wongdiga: I think he spoke with sripriya and / or sridhar_ram05:54
digayes05:54
s3wongdiga: perhaps they have better idea?05:54
*** sripriya has joined #tacker05:54
digaare they available now ?05:54
digawe can ping them atleast05:54
s3wongdiga: seems like both sridhar_ram and sripriya are on channel05:55
s3wongdiga: no sure if they are active05:55
digasridhar_ram: sripriya : do you have any idea how to run trozet's code with noop driver05:55
digaPinged them, let see when they will get back05:55
s3wongdiga: to have e2e test, I do believe we need to move src-driver to be a mixin of abstract driver and openstack driver05:57
digas3wong: okay05:57
digas3wong: I have holiday tomorrow, I can spend whole day/night on this. This is something we need to spend more time05:58
digas3wong: lets try moving src-driver05:58
s3wongdiga: OK --- unfortunately I won't be able to spend whole day on this tomorrow05:58
digas3wong: :) I can understand05:59
s3wongdiga: looking at  https://review.openstack.org/#/c/344522/26/tacker/nfvo/nfvo_plugin.py,unified line 216, the driver_type is extracted from vim_auth06:00
s3wongdiga: my guess is it would be openstack VIM type06:01
sripriyas3wong: thats correct06:02
digas3wong: okay06:03
sripriyas3wong: as far as i recall, trozet had uuild values returned for all driver related calls and had done the testing06:03
*** n-harada has joined #tacker06:03
sripriyas3wong: diga: i do not have the exact set of commands he used to test the plugin with noop06:03
sripriya*uuid06:03
s3wongsripriya: the question I have is more on how the noop driver gets invoked from nfvo_plugin?06:03
digasripriya: okay06:04
sripriyas3wong: i assume by hardcoding the type to noop?06:04
s3wongsripriya: and register with DriverManager somewhere too, I suppose?06:05
s3wongsripriya: I guess the VIM client authentication path isn't part of his testing...06:06
sripriyas3wong: i guess so06:07
sridhar_rams3wong: diga: still catching up..  but we need an entry point for n-sfc driver in setup.cfg .. https://github.com/openstack/tacker/blob/master/setup.cfg06:08
sridhar_ramsimilar to https://github.com/openstack/tacker/blob/master/setup.cfg#L4606:08
dkushwahasripriya, hi06:09
sridhar_rams3wong: yes, looking at https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L215 .. it is left as a TODO06:10
*** n-harada has quit IRC06:10
s3wongsridhar_ram: one to one mapping though, so the driver_type can't be 'openstack' here06:10
s3wongsridhar_ram: somehow we need to map OpenStack VIM to networking-sfc for chain related calls06:11
sridhar_rams3wong: for now, to keep making progress, can you change this code to do a static mapping.. if vim_type is "openstack" load "n-sfc" entry point that I called out earlier..06:11
sridhar_ramin Ocata we can merge all openstack driver code - vim, vnfm, vnffg into one uber openstack driver that would implement all abstract driver interfaces06:12
sridhar_ramsripriya: what do you think ?06:13
s3wongsridhar_ram: OK --- so I add a 'networking-sfc' (and corresponding lib path) to setup.cfg, and in nfvo_plugin, just map 'openstack' to 'networking-sfc'06:13
sridhar_rams3wong: yes, for now ..06:13
sridhar_rams3wong: may be create a small util method for this look up and use it across various methods in the nfvo_plugin06:14
s3wongsridhar_ram: cool. Thanks06:14
sripriyasridhar_ram: i think we can do that or try to merge n-sfc driver to vim driver06:14
s3wongsridhar_ram: OK06:14
sridhar_rams3wong: there might be other "cleaner" ways.. but this should get us going06:15
sripriyadkushwaha: hello06:15
dkushwahasripriya, Regarding https://review.openstack.org/#/c/346557/06:15
dkushwahasripriya, I rethink about this.06:16
dkushwahasripriya, Here I have 2 points,06:16
s3wongsripriya: merging n_sfc driver to openstack driver seems to align with sridhar_ram's long term goal of super openstack driver, but probably not enough time to do it for Newton06:16
dkushwahasripriya, 1: Here body=None indicating that api can also accept it None, which looks not correct, Server arise exception in this case.06:16
digaokay06:17
dkushwahasripriya, 2: For the user point of view, an user who call client directly will assume that body can be none.  For example, Mistral directly call these methods,06:17
s3wongdiga: do you want me to do the changes and send you the files? or do you want to make the changes?06:17
digas3wong: anything is fine06:17
dkushwahasripriya, and on the basis of its signatures, Mistral assume that body can be none, and create workflow accordingly06:17
s3wongdiga: do you know  what the changes are?06:18
digas3wong: I got into one meeting, just catching up the discussion06:18
s3wongdiga: I see :-)06:18
digas3wong: no, you can go ahead if you know06:18
dkushwahasripriya, so it looks making body=None looks not correct06:18
sripriyas3wong: isnt it a cut paste of n_sfc driver code to openstack driver?06:18
s3wongsripriya: statically concatenat06:19
s3wongsripriya: statically concatenate the code, sure --- but need to test and ensure openstack driver isn't broken06:20
s3wongsripriya: introduce some risk06:20
s3wong(oh, you also already have neutron client in openstack driver)06:21
s3wong(never mind, trozet added that)06:21
sripriyas3wong: yes06:22
*** n-harada has joined #tacker06:23
sripriyadkushwaha: the actual post call still contains body param as an optional arg06:23
dkushwahasripriya, yes correct, But it looks not right, because server side raise exception if it is None06:26
dkushwahasripriya, for concrete methods like create_vnfd we should not have body =None as these are used by the mistral to show the required parameters06:28
digas3wong: are you adding n-sfc to nfvo-plugin to map openstack to n-sfc06:29
s3wongdiga: I am looking at which way is easier06:29
digas3wong: okay06:29
sridhar_rams3wong: sripriya: that's is an option too, to cut & paste the whole n-sfc code into https://github.com/openstack/tacker/blob/master/tacker/nfvo/drivers/vim/openstack_driver.py06:29
s3wongdiga: perhaps sripriya was right --- seems like it may be quick and long term beneficial to just collapse the sfc driver into openstack driver06:30
dkushwahasripriya, and we can fix those base method later, as get, delete  seems accepting body, which can not be write06:30
dkushwahas/write/right06:30
sridhar_rams3wong: that is probably bit closer to where we want to end up..06:30
s3wongsridhar_ram: let's do that then06:30
*** n-harada has quit IRC06:31
sridhar_rams3wong: sounds good06:31
digas3wong: yes, I feel its a good approach for now. later we can think of generic solution06:32
digasridhar_ram: sripriya: Thanks for your help06:32
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Add tacker gerrit dashbaord to developer info  https://review.openstack.org/36984806:35
s3wongdiga: let me work on that tonight... hopefully can get a new patch out soon06:35
digas3wong: Sure. Thanks!06:36
sripriyadiga: np06:36
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Add tacker gerrit dashbaord to developer info  https://review.openstack.org/36984806:39
sripriyadkushwaha: the body=None is a way of handling default cases in client side itself if user invokes with body=None, this is not related to the behavior that is implemented on the server side. dkushwaha we can take this up further after newton release cycle, i’m currently wrapping up higer priority items for newton.this is comparitively on a lower priority for now.06:40
*** n-harada has joined #tacker06:43
dkushwahasripriya, yes, I am agree, my main concern is that mistral shows this body as optional for create vnfd, which is wrong information for creating tacker workflow.06:45
sripriyadkushwaha: i see06:48
*** n-harada has quit IRC06:50
openstackgerritSripriya Seetharam proposed openstack/tacker: Derive infra driver using VIM type  https://review.openstack.org/36759906:55
*** n-harada has joined #tacker07:03
gongyshsantoshk, hi07:04
*** ksantoshk has joined #tacker07:06
*** santoshk has quit IRC07:09
*** n-harada has quit IRC07:10
*** n-harada has joined #tacker07:12
jankisripriya: pimg07:16
*** Ravikiran_K has joined #tacker07:19
sripriyajanki: pong07:20
jankisripriya: regarding your patchset https://review.openstack.org/#/c/367599/07:20
jankisripriya: with this no need to pass on infra_driver from client right?07:21
openstackgerritSantosh Kodicherla proposed openstack/tacker: Functional test for static ip support and anti_spoof_protection fields in tosca template  https://review.openstack.org/32410107:22
openstackgerritSripriya Seetharam proposed openstack/tacker: Rename heat unit tests to openstack  https://review.openstack.org/36762307:23
sripriyajanki: thats correct07:23
*** gongysh has quit IRC07:24
jankisripriya: I had tried the patch commenting infra_drvier from client and got DB exception error while creating vnfd07:24
jankisripriya: was this expected?07:24
sripriyajanki: no you should not see that error07:27
jankisripriya: ohh, I had tried it 2 3 days back. Couldnot get you online to discuss. Let me try again with the new PS and get back to you if I get the same error by tomorrow07:28
openstackgerritStephen Wong proposed openstack/tacker: VNFFG service chain Neutron networking-sfc driver  https://review.openstack.org/34756807:32
s3wongdiga: see  https://review.openstack.org/#/c/347568/07:33
s3wongdiga: so now networking-sfc driver is part of openstack vim driver07:34
s3wongdiga: so now, pulling the latest code, with the OpenStack VIM driver, you should be able to get to networking-sfc with the current changes directly without any modification, and VIM driver already defaults to 'openstack'07:37
s3wongdiga: please let me know if you bumped into any trouble. I am out for now for the night. Thanks!07:46
digas3wong: Hi07:46
digas3wong: okay07:46
digas3wong: sure, will let you know07:47
s3wongdiga: have fun... I should be back on channel at around 10am tomorrow morning PDT07:47
digas3wong: sure. Thank you!07:48
s3wongdiga: Thank you for picking up the slack :-)07:48
s3wongdiga: good luck!07:48
*** s3wong has quit IRC07:48
openstackgerritSripriya Seetharam proposed openstack/tacker: Derive infra driver using VIM type  https://review.openstack.org/36759907:54
openstackgerritSripriya Seetharam proposed openstack/tacker: Rename heat unit tests to openstack  https://review.openstack.org/36762307:57
*** tung_doan_afk is now known as tung_doan08:03
*** tbh has joined #tacker08:04
*** sripriya has quit IRC08:05
*** neel has quit IRC08:15
*** mbound has joined #tacker08:18
*** ksantoshk has quit IRC08:20
*** mbound has quit IRC08:22
*** mbound has joined #tacker08:22
*** neel has joined #tacker08:42
*** janki has quit IRC08:46
*** janki has joined #tacker08:46
*** neel has quit IRC09:21
*** yifei has quit IRC09:27
*** mbound has quit IRC09:31
*** neel has joined #tacker09:38
*** prashantD_ has joined #tacker10:00
dkushwahatbh, please review https://review.openstack.org/#/c/346665/10:12
*** neel has quit IRC10:16
*** prashantD_ has quit IRC10:23
*** mbound has joined #tacker10:34
*** mfedosin has joined #tacker11:02
*** diga has quit IRC11:18
*** dkushwaha has quit IRC11:19
*** openstackgerrit has quit IRC11:34
*** openstackgerrit has joined #tacker11:35
*** mbound has quit IRC11:38
*** foutatoro has joined #tacker11:40
foutatorohi all, I would like know if the tacker project is integrated with opendaylight in order to create11:41
foutatoroSFC from VNFD ?11:41
*** hparekh has quit IRC11:43
foutatoroany suggestion ?11:47
*** foutatoro has left #tacker12:10
*** tung_doan_ has joined #tacker12:25
*** janki has quit IRC12:30
*** dkushwaha has joined #tacker12:56
*** lamt has joined #tacker13:00
*** lamt has quit IRC13:18
*** tung_doan_ has quit IRC13:21
*** vinod has joined #tacker13:46
vinodTrying to register VIM in tacker . Getting the following error "tacker vim-register: Unrecognized attribute(s) 'is_default'"     Can anybody help me please13:48
*** mbound has joined #tacker13:50
*** lamt has joined #tacker13:52
*** bobh has joined #tacker14:01
tbhvinod, make sure you same branch for tackerclient and tacker14:02
*** lamt has quit IRC14:06
*** bobh has quit IRC14:08
*** krishcchalla has joined #tacker14:19
krishcchallaHi, I am trying to install devstack tacker with stable/mitaka on ubuntu 14.04 and I see an error that says Unrecognized attribute(s) 'is_default'. Need help!14:20
krishcchallaBelow is the stacktrace from devstack tacker.log14:21
krishcchalla2016-09-14 19:29:07.816 DEBUG tacker.api.v1.base [req-06392a9c-7ee3-4649-b462-d17558e0782c admin 2b2babda19084105a01716a104532b88] Request body: {u'vim': {u'vim_project': {u'project_domain_name': u'Default', u'id': u'', u'name': u'nfv'}, u'is_default': False, u'auth_cred': {u'username': u'nfv_user', u'user_domain_name': u'Default', u'password': u'devstack', u'user_id': u''}, u'auth_url': u'http://localhost:5000', u'type': u'ope14:21
krishcchalla2016-09-14 19:29:07.817 TRACE tacker.api.v1.resource     Controller._verify_attributes(res_dict, attr_info) 2016-09-14 19:29:07.817 TRACE tacker.api.v1.resource   File "/opt/stack/tacker/tacker/api/v1/base.py", line 579, in _verify_attributes 2016-09-14 19:29:07.817 TRACE tacker.api.v1.resource     raise webob.exc.HTTPBadRequest(msg) 2016-09-14 19:29:07.817 TRACE tacker.api.v1.resource HTTPBadRequest: Unrecognized attribute(s)14:21
krishcchallaFYI... I am using all upstream stable code. Let me know in case I am missing on anything here14:22
vinodhi tbh , can you please tell me how to enable tackerclient in local.conf for devstack . I was not including tackerclient14:36
*** amotoki has joined #tacker14:45
openstackgerritMerged openstack/tacker: Monitoring driver keep monitoring, even if vnf status showing ERROR  https://review.openstack.org/34666514:51
*** LamT_ has quit IRC15:01
*** bobh has joined #tacker15:05
*** yifei has joined #tacker15:07
*** bobh has quit IRC15:10
*** yifei has quit IRC15:11
*** lamt has joined #tacker15:15
*** sripriya has joined #tacker15:41
*** uck has joined #tacker15:43
tung_doansripriya: ping15:47
sripriyatung_doan; pong15:47
tung_doansripriya: latest test for alarm monitor today: http://paste.openstack.org/show/576202/15:47
tung_doansripriya: scaling action worked well15:48
sripriyatung_doan: cool, thanks for the note!15:48
tung_doansripriya: thanks for your interest as well.. need dkushwaha to test again15:50
*** uck_ has joined #tacker15:55
*** uck has quit IRC15:57
*** vishnoianil has quit IRC16:00
*** uck has joined #tacker16:03
*** mfedosin has quit IRC16:04
*** uck_ has quit IRC16:05
*** bobh has joined #tacker16:06
*** uck_ has joined #tacker16:06
*** uck has quit IRC16:07
*** bobh has quit IRC16:10
openstackgerritSripriya Seetharam proposed openstack/tacker: Derive infra driver using VIM type  https://review.openstack.org/36759916:15
*** sripriya has quit IRC16:16
*** mfedosin has joined #tacker16:17
*** sripriya has joined #tacker16:18
*** sripriya has quit IRC16:23
*** KanagarajM has quit IRC16:24
*** amotoki has quit IRC16:26
*** uck has joined #tacker16:29
*** uck_ has quit IRC16:31
*** tung_doan has quit IRC16:35
*** tung_doan has joined #tacker16:38
*** uck_ has joined #tacker16:38
*** uck has quit IRC16:39
*** lamt has quit IRC16:54
*** krishcchalla has quit IRC16:55
*** tamilhce has joined #tacker16:59
*** bobh has joined #tacker17:07
*** bobh has quit IRC17:11
*** lamt has joined #tacker17:17
*** Vijayendra has quit IRC17:26
*** tamilhce has quit IRC17:35
*** prashantD has joined #tacker17:37
*** sripriya has joined #tacker17:40
*** mbound has quit IRC17:44
*** s3wong has joined #tacker17:52
*** tbh has quit IRC17:55
*** vishwanathj_zzz is now known as vishwanathj18:01
*** sripriya has quit IRC18:02
*** bobh has joined #tacker18:07
*** bobh has quit IRC18:12
*** tbh has joined #tacker18:35
*** uck has joined #tacker18:38
*** uck_ has quit IRC18:38
*** sripriya has joined #tacker18:39
*** tbh has quit IRC18:41
sridhar_ramvinod: krishcchalla: I think those issues are due to incorrect tackerclient being pulled. There is a fix here.. https://review.openstack.org/#/c/353136/ .. I'll work with the core team to merge it ASAP18:47
*** uck_ has joined #tacker19:05
*** uck has quit IRC19:05
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Use correct mitaka dependencies  https://review.openstack.org/35313619:07
*** bobh has joined #tacker19:08
sridhar_ramcores: bobh: s3wong: sripriya: please add ^^^ to your review queue... this is causing pain for those trying stable/mitaka19:09
sripriyasridhar_ram: ack, we wil need to update similarly for newton as well once the release is out19:10
s3wongsridhar_ram: ack19:10
sridhar_ramsripriya: s3wong: thanks..  yeah, we need a small checklist of things to "fixup" post stable/newton cut off19:11
*** vishnoianil has joined #tacker19:11
*** bobh has quit IRC19:13
*** lamt has quit IRC20:01
openstackgerritMerged openstack/tacker: Use correct mitaka dependencies  https://review.openstack.org/35313620:01
*** bobh has joined #tacker20:04
*** Ravikiran_K has quit IRC20:07
*** lamt has joined #tacker20:07
*** sripriya has quit IRC20:09
*** bobh_ has joined #tacker20:16
*** sripriya has joined #tacker20:19
*** bobh has quit IRC20:19
*** mbound has joined #tacker20:19
*** uck has joined #tacker20:21
*** uck_ has quit IRC20:22
*** mbound has quit IRC20:24
*** mfedosin has quit IRC20:25
*** uck_ has joined #tacker20:30
*** uck has quit IRC20:31
*** uck_ is now known as uck20:33
*** uck_ has joined #tacker20:56
*** uck_ has quit IRC20:56
*** uck has quit IRC20:56
*** uck has joined #tacker20:56
openstackgerritvishwanath jayaraman proposed openstack/tacker: Devref for event logging feature  https://review.openstack.org/37042820:58
openstackgerritTung Doan proposed openstack/tacker: Implement Alarm monitor  https://review.openstack.org/36543520:58
*** sripriya has quit IRC21:00
*** tung_doan is now known as tung_doan_way21:03
*** tung_doan_way is now known as tung_doan_away21:03
*** sripriya has joined #tacker21:04
*** sripriya has quit IRC21:44
*** sripriya has joined #tacker21:53
vishwanathjFYI: I see dsvm-functional test failing for tacker.tests.functional.vnfm.test_vnf_monitoring.VnfTestPingMonitor.test_create_delete_vnf_http_monitoring21:56
vishwanathjrefer logs http://logs.openstack.org/28/370428/1/check/gate-tacker-dsvm-functional/4e539c7/console.html21:56
*** sripriya has quit IRC22:06
*** sripriya has joined #tacker22:20
*** lamt has quit IRC22:29
*** sripriya_ has joined #tacker22:35
*** sripriya has quit IRC22:37
*** sripriya_ is now known as sripriya22:37
*** dkushwaha has quit IRC22:47
*** bobh_ has quit IRC23:01
*** lamt has joined #tacker23:06
*** sripriya has quit IRC23:14
*** uck has quit IRC23:19
*** sripriya has joined #tacker23:30
*** uck has joined #tacker23:35
*** dkushwaha has joined #tacker23:42
*** mike_m has quit IRC23:47
openstackgerritSripriya Seetharam proposed openstack/tacker: Derive infra driver using VIM type  https://review.openstack.org/36759923:51

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