Wednesday, 2016-12-21

digasridhar_ram: Hey00:00
digasridhar_ram: talking to infra team00:02
sridhar_ramdiga: about branching?00:02
*** uck has joined #tacker00:02
digayes00:02
digarequesting for feature branch00:03
diga"feature/pecan-api-framework"00:03
digasridhar_ram: is the above name OK for feature branch00:03
digasridhar_ram: we need to merge the review patch because we have give a base ref for creating branch00:04
*** uck has quit IRC00:08
digasridhar_ram: Can you join ifra channel for a min, they have some questions on tag, commit sha1 for creating feature branch00:12
sridhar_ramdiga: branch name looks good00:27
sridhar_ramdiga: current latest master would be fine ref point..00:27
*** arturt has joined #tacker00:28
digasridhar_ram: okay00:28
digasridhar_ram: are we having meeting today around 11AM IST ?00:29
sridhar_ramdiga: yes00:29
sridhar_ramdiga: if u can join and provide an update that will be great00:29
digasridhar_ram: Sure, we can disucss in the meeting about this, have some questions00:30
*** arturt has quit IRC00:32
sridhar_ramdiga: sounds good, let's also do some quick comparison with flask & falcon as jroll mentioned00:36
digasridhar_ram: Yep00:36
digasridhar_ram: I hve done it for flask, bottle & pecan, then came to PEcan & I think falcon is something I need to catch00:37
digasridhar_ram: will look at again flask & falcon and update the spec accordingly00:38
sridhar_ramdiga: sounds good00:48
digathanks sridhar_ram for joining infra, it was very fruitful discuss00:49
*** Vijayendra has joined #tacker00:52
*** bobh has joined #tacker01:03
*** gongysh has joined #tacker01:15
*** arturt has joined #tacker01:22
*** arturt has quit IRC01:28
*** uck has joined #tacker01:34
*** uck has quit IRC01:39
openstackgerritMerged openstack/tacker: Fix the problem of the file mode.  https://review.openstack.org/41263501:43
openstackgerritMerged openstack/tacker: Avoid Forcing the Translation of Translatable Variables  https://review.openstack.org/37845501:48
openstackgerritMerged openstack/tacker: Add __ne__ built-in function  https://review.openstack.org/39815901:49
openstackgerritMerged openstack/tacker: Fix 'No data to report' error in coverage.  https://review.openstack.org/41228501:51
openstackgerritMerged openstack/tacker: Fix broken link in EPA doc  https://review.openstack.org/40813101:51
openstackgerritMerged openstack/python-tackerclient: Add __ne__ built-in function  https://review.openstack.org/39817801:54
openstackgerritMerged openstack/python-tackerclient: Fix oslo.i18n problems in python-tackerclient  https://review.openstack.org/35530701:57
openstackgerritMerged openstack/python-tackerclient: Add stevedore to requirements  https://review.openstack.org/39044101:57
*** gongysh has quit IRC02:15
*** arturt has joined #tacker02:16
*** arturt has quit IRC02:21
*** gongysh has joined #tacker02:29
openstackgerritTony Breeds proposed openstack/python-tackerclient: Add Constraints support  https://review.openstack.org/41335002:30
*** Vijayendra has quit IRC02:40
*** s3wong_ has quit IRC02:55
gongyshtung_doan, hi02:56
*** arturt has joined #tacker03:10
gongyshsridhar_ram, hi, meeting is today, right?03:14
*** arturt has quit IRC03:15
tung_doangongysh: hi03:22
*** bobh has quit IRC03:22
gongyshtung_doan, https://review.openstack.org/#/c/382479/24/tacker/tests/unit/vm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_scale.yaml03:22
gongysh      properties:03:23
gongysh        image: cirros-0.3.4-x86_64-uec03:23
gongysh        mgmt_driver: noop03:23
gongysh        availability_zone: nova03:23
gongysh        metadata: {metering: SG1}03:23
gongysh                    method: avg03:23
gongysh                    comparison_operator: gt03:23
gongysh                metadata: SG103:23
gongysh                actions: [SP1]03:23
gongyshwhat is the difference between these two metadata?03:23
gongyshwhat it the relationship?03:24
tung_doangongysh: metadata in monitoring policy need to matched with metadata in VDU03:24
tung_doangongysh: ceilometer monitors VDU based on this metadata03:25
gongyshit is too tricky to make user to write the right tosca template for our feature to work.03:26
gongyshwe have to think a user friendly way.03:27
tung_doangongysh: Heat autoscaling did the same. We should expose metadata to both VDU properties and monitoring policy. This  helps adjust monitoring policy for specific VDUS03:30
gongyshtung_doan, do we have checked if policy is saying "metadata: SG1", but no VDU is saying "metadata: SG1"?03:32
tung_doangongysh: yes. we have03:36
*** links has joined #tacker03:36
gongyshtung_doan, do we have the test case?03:36
tung_doangongysh: normally, if you dont describe the metadata in VDU properties, an exception will be raised in the test case03:39
gongyshtung_doan, we need an individual case for it. I think03:40
tung_doangongysh: i mean metadata for alarm case03:40
tung_doangongysh: https://review.openstack.org/#/c/382479/24/tacker/vnfm/infra_drivers/openstack/openstack.py@40603:41
tung_doangongysh: not sure what we should do with the individual case03:42
gongyshjust write a bad matched tosca template to trigger the exception.03:43
tung_doangongysh: for all bad matched cases, I think this test is enough: https://review.openstack.org/#/c/382479/24/tacker/tests/unit/vm/infra_drivers/openstack/test_openstack.py@46203:45
tung_doangongysh: we just modify tosca template, exception will be raise.03:46
tung_doangongysh: please correct me if i am wrong03:46
sridhar_ramgongysh: yes, there is mtg today03:47
gongyshtung_doan, I think we need to write one more test case to trigger the exception.03:48
tung_doangongysh: it means that we will have several cases like: 1. metadata in mon. policy is available and metadata in VDU is empty03:51
tung_doangongysh: 2. metadata in mon. policy is empty and metadata in VDU is available03:52
tung_doangongysh: 2. metadata in mon. policy and metadata in VDU are not matched03:52
gongyshtung_doan, in general, we should cover the logics in unit tests.03:52
gongyshsridhar_ram, https://wiki.openstack.org/wiki/Tacker, the meeting time is not right at that page?03:53
*** arturt has joined #tacker04:04
*** arturt has quit IRC04:09
*** dkushwaha has joined #tacker04:25
*** diga has quit IRC04:28
*** tbh has joined #tacker04:48
*** arturt has joined #tacker04:58
*** arturt has quit IRC05:03
*** Vijayendra has joined #tacker05:07
*** janki has joined #tacker05:20
*** haiwei_ has joined #tacker05:25
*** haiwei has quit IRC05:27
sridhar_ramgongysh: the meeting time is mentioned in https://wiki.openstack.org/wiki/Meetings/Tacker05:27
sridhar_ramgongysh: just fixed the meeting time in the main wiki page, thanks for catching the oops05:29
sridhar_ramFolks - meeting time, please head to #openstack-meeting05:29
*** KanagarajM has joined #tacker05:31
*** arturt has joined #tacker05:52
*** arturt has quit IRC05:57
*** Qiming has quit IRC06:01
*** neeldhwaj has joined #tacker06:05
*** s3wong has joined #tacker06:07
*** Qiming has joined #tacker06:07
haiwei_sridhar_ram: besides the spec https://review.openstack.org/#/c/352943/ , hope you can also review the refactor patch, the functional test is running now https://review.openstack.org/#/c/405276/06:33
sridhar_ramhaiwei_: sure ! sorry, i somehow missed your spec update.. reviewing now06:34
haiwei_sridhar_ram: thanks a lot06:34
sridhar_ramtbh: are you okay to +2/A https://review.openstack.org/#/c/405276 ?06:36
tbhsure sridhar_ram06:37
*** s3wong has quit IRC06:38
openstackgerritMerged openstack/tacker: Refactor the source code of infra_driver/openstack  https://review.openstack.org/40527606:41
*** arturt has joined #tacker06:47
*** arturt has quit IRC06:51
*** KanagarajM has quit IRC06:54
*** KanagarajM_ has joined #tacker06:55
*** KanagarajM_ has quit IRC06:57
*** KanagarajM_ has joined #tacker06:57
*** tbh has quit IRC07:11
*** arturt has joined #tacker07:41
*** arturt has quit IRC07:46
*** openstackgerrit has quit IRC07:48
*** neeldhwaj has quit IRC08:08
*** dkushwaha has quit IRC08:25
*** arturt has joined #tacker08:35
*** arturt has quit IRC08:39
*** arturt has joined #tacker09:29
*** arturt has quit IRC09:34
*** yifei has quit IRC09:35
*** jchhatbar has joined #tacker09:50
*** janki has quit IRC09:52
*** neeldhwaj has joined #tacker10:09
*** yifei has joined #tacker10:13
*** arturt has joined #tacker10:23
*** arturt has quit IRC10:28
*** Qiming has quit IRC10:30
*** Qiming has joined #tacker10:35
*** yifei has quit IRC10:51
*** yifei has joined #tacker10:52
*** jchhatbar is now known as janki10:58
*** gongysh has quit IRC11:13
*** yifei has quit IRC11:27
*** yifei has joined #tacker11:27
*** arturt has joined #tacker11:30
*** arturt has quit IRC11:31
*** openstackgerrit has joined #tacker11:40
openstackgerritvenkatamahesh proposed openstack/tacker: Support parameter input for vnffg template  https://review.openstack.org/40469611:40
*** neeldhwaj has quit IRC11:41
*** KanagarajM_ has quit IRC11:43
*** neeldhwaj has joined #tacker11:44
*** neeldhwaj has quit IRC11:46
openstackgerritvenkatamahesh proposed openstack/python-tackerclient: Support parameter input for vnffg template  https://review.openstack.org/40469411:49
openstackgerritvenkatamahesh proposed openstack/tacker: Support parameter input for vnffg template  https://review.openstack.org/40469611:52
*** yifei has quit IRC12:14
*** arturt has joined #tacker12:24
*** arturt has quit IRC12:29
openstackgerritvenkatamahesh proposed openstack/tacker: Support parameter input for vnffg template  https://review.openstack.org/40469612:43
*** yifei has joined #tacker12:54
*** arturt has joined #tacker13:13
*** gongysh has joined #tacker13:29
*** gongysh has quit IRC13:34
openstackgerritvenkatamahesh proposed openstack/tacker: Support parameter input for vnffg template  https://review.openstack.org/40469613:38
*** arturt has quit IRC14:04
*** arturt has joined #tacker14:06
*** lamt has joined #tacker14:10
*** yifei has quit IRC14:15
openstackgerritDigambar proposed openstack/tacker-specs: Implement API frameowrk for taker  https://review.openstack.org/36851114:15
openstackgerritDigambar proposed openstack/tacker-specs: Implement API frameowrk for taker  https://review.openstack.org/36851114:17
*** arturt has quit IRC14:17
*** arturt has joined #tacker14:18
*** arturt has quit IRC14:29
*** yifei has joined #tacker14:31
*** yifei has quit IRC14:38
*** arturt has joined #tacker14:44
*** tung_doan has quit IRC14:46
*** links has quit IRC14:49
*** bobh has joined #tacker14:57
*** arturt has quit IRC15:02
*** arturt has joined #tacker15:07
*** amotoki has quit IRC15:14
*** dkushwaha has joined #tacker15:18
*** janki has quit IRC15:28
*** bobh has quit IRC15:31
*** arturt has quit IRC15:32
*** arturt has joined #tacker15:33
*** arturt has quit IRC15:38
trozethi sridhar_ram15:38
*** tbh has joined #tacker15:42
openstackgerritvenkatamahesh proposed openstack/tacker: Support parameter input for vnffg template  https://review.openstack.org/40469615:44
*** openstackgerrit_ has joined #tacker15:48
*** dkushwaha has quit IRC15:48
*** openstackgerrit_ has quit IRC15:49
*** bobh has joined #tacker15:49
*** arturt has joined #tacker15:50
*** arturt has quit IRC15:50
*** bobh has quit IRC16:00
*** tbh has quit IRC16:05
*** tbh has joined #tacker16:10
*** bobh has joined #tacker16:31
*** bobh has quit IRC16:31
*** openstackstatus has joined #tacker17:02
*** ChanServ sets mode: +v openstackstatus17:02
*** openstackstatus has quit IRC17:02
*** openstack has quit IRC17:02
*** openstack has joined #tacker17:07
tbhHi, there are couple of issues in tacker-horizon I am observing17:11
tbh1)Unable to open any workflow (UI component which we use for uploading templates)17:11
tbh2)Unable to display the VNFD in vnfcatalog showing error message as "unable to get instances"17:12
tbhfirst issues was solved by commenting https://github.com/openstack/tacker-horizon/blob/master/openstack_dashboard_extensions/_80_nfv.py#L417:12
tbhsecond one is because of https://github.com/openstack/tacker-horizon/blob/master/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfcatalog/tabs.py#L5617:13
tbhwe have to change s['service_type'] to s17:14
tbhas vnfd_list() is returning, list of vnfd dict which contains 'service_type' key17:14
tbhcouldn't find the exact reason for the first one, let me know if you got the reason for the first one17:15
*** bobh has joined #tacker17:37
*** vishnoianil has quit IRC17:45
*** bobh has quit IRC17:46
*** vishnoianil has joined #tacker17:57
-openstackstatus- NOTICE: Gerrit is being restarted to update its OpenID SSO configuration18:00
*** uck has joined #tacker18:27
*** vishnoianil has quit IRC18:32
sridhar_ramtbh: I'll double check as well, thanks for reporting18:33
sridhar_ramtrozet: howdy18:34
tbhnp18:34
*** tbh has quit IRC19:00
*** s3wong has joined #tacker19:09
*** vishnoianil has joined #tacker19:26
trozetsridhar_ram: hey how have you been doing?20:09
sridhar_ramtrozet: doing fine!20:10
s3wongtrozet: haven't heard from you for a while, and surprisingly showing up during Christmas holidays :-)20:10
trozets3wong: hehe yeah still working today and tomorrow and things have slowed down a bit, so thought perfect time to get caught up on tacker20:11
trozetsridhar_ram, s3wong: I wanted to ask what plans are going on for Ocata with respect to VNFFG.  I saw a couple blueprints, notably NSD implementation20:11
s3wongtrozet: Ocata has a short(er) release cycle, so not much planned20:12
s3wongtrozet: I am waiting for networking-sfc symmetrical chain support to merge, so we can add that in our driver20:13
trozets3wong: ok I keep seeing updates from Igor's patch on adding NSH20:13
trozets3wong: what is the target for  that to be completed?20:13
s3wongtrozet: keep on having merge conflict, hard to tell20:15
s3wongtrozet: the goal is still Ocata20:16
trozets3wong: cool20:16
trozets3wong, sridhar_ram: will try to help review the NSD stuff20:16
sridhar_ramtrozet: there is BP to add params support for VNFFG20:16
trozetsridhar_ram: yeah i commented on that patch today20:16
trozetsridhar_ram, s3wong: what about support for another VIM driver, like vmware?20:17
sridhar_ramtrozet: other than that nothing much.. i meant to ping to ask for things in explore .. particular network_src_port_id .. that was a nasty restriction20:17
sridhar_ramtrozet: atleast we need to unblock that for ODL-SFC20:17
sridhar_ramtrozet: on vmware vim, there is not much progress ...20:18
trozetsridhar_ram: yeah Anil worked around it I think, can't remember exactly what he did20:18
trozetsridhar_ram: is there not much progress because of priority or not enough man power?20:18
sridhar_ramtrozet: man power20:19
s3wongsridhar_ram: don't even think it was discussed as a work item in the last meeting...20:19
trozetsridhar_ram: do you get requests for support for another VIM? If so, is vmware the one people want the most?20:19
sridhar_ramtrozet: the folks who were interested didn't came back to write a BP / spec20:19
sridhar_ramtrozet: yep, VMware is the most asked20:19
sridhar_ramtrozet: in fact, there are few vim-driver refactoring going on in the current cycle, that will lend itself well to add vmware driver20:20
sridhar_ramtrozet: overall ... the major things happening Tacker Ocata are NSD, VNFC and Tacker-Senlin integration (auto-scaling using clustering)20:21
trozetsridhar_ram: so you think adding vmware driver would be in Pike?20:21
sridhar_ramtrozet: yes, frankly we should start now to land something as big as vmware driver comfortably in Pike20:22
trozetsridhar_ram: ok.  For NSD that seems to be making progress, I see some patches20:23
trozetsridhar_ram: is the plan there to keep the old functionality, but NSD template will be another way to create both vnffgd and vnfd?20:24
sridhar_ramtrozet: yep, the granular way of creating vnfs and vnffgs will be supported ..20:25
sridhar_ramtrozet: ah, btw.. the way NSD spec is written.. it will deliver only VNF (and VL) creation ..20:26
sridhar_ramtrozet: .. initial phase doesn't include creating FFG using VNFs that gets spawned.20:26
sridhar_ramtrozet: that is something you could explore20:27
trozetsridhar_ram: sure, so wait for NSD to be complete, then work on VNFFG implementation in Pike?20:28
s3wongsridhar_ram, trozet: sounds like a Pike item, possibly20:29
sridhar_ramtrozet: s3wong: agree, we can place it in Pike roadmap20:29
sridhar_ramtrozet: we are working on revamping our wsgi layer with a proper api framework .. that's another area work is in progress20:30
sridhar_ramtrozet: all this is quite handful for Ocata...20:30
trozetsridhar_ram: yeah, it is20:31
sridhar_ramtrozet: back to esx, i was hoping some one from VMware will join to co-contribute..20:31
trozetsridhar_ram: do yous till have meetings at tuesdays at 17:00 UTC?20:55
sridhar_ramtrozet: no, it moved to Wed 0530 UTC20:56
trozetsridhar_ram: ah ok20:56
sridhar_ramtrozet: probably too late for you :(20:57
trozetsridhar_ram: yeah 1:30 AM my time :)20:57
s3wongtrozet: i.e., 12:30am EST :-)20:57
trozetsridhar_ram: thats ok, was just wondering why i dont see the meeting start haha20:57
trozets3wong: yeah stupid daylight savings...20:58
sridhar_ramtrozet: we got to move to accommodate where most contributions coming from these days20:58
s3wongtrozet: EDT would be 1:30am --- don't know if it is better or worse for you, depending on whether your baby's preferred time to wake up :-)20:59
trozets3wong: haha a month ago I would have said it didn't matter, but she just started sleeping through the whole night...only took a year21:00
sridhar_ramtrozet: lol21:00
trozetmy first was sleeping through the night at 4 months21:00
s3wongtrozet: mine was about 6 months... I don't even remember my life during those 6 months anymore :-)21:01
trozets3wong: haha the funny part is, my wife still wakes up randomly at night bc she isnt used to sleeping more than an couple hours at a time21:02
*** uck has quit IRC21:03
s3wongtrozet: it did take time to adjust both way (sleep -> no sleep, then back to sleep)21:04
trozets3wong: yeah that is like my christmas present...being able to sleep again :)21:05
trozets3wong: id ont need anything else21:05
s3wongtrozet: :-)21:05
*** uck has joined #tacker22:03
*** bobh has joined #tacker22:14
*** bobh has quit IRC22:31
*** uck has quit IRC22:42
*** lamt has quit IRC23:32
*** bobh has joined #tacker23:46
*** bobh has quit IRC23:51

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