Thursday, 2016-09-01

openstackgerritSripriya Seetharam proposed openstack/tacker: Fix vnfd template nodes order  https://review.openstack.org/36398800:04
*** sripriya has quit IRC00:10
bryan_attsridhar_ram: trozet: got a little farther, but now stuck at starting the tacker server, fails with "ImportError: Plugin 'vnfm' not found"00:12
openstackgerritJiWei proposed openstack/tacker: test: make enforce_type=True in CONF.set_override  https://review.openstack.org/36399000:17
*** dkushwaha has joined #tacker00:48
*** vishwanathj has quit IRC00:53
*** s3wong has quit IRC01:18
*** pmannidi has quit IRC01:20
*** trozet_ has joined #tacker01:23
*** trozet has quit IRC01:27
*** changzhi has joined #tacker01:37
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339801:41
openstackgerritZhi Chang proposed openstack/tacker: Tacker deploy OpenWRT as VNF guide  https://review.openstack.org/35772801:53
*** dkushwaha has quit IRC01:57
openstackgerritZhi Chang proposed openstack/tacker: Tacker deploy OpenWRT as VNF guide  https://review.openstack.org/35772801:58
*** changzhi has quit IRC02:00
*** changzhi has joined #tacker02:04
*** dkushwaha has joined #tacker02:10
*** vishnoianil has quit IRC02:33
openstackgerritNguyen Hung Phuong proposed openstack/tacker: Clean imports in code  https://review.openstack.org/35902302:44
*** amotoki has joined #tacker02:51
openstackgerritdharmendra kushwaha proposed openstack/tacker: Alarn monitor: Alarm framework Co-Author: Dharmendra Kushwaha  https://review.openstack.org/36297502:55
openstackgerritdharmendra kushwaha proposed openstack/tacker: Alarn monitor: Alarm framework  https://review.openstack.org/36297502:56
openstackgerritZhi Chang proposed openstack/tacker: Tacker deploy OpenWRT as VNF guide  https://review.openstack.org/35772802:58
*** amotoki has quit IRC03:08
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339803:10
*** yifei has quit IRC03:17
*** amotoki has joined #tacker03:21
*** yifei has joined #tacker03:22
*** amotoki has quit IRC03:30
*** bobh has joined #tacker03:32
*** amotoki has joined #tacker03:35
*** bobh has quit IRC03:37
*** haiwei has joined #tacker03:47
*** amotoki has quit IRC04:01
*** sripriya has joined #tacker04:04
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339804:05
*** changzhi has quit IRC04:09
gongyshsripriya, hi04:11
sripriyagongysh: hello04:11
gongyshsripriya, could you help with https://review.openstack.org/#/c/363461/04:12
sripriyagongysh: i already +2ed it04:12
gongyshsripriya, yes, I should grab sridhar_ram. :)04:13
sripriyagongysh: sridhar_ram is on PTO for the rest of this week, i would suggest you to ping other cores to get it merged04:14
gongyshPTO?04:14
sripriyagongysh: on travel04:14
gongyshsripriya, ok, thanks04:15
*** amotoki has joined #tacker04:16
sripriyabryan_att: ping04:23
*** links has joined #tacker04:32
*** KanagarajM has joined #tacker04:33
openstackgerritKanagaraj Manickam proposed openstack/tacker: VNF scaling: Functional test  https://review.openstack.org/36357304:35
*** sripriya has quit IRC04:37
*** amit213 has quit IRC04:37
*** amit213 has joined #tacker04:40
dkushwahatung_doan, ping04:55
gongyshKanagarajM,  can you help with https://review.openstack.org/#/c/363461/?05:13
*** tung_doan_ has joined #tacker05:19
openstackgerritdharmendra kushwaha proposed openstack/tacker: Alarn monitor: Alarm framework  https://review.openstack.org/36297505:24
*** saju_m has joined #tacker05:28
*** vishnoianil has joined #tacker05:29
*** neel has joined #tacker05:34
openstackgerritTung Doan proposed openstack/tacker: Alarn monitor: Alarm framework  https://review.openstack.org/36297505:43
*** KanagarajM has quit IRC05:51
*** manikanta_tadi has joined #tacker05:51
*** janki has joined #tacker06:04
*** KanagarajM has joined #tacker06:14
openstackgerritdharmendra kushwaha proposed openstack/tacker: [WIP]Alarm monitor: Update WSGI and API  https://review.openstack.org/35597506:31
*** saju_m has quit IRC06:38
dkushwahagongysh, hi06:51
gongyshhi06:51
dkushwahagongysh, Regarding comment on https://review.openstack.org/#/c/363549/ , please let me know how can I test the neutron port name06:52
gongyshdkushwaha, you can add a neutron client and get the neutron port.06:53
dkushwahagongysh, by neutron cli?06:53
gongyshdkushwaha, no. I think tempest should have this kind of stuff. the neutron API client. but we can also use openstack sdn06:54
dkushwahagongysh, for nova VM , I verified it on horizon and it was created successfully06:54
gongyshsdn -> sdk.06:54
gongyshdkushwaha, we should write it in functional test, not verified by human, right?06:55
dkushwahagongysh, yes sure06:55
openstackgerritdharmendra kushwaha proposed openstack/tacker: Alarn monitor: Alarm framework  https://review.openstack.org/36297507:07
jankigongysh, ping07:32
gongyshhi07:32
jankigongysh, regarding the test cases in https://review.openstack.org/#/c/34083807:41
jankivnf_details can hold 2 values - empty list [ ], or list of dict. of. resources [{'name':, 'type':, 'id'}]. I am using assertIsNotNone to pass the test cases in any of the 2 vnf_details values.07:42
jankigongysh, Could you please guide me into what different assert condition should I use?07:43
gongyshjanki, as unit test, we can mock heat to return the values so that we can get the related stuff via plugin.get_vnf_resources07:43
jankigongysh, wouldn't this be like avaoiding the case when heat is not available07:44
janki?07:44
gongyshso to test what cases we will get [], what cases we will get list of dict.07:44
jankiwe will get [ ], when vnf is != active or heat is not available07:45
*** KanagarajM has quit IRC07:46
gongyshjanki, then write it alike. use mock to stub something.07:46
jankigongysh, what about the functional test?07:47
gongyshjanki, I think we should have unit tests to cover empty and list of dicts.07:47
gongyshfunctional test does not mock.07:47
jankigongysh, are you suggesting writing 2 tests to check for empty and not empty lists?07:48
jankigongysh, so in functional test, is the applied condition assertIsNotNone appropriate?07:48
gongyshjanki,  if VNF is active, its resources should not be empty, right?07:50
jankigongysh, yes if vnf is active and heat is available, response can not be empty. but the response from heat can be empty if heat-api service is not available07:51
*** KanagarajM has joined #tacker07:52
jankigongysh, in test cases, we check the final output after calling heat-api07:53
gongyshjanki,  the API should return error if heat-api is not there when we call get_vnf_resource API.07:55
tung_doan_dkushwaha: ping07:57
jankigongysh, we have decided to drop the "error" parameter currently. instead, it is logged and an empty list is returned.07:57
gongyshjanki, why, it is not user friendly.07:58
jankigongysh, PS 26 describes error_reason but was dropped following a discussion on that07:58
*** saju_m has joined #tacker07:59
jankigongysh, 1. error column from client patch was removed and the client release was done.07:59
gongyshjanki, this is not what I said, it is not error column. It is the HTTP status code.08:00
jankigongysh, 2. sridhar wanted the error to go in as a single resource and with individual resources. current API framework doesnot support that08:00
jankigongysh, are you suggesting that I raise an exception for that?08:01
gongyshjanki, yes, and let the API return error status code.08:01
jankigongysh, currently, infra_driver does this when heat is not available08:02
jankiexcept Exception:08:02
janki            LOG.error(_("C08:02
jankiinstead, rasie exception heatnotfound? this would also need introducing a new exception?08:03
gongyshjanki, do you have code lines?08:03
*** KanagarajM has quit IRC08:04
jankigongysh, yes. https://review.openstack.org/#/c/340838/29/tacker/vnfm/infra_drivers/heat/heat.py L857-87008:04
gongyshjanki, we can raise some exception and let the API return http error status code.08:05
jankiDepending on this, L601-609 is executed in file https://review.openstack.org/#/c/340838/29/tacker/vm/plugin.py08:05
gongyshthat is the way define API. API should have 20x status code, and some status code for exception.08:05
gongyshthe way to define API.08:06
jankigongysh, let me try doing this way...08:06
jankigongysh, how would this affect the test cases?08:07
*** tung_doan_ has quit IRC08:08
gongyshjanki, for functional test, vnf_details = self.client.list_vnf_resources(vnf_id) for good case.08:09
gongyshjanki, for exception case,  can we call the client.list_vnf_resources(vnf_id) if the vnf is dead?08:10
gongyshjanki, it is not easy to simulate the heat-api does not exist.08:11
jankigongysh, sounds good...currently the test_vnf https://review.openstack.org/#/c/340838/29/tacker/tests/functional/vnfm/test_vnf.py asserts that vnf = active. should I write a create a new test file to check for vnf is dead08:12
jankigongysh, yes, heat api not available is difficult to simulate. I explicitly made vnf_details = [ ] to check the asserts08:13
gongyshjanki,  we can write new file.08:14
jankigongysh, cool..will do that08:14
jankigongysh, thanks for guidin through this :)08:15
gongyshjanki, nope08:15
tung_doandkushwaha: pong08:16
*** diga has joined #tacker08:18
*** neel has quit IRC08:28
*** KanagarajM has joined #tacker08:46
*** amotoki_ has joined #tacker08:55
*** Ravikiran_K has joined #tacker08:56
*** saju_m has quit IRC08:57
*** amotoki has quit IRC08:58
*** saju_m has joined #tacker09:10
dkushwahamanikanta_tadi, hi09:21
manikanta_tadihi dkushwaha09:27
dkushwahamanikanta_tadi, https://review.openstack.org/#/c/348874/09:27
dkushwahamanikanta_tadi, regarding https://review.openstack.org/#/c/348874 , Actually I am trying to test this patch. But it looks no impact on output. I am suspecting that i may made some mistake.09:29
dkushwahamanikanta_tadi, Have you tested this on your env?09:29
manikanta_tadidkushwaha, yes, I did09:30
manikanta_tadiI just removed the id thats it09:30
dkushwahamanikanta_tadi, ok. I m trying to recheck my env again.09:31
manikanta_tadidkushwaha, Ok sure,09:31
dkushwahamanikanta_tadi, thanks09:31
*** neel has joined #tacker09:34
*** diga has quit IRC09:49
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339809:56
*** neel has quit IRC09:56
*** neel has joined #tacker10:03
*** KanagarajM has quit IRC10:07
*** KanagarajM has joined #tacker10:22
gongyshKanagarajM, hi can you help with https://review.openstack.org/#/c/363461/?10:23
*** KanagarajM_ has joined #tacker10:30
*** KanagarajM has quit IRC10:30
*** Qiming has quit IRC10:40
*** Qiming has joined #tacker10:45
openstackgerritMerged openstack/tacker: Move tempest_lib to tempest.lib  https://review.openstack.org/36346110:47
openstackgerritMerged openstack/tacker: Temporarily disable ping monitor functional test  https://review.openstack.org/36193310:47
*** KanagarajM_ has quit IRC10:48
*** gongysh has quit IRC10:49
*** KanagarajM_ has joined #tacker10:51
*** Ravikiran_K has quit IRC10:52
openstackgerritOpenStack Proposal Bot proposed openstack/tacker: Updated from global requirements  https://review.openstack.org/36423410:55
*** KanagarajM_ has quit IRC10:59
*** dkushwaha is now known as dkushwaha_away11:00
*** tung_doan has quit IRC11:03
*** neel has quit IRC11:08
*** neel has joined #tacker11:16
*** gongysh has joined #tacker11:49
*** rnoriega has quit IRC12:04
*** bobh has joined #tacker12:04
*** neel has quit IRC12:13
openstackgerritgongysh proposed openstack/tacker: Fix the monitor bug  https://review.openstack.org/36339812:16
*** bobh has quit IRC12:20
*** tbh_ has joined #tacker12:29
*** gongysh has quit IRC12:36
tbh_sridhar_ram, ping12:45
*** tbh_ is now known as tbh12:45
*** tbh has quit IRC12:49
*** links has quit IRC12:51
*** tbh_ has joined #tacker13:04
*** tbh_ is now known as tbh13:07
*** thatsdone has joined #tacker13:11
*** tung_doan has joined #tacker13:12
*** amotoki_ has quit IRC13:14
*** tung_doan has quit IRC13:16
*** gongysh has joined #tacker13:16
gongyshtbh, hi13:17
gongyshcould you please help to review https://review.openstack.org/#/c/363398/? which fixed the functional test problem.13:17
tbhgongysh, sure13:18
*** manikanta_tadi has quit IRC13:21
*** amotoki has joined #tacker13:31
*** tbh has quit IRC13:42
*** tbh has joined #tacker13:43
*** amotoki has quit IRC13:43
*** openstackgerrit has quit IRC13:49
*** openstackgerrit has joined #tacker13:50
*** amotoki has joined #tacker13:50
*** amotoki has quit IRC13:59
*** vishwanathj has joined #tacker14:06
tbhgongysh, ping14:07
*** amotoki has joined #tacker14:14
*** KanagarajM_ has joined #tacker14:21
*** tbh is now known as tbh_afk14:27
*** tbh_afk has quit IRC14:27
*** gongysh has quit IRC14:33
bryan_attsripriya: ping14:47
bryan_attsridhar_ram: trozet_: ping still failing to install Tacker due to "ImportError: Plugin 'vnfm' not found.". My script is at https://git.opnfv.org/cgit/models/tree/tests/utils/tacker-setup.sh14:49
*** tbh_ has joined #tacker14:54
*** saju_m has quit IRC14:56
*** janki has quit IRC15:04
*** trozet_ is now known as trozet15:04
*** hparekh has joined #tacker15:12
*** hparekh has quit IRC15:13
*** KanagarajM_ has quit IRC15:14
*** tbh_ has quit IRC15:17
*** sripriya has joined #tacker15:18
trozetbryan_att: why are you sintalling tacker?15:21
trozetinstalling tacker*15:22
bryan_att(1) because not everyone does; (2) because I need to know how it works; (3) because that's how I roll15:22
trozetbryan_att: heh15:23
trozetbryan_att: so from Brahmaputra I already have a script that uses bash/puppet to install tacker and client15:23
bryan_attI am using it as a VNFM justlike cloudify, openbaton, juju, etc etc and need to setup install scripts to verify the functionality.15:24
trozetbryan_att: with what OPNFV installer?15:24
bryan_attI will take a look at your script, but I may want to tweak the approach.15:24
bryan_attAll installers15:24
bryan_attit's a generic functest use case for the models project15:26
bryan_attstarting with hello world and expanding to reference VNFs15:26
bryan_attgetting the VNFMs install consistently, and independently of any specific installer tech is the goal15:26
bryan_attif I can't do that, it tells me something important about the VNFM project, e.g. how portable it is to different infra management approaches15:27
bryan_attand how complex/fragile it is...15:27
*** KanagarajM_ has joined #tacker15:28
sripriyabryan_att: ping15:30
bryan_attsripriya: hi15:30
sripriyabryan_att: regarding the vnfm plugin not found, i assume you have the vnfm plugin path added to python namepsace15:31
bryan_attsripriya: not sure, how do I do that?15:31
sripriyabryan_att: referring to https://github.com/openstack/tacker/blob/stable/mitaka/etc/tacker/tacker.conf#L6515:31
sripriyabryan_att: and https://github.com/openstack/tacker/blob/stable/mitaka/setup.cfg#L4415:32
bryan_attlet me check15:32
sripriyabryan_att: since you are installing tacker in virtual env. this path is expected to be in virtual env namepsace15:32
sripriyabryan_att: i assume you tried starting tacker server in virtual env?15:33
bryan_attyes, "service_plugins = vnfm,nfvo" is in tacker.conf15:33
bryan_attyes, the server is running in the venv15:33
bryan_attand the setup.cfg lines are there also15:35
sripriyabryan_att: can you share the tacker server logs as well?15:35
bryan_atthttps://www.irccloud.com/pastebin/BErdcCfn/15:36
sripriyabryan_att: needed the logs which contained the vnfm plugin not found error15:37
trozetbryan_att: I still fail to see the purpose here.  Functest doesn't install openstack services15:37
bryan_attsripriya: here is https://www.irccloud.com/pastebin/XUbRjUHV/tacker.log15:37
trozetbryan_att: if you want to install tacker, I think you should work with an installer15:38
bryan_atttrozet: not sure what you mean; functest installs vIMS using Cloudify as a test driver. I will do the same for a variety of reference VNFs, using Cloudify, Tacker, etc etc15:38
openstackgerritdharmendra kushwaha proposed openstack/python-tackerclient: Add support for multi delete  https://review.openstack.org/34980615:39
bryan_attThe VNFMs will only be used for the purpose of the test, and removed afterward. They are part of the test setup/context.15:39
trozetbryan_att: I can't comment on vIMS (i'm not that familiar with it), but I believe that is more of a VNF, not a mano service.  To run it, it invokes openstack services to create instances and test against them, right?15:40
*** dkushwaha has joined #tacker15:41
bryan_atttrozet: yes, I am not talking about installing control plane services (e.g. OpenStack services) but applications such as vIMS, vRouter, vFW, vProxy, ...15:41
trozetbryan_att: right, and that is fine to do that in functest15:41
bryan_attI use the VNFM (e.g. Tacker) to lifecycle-manage the VNFs, starting with deployment.15:41
trozetbryan_att: but installing the VNFM is a different story, thats an openstack service15:42
trozetbryan_att: so installing services to invoke VNFs, should be done in an installer - not functest15:42
bryan_atttrozet: well,... that's a perspective. We don't view ECOMP as an OpenStack service... anything above the VIM is not necessarily an "OpenStack service". We want to keep the control plane light, focused, secure, efficient... NFVO/VNFM sit above it in our view, and across different VIMs (e.g. BM, Kubernetes, OpenStack, SDNCs, ...)15:44
trozetbryan_att: right, but an "OPNFV installer" is not just an "openstack installer" it is supposed to install the OPNFV platform.  If you are installing another MANO service onto that platform, then you are skipping the installer15:45
trozetbryan_att: what if other folks want to use tacker, or cloudify with their Apex install? they have to download functest and run a functest suite to do that?15:46
trozetbryan_att: it seems liek the wrong approach to me to put that in a test suite15:46
bryan_atttrozet: the vIMS test case installs Cloudify as part of the test setup. I'm just replicating that model. I don't have the resources or time to create VNFM-permuted scenarios and test with a single VNFM in a single deploy run. I need to test as many as possible in a single deploy run. Install, test, wipe, repeat.15:46
trozetbryan_att: ok.  I've said my piece :) Fuel and Apex already install Tacker, so those 2 you don't need to worry about.  I'm not sure if the other installers already do it as well15:47
bryan_atttrozet: others can use the VNFM installer script I am writing to do it, after the deploy is complete. Or they can pick the installer support up-front if they want, and if it's supported by the installer. That's not my focus. My focus is validating VNFM support for standard blueprints and VNF lifecycle management.15:47
trozetbryan_att: yeah but your script will be in the functest repo ?15:48
bryan_atttrozet: no, it will be in the models repo https://git.opnfv.org/cgit/models/tree/tests/utils/tacker-setup.sh15:48
bryan_attobviously tailored to my test use-case, but something that is tweakable. Or they can use your script.15:49
trozetbryan_att: i still don't think this is a good idea...but we can move on15:50
trozetbryan_att: i would suggest using puppet to install tacker15:50
*** uck has joined #tacker15:50
trozetbryan_att: you can use this puppet module: https://github.com/trozet/puppet-tacker/tree/fix_db_sync15:51
bryan_atttrozet: I think you still don't understand it, but OK. Hopefully the Tacker team can help me get thru this. And yes, if there is a more config-mgmt-methodolgy consisten approach (e.g. puppet) I can use, I will. But as I said, I need to know how it works, first. That's part of the technical assessment of solutions.15:51
*** Vijayendra has quit IRC15:56
sripriyabryan_att: regarding the error, do you have the tacker.vm.plugin:VNFMPlugin file in your venv, can you confirm that?15:59
sripriyabryan_att: also, if there is any error within the file itself, it again does not load.16:00
bryan_attsripriya: do you mean this? https://www.irccloud.com/pastebin/r3OvrCW1/16:03
openstackgerritKanagaraj Manickam proposed openstack/tacker: VNF scaling: Functional test  https://review.openstack.org/36357316:03
bryan_attfind / -name tacker.vm.plugin:VNFMPlugin (returns nothing)16:03
sripriyabryan_att: within your venv?16:04
sripriyabryan_att: can you navigate to /tmp/tacker/venv/local/lib/python2.7/site-packages/tacker/vm/plugin?16:05
bryan_attwithin anything on the machine16:05
bryan_atthttps://www.irccloud.com/pastebin/CB3gmvRV/16:06
*** tbh has joined #tacker16:06
bryan_atthttps://www.irccloud.com/pastebin/XMlgbhUK/16:06
*** Vijayendra has joined #tacker16:08
sripriyabryan_att: one difference i see here is, i dont see the parent tacker directory in the venv path16:08
bryan_attsripriya: not sure what you mean by parent tacker directory16:09
bryan_atthttps://www.irccloud.com/pastebin/HStAIkQ9/16:10
sripriyabryan_att: i can see the plugin file in the path, did you modify the plugin file?16:14
bryan_attsripriya: no - what file is the plugin?16:15
sripriyabryan_att: tacker.vm.plugin:VNFMPlugin16:15
bryan_attsripriya: sorry, I don't see that in the path, what folder do you see it in?16:16
*** thatsdone has quit IRC16:16
bryan_att(maybe I don't understand what you mean by "in the path")16:17
*** KanagarajM_ has quit IRC16:17
sripriyabryan_att: https://www.irccloud.com/pastebin/XMlgbhUK/16:17
sripriyabryan_at: i see the plugin.py file in your venv16:18
bryan_attOK, I was looking for a file named  tacker.vm.plugin:VNFMPlugin !16:18
sripriyabryan_att: no..16:18
bryan_attyeah I thought that was a weird filename. So what's up with it not being able to be found?16:19
sripriyabryan_att: i suspect the namespace and file path are not the same in venv16:21
sripriyabryan_att: basically tries to resolve the class tacker.vm.plugin:VNFMPlugin inside venv which is not happening16:21
bryan_attOK, I can try it without using the venv, if that works.16:22
bryan_attSince I'm running this in a container maybe I don't need it.16:22
sripriyabryan_att:  yes16:23
*** sripriya has quit IRC16:26
*** amotoki has quit IRC16:51
*** Vijayendra has quit IRC16:51
*** uck has quit IRC16:56
*** diga has joined #tacker16:58
*** Vijayendra has joined #tacker17:05
*** prashantD has joined #tacker17:08
tbhsridhar_ram, ping17:34
*** s3wong has joined #tacker17:50
*** uck has joined #tacker17:57
*** uck has quit IRC18:02
*** tbh has quit IRC18:12
*** openstackgerrit has quit IRC18:18
*** openstackgerrit has joined #tacker18:19
*** Murali_ has quit IRC18:28
*** Murali_ has joined #tacker18:31
*** s3wong has quit IRC18:38
*** s3wong has joined #tacker18:38
*** uck has joined #tacker18:59
*** uck has quit IRC19:04
*** bobh has joined #tacker19:21
*** bobh has quit IRC19:23
*** saju_m has joined #tacker19:29
openstackgerritvishwanath jayaraman proposed openstack/tacker: Logs events for VNF monitoring and actions  https://review.openstack.org/36168019:36
openstackgerritvishwanath jayaraman proposed openstack/tacker: Logs events for VNF scale operations  https://review.openstack.org/36394619:41
bryan_attsripriya: looks like removing the venv helped. The tacker service seems to be running now. Can you point me to a good "hello world" VNFD that can I try out to see if it's really working?20:17
vishwanathjhttps://github.com/openstack/tacker/blob/master/samples/tosca-templates/vnfd/tosca-vnfd-hello-world.yaml20:26
vishwanathjbryan_att ^^^^20:26
bryan_attthanks, I'll try that20:26
*** vishnoianil has quit IRC20:32
openstackgerritTung Doan proposed openstack/tacker: Alarm monitor: Update Heat driver  https://review.openstack.org/34772120:53
openstackgerritTung Doan proposed openstack/tacker: [WIP]Alarm monitor: Update WSGI and API  https://review.openstack.org/35597520:53
openstackgerritTung Doan proposed openstack/tacker: Alarn monitor: Alarm framework  https://review.openstack.org/36297520:53
*** uck has joined #tacker20:53
*** vishnoianil has joined #tacker21:36
*** bobh has joined #tacker21:51
openstackgerritTung Doan proposed openstack/tacker: Alarn monitor: Alarm framework  https://review.openstack.org/36297521:54
*** s3wong has quit IRC21:59
*** Murali_ has quit IRC22:04
*** vishnoianil has quit IRC22:05
*** bobh has quit IRC22:09
*** Murali_ has joined #tacker22:11
*** vishnoianil has joined #tacker22:21
*** dkushwaha has quit IRC23:18
*** Murali_ has quit IRC23:25
*** vishwanathj has quit IRC23:30
*** gongysh has joined #tacker23:35
*** prashantD has quit IRC23:59

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