diga | sridhar_ram: Hey | 00:00 |
---|---|---|
diga | sridhar_ram: talking to infra team | 00:02 |
sridhar_ram | diga: about branching? | 00:02 |
*** uck has joined #tacker | 00:02 | |
diga | yes | 00:02 |
diga | requesting for feature branch | 00:03 |
diga | "feature/pecan-api-framework" | 00:03 |
diga | sridhar_ram: is the above name OK for feature branch | 00:03 |
diga | sridhar_ram: we need to merge the review patch because we have give a base ref for creating branch | 00:04 |
*** uck has quit IRC | 00:08 | |
diga | sridhar_ram: Can you join ifra channel for a min, they have some questions on tag, commit sha1 for creating feature branch | 00:12 |
sridhar_ram | diga: branch name looks good | 00:27 |
sridhar_ram | diga: current latest master would be fine ref point.. | 00:27 |
*** arturt has joined #tacker | 00:28 | |
diga | sridhar_ram: okay | 00:28 |
diga | sridhar_ram: are we having meeting today around 11AM IST ? | 00:29 |
sridhar_ram | diga: yes | 00:29 |
sridhar_ram | diga: if u can join and provide an update that will be great | 00:29 |
diga | sridhar_ram: Sure, we can disucss in the meeting about this, have some questions | 00:30 |
*** arturt has quit IRC | 00:32 | |
sridhar_ram | diga: sounds good, let's also do some quick comparison with flask & falcon as jroll mentioned | 00:36 |
diga | sridhar_ram: Yep | 00:36 |
diga | sridhar_ram: I hve done it for flask, bottle & pecan, then came to PEcan & I think falcon is something I need to catch | 00:37 |
diga | sridhar_ram: will look at again flask & falcon and update the spec accordingly | 00:38 |
sridhar_ram | diga: sounds good | 00:48 |
diga | thanks sridhar_ram for joining infra, it was very fruitful discuss | 00:49 |
*** Vijayendra has joined #tacker | 00:52 | |
*** bobh has joined #tacker | 01:03 | |
*** gongysh has joined #tacker | 01:15 | |
*** arturt has joined #tacker | 01:22 | |
*** arturt has quit IRC | 01:28 | |
*** uck has joined #tacker | 01:34 | |
*** uck has quit IRC | 01:39 | |
openstackgerrit | Merged openstack/tacker: Fix the problem of the file mode. https://review.openstack.org/412635 | 01:43 |
openstackgerrit | Merged openstack/tacker: Avoid Forcing the Translation of Translatable Variables https://review.openstack.org/378455 | 01:48 |
openstackgerrit | Merged openstack/tacker: Add __ne__ built-in function https://review.openstack.org/398159 | 01:49 |
openstackgerrit | Merged openstack/tacker: Fix 'No data to report' error in coverage. https://review.openstack.org/412285 | 01:51 |
openstackgerrit | Merged openstack/tacker: Fix broken link in EPA doc https://review.openstack.org/408131 | 01:51 |
openstackgerrit | Merged openstack/python-tackerclient: Add __ne__ built-in function https://review.openstack.org/398178 | 01:54 |
openstackgerrit | Merged openstack/python-tackerclient: Fix oslo.i18n problems in python-tackerclient https://review.openstack.org/355307 | 01:57 |
openstackgerrit | Merged openstack/python-tackerclient: Add stevedore to requirements https://review.openstack.org/390441 | 01:57 |
*** gongysh has quit IRC | 02:15 | |
*** arturt has joined #tacker | 02:16 | |
*** arturt has quit IRC | 02:21 | |
*** gongysh has joined #tacker | 02:29 | |
openstackgerrit | Tony Breeds proposed openstack/python-tackerclient: Add Constraints support https://review.openstack.org/413350 | 02:30 |
*** Vijayendra has quit IRC | 02:40 | |
*** s3wong_ has quit IRC | 02:55 | |
gongysh | tung_doan, hi | 02:56 |
*** arturt has joined #tacker | 03:10 | |
gongysh | sridhar_ram, hi, meeting is today, right? | 03:14 |
*** arturt has quit IRC | 03:15 | |
tung_doan | gongysh: hi | 03:22 |
*** bobh has quit IRC | 03:22 | |
gongysh | tung_doan, https://review.openstack.org/#/c/382479/24/tacker/tests/unit/vm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_scale.yaml | 03:22 |
gongysh | properties: | 03:23 |
gongysh | image: cirros-0.3.4-x86_64-uec | 03:23 |
gongysh | mgmt_driver: noop | 03:23 |
gongysh | availability_zone: nova | 03:23 |
gongysh | metadata: {metering: SG1} | 03:23 |
gongysh | method: avg | 03:23 |
gongysh | comparison_operator: gt | 03:23 |
gongysh | metadata: SG1 | 03:23 |
gongysh | actions: [SP1] | 03:23 |
gongysh | what is the difference between these two metadata? | 03:23 |
gongysh | what it the relationship? | 03:24 |
tung_doan | gongysh: metadata in monitoring policy need to matched with metadata in VDU | 03:24 |
tung_doan | gongysh: ceilometer monitors VDU based on this metadata | 03:25 |
gongysh | it is too tricky to make user to write the right tosca template for our feature to work. | 03:26 |
gongysh | we have to think a user friendly way. | 03:27 |
tung_doan | gongysh: Heat autoscaling did the same. We should expose metadata to both VDU properties and monitoring policy. This helps adjust monitoring policy for specific VDUS | 03:30 |
gongysh | tung_doan, do we have checked if policy is saying "metadata: SG1", but no VDU is saying "metadata: SG1"? | 03:32 |
tung_doan | gongysh: yes. we have | 03:36 |
*** links has joined #tacker | 03:36 | |
gongysh | tung_doan, do we have the test case? | 03:36 |
tung_doan | gongysh: normally, if you dont describe the metadata in VDU properties, an exception will be raised in the test case | 03:39 |
gongysh | tung_doan, we need an individual case for it. I think | 03:40 |
tung_doan | gongysh: i mean metadata for alarm case | 03:40 |
tung_doan | gongysh: https://review.openstack.org/#/c/382479/24/tacker/vnfm/infra_drivers/openstack/openstack.py@406 | 03:41 |
tung_doan | gongysh: not sure what we should do with the individual case | 03:42 |
gongysh | just write a bad matched tosca template to trigger the exception. | 03:43 |
tung_doan | gongysh: 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@462 | 03:45 |
tung_doan | gongysh: we just modify tosca template, exception will be raise. | 03:46 |
tung_doan | gongysh: please correct me if i am wrong | 03:46 |
sridhar_ram | gongysh: yes, there is mtg today | 03:47 |
gongysh | tung_doan, I think we need to write one more test case to trigger the exception. | 03:48 |
tung_doan | gongysh: it means that we will have several cases like: 1. metadata in mon. policy is available and metadata in VDU is empty | 03:51 |
tung_doan | gongysh: 2. metadata in mon. policy is empty and metadata in VDU is available | 03:52 |
tung_doan | gongysh: 2. metadata in mon. policy and metadata in VDU are not matched | 03:52 |
gongysh | tung_doan, in general, we should cover the logics in unit tests. | 03:52 |
gongysh | sridhar_ram, https://wiki.openstack.org/wiki/Tacker, the meeting time is not right at that page? | 03:53 |
*** arturt has joined #tacker | 04:04 | |
*** arturt has quit IRC | 04:09 | |
*** dkushwaha has joined #tacker | 04:25 | |
*** diga has quit IRC | 04:28 | |
*** tbh has joined #tacker | 04:48 | |
*** arturt has joined #tacker | 04:58 | |
*** arturt has quit IRC | 05:03 | |
*** Vijayendra has joined #tacker | 05:07 | |
*** janki has joined #tacker | 05:20 | |
*** haiwei_ has joined #tacker | 05:25 | |
*** haiwei has quit IRC | 05:27 | |
sridhar_ram | gongysh: the meeting time is mentioned in https://wiki.openstack.org/wiki/Meetings/Tacker | 05:27 |
sridhar_ram | gongysh: just fixed the meeting time in the main wiki page, thanks for catching the oops | 05:29 |
sridhar_ram | Folks - meeting time, please head to #openstack-meeting | 05:29 |
*** KanagarajM has joined #tacker | 05:31 | |
*** arturt has joined #tacker | 05:52 | |
*** arturt has quit IRC | 05:57 | |
*** Qiming has quit IRC | 06:01 | |
*** neeldhwaj has joined #tacker | 06:05 | |
*** s3wong has joined #tacker | 06:07 | |
*** Qiming has joined #tacker | 06: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_ram | haiwei_: sure ! sorry, i somehow missed your spec update.. reviewing now | 06:34 |
haiwei_ | sridhar_ram: thanks a lot | 06:34 |
sridhar_ram | tbh: are you okay to +2/A https://review.openstack.org/#/c/405276 ? | 06:36 |
tbh | sure sridhar_ram | 06:37 |
*** s3wong has quit IRC | 06:38 | |
openstackgerrit | Merged openstack/tacker: Refactor the source code of infra_driver/openstack https://review.openstack.org/405276 | 06:41 |
*** arturt has joined #tacker | 06:47 | |
*** arturt has quit IRC | 06:51 | |
*** KanagarajM has quit IRC | 06:54 | |
*** KanagarajM_ has joined #tacker | 06:55 | |
*** KanagarajM_ has quit IRC | 06:57 | |
*** KanagarajM_ has joined #tacker | 06:57 | |
*** tbh has quit IRC | 07:11 | |
*** arturt has joined #tacker | 07:41 | |
*** arturt has quit IRC | 07:46 | |
*** openstackgerrit has quit IRC | 07:48 | |
*** neeldhwaj has quit IRC | 08:08 | |
*** dkushwaha has quit IRC | 08:25 | |
*** arturt has joined #tacker | 08:35 | |
*** arturt has quit IRC | 08:39 | |
*** arturt has joined #tacker | 09:29 | |
*** arturt has quit IRC | 09:34 | |
*** yifei has quit IRC | 09:35 | |
*** jchhatbar has joined #tacker | 09:50 | |
*** janki has quit IRC | 09:52 | |
*** neeldhwaj has joined #tacker | 10:09 | |
*** yifei has joined #tacker | 10:13 | |
*** arturt has joined #tacker | 10:23 | |
*** arturt has quit IRC | 10:28 | |
*** Qiming has quit IRC | 10:30 | |
*** Qiming has joined #tacker | 10:35 | |
*** yifei has quit IRC | 10:51 | |
*** yifei has joined #tacker | 10:52 | |
*** jchhatbar is now known as janki | 10:58 | |
*** gongysh has quit IRC | 11:13 | |
*** yifei has quit IRC | 11:27 | |
*** yifei has joined #tacker | 11:27 | |
*** arturt has joined #tacker | 11:30 | |
*** arturt has quit IRC | 11:31 | |
*** openstackgerrit has joined #tacker | 11:40 | |
openstackgerrit | venkatamahesh proposed openstack/tacker: Support parameter input for vnffg template https://review.openstack.org/404696 | 11:40 |
*** neeldhwaj has quit IRC | 11:41 | |
*** KanagarajM_ has quit IRC | 11:43 | |
*** neeldhwaj has joined #tacker | 11:44 | |
*** neeldhwaj has quit IRC | 11:46 | |
openstackgerrit | venkatamahesh proposed openstack/python-tackerclient: Support parameter input for vnffg template https://review.openstack.org/404694 | 11:49 |
openstackgerrit | venkatamahesh proposed openstack/tacker: Support parameter input for vnffg template https://review.openstack.org/404696 | 11:52 |
*** yifei has quit IRC | 12:14 | |
*** arturt has joined #tacker | 12:24 | |
*** arturt has quit IRC | 12:29 | |
openstackgerrit | venkatamahesh proposed openstack/tacker: Support parameter input for vnffg template https://review.openstack.org/404696 | 12:43 |
*** yifei has joined #tacker | 12:54 | |
*** arturt has joined #tacker | 13:13 | |
*** gongysh has joined #tacker | 13:29 | |
*** gongysh has quit IRC | 13:34 | |
openstackgerrit | venkatamahesh proposed openstack/tacker: Support parameter input for vnffg template https://review.openstack.org/404696 | 13:38 |
*** arturt has quit IRC | 14:04 | |
*** arturt has joined #tacker | 14:06 | |
*** lamt has joined #tacker | 14:10 | |
*** yifei has quit IRC | 14:15 | |
openstackgerrit | Digambar proposed openstack/tacker-specs: Implement API frameowrk for taker https://review.openstack.org/368511 | 14:15 |
openstackgerrit | Digambar proposed openstack/tacker-specs: Implement API frameowrk for taker https://review.openstack.org/368511 | 14:17 |
*** arturt has quit IRC | 14:17 | |
*** arturt has joined #tacker | 14:18 | |
*** arturt has quit IRC | 14:29 | |
*** yifei has joined #tacker | 14:31 | |
*** yifei has quit IRC | 14:38 | |
*** arturt has joined #tacker | 14:44 | |
*** tung_doan has quit IRC | 14:46 | |
*** links has quit IRC | 14:49 | |
*** bobh has joined #tacker | 14:57 | |
*** arturt has quit IRC | 15:02 | |
*** arturt has joined #tacker | 15:07 | |
*** amotoki has quit IRC | 15:14 | |
*** dkushwaha has joined #tacker | 15:18 | |
*** janki has quit IRC | 15:28 | |
*** bobh has quit IRC | 15:31 | |
*** arturt has quit IRC | 15:32 | |
*** arturt has joined #tacker | 15:33 | |
*** arturt has quit IRC | 15:38 | |
trozet | hi sridhar_ram | 15:38 |
*** tbh has joined #tacker | 15:42 | |
openstackgerrit | venkatamahesh proposed openstack/tacker: Support parameter input for vnffg template https://review.openstack.org/404696 | 15:44 |
*** openstackgerrit_ has joined #tacker | 15:48 | |
*** dkushwaha has quit IRC | 15:48 | |
*** openstackgerrit_ has quit IRC | 15:49 | |
*** bobh has joined #tacker | 15:49 | |
*** arturt has joined #tacker | 15:50 | |
*** arturt has quit IRC | 15:50 | |
*** bobh has quit IRC | 16:00 | |
*** tbh has quit IRC | 16:05 | |
*** tbh has joined #tacker | 16:10 | |
*** bobh has joined #tacker | 16:31 | |
*** bobh has quit IRC | 16:31 | |
*** openstackstatus has joined #tacker | 17:02 | |
*** ChanServ sets mode: +v openstackstatus | 17:02 | |
*** openstackstatus has quit IRC | 17:02 | |
*** openstack has quit IRC | 17:02 | |
*** openstack has joined #tacker | 17:07 | |
tbh | Hi, there are couple of issues in tacker-horizon I am observing | 17:11 |
tbh | 1)Unable to open any workflow (UI component which we use for uploading templates) | 17:11 |
tbh | 2)Unable to display the VNFD in vnfcatalog showing error message as "unable to get instances" | 17:12 |
tbh | first issues was solved by commenting https://github.com/openstack/tacker-horizon/blob/master/openstack_dashboard_extensions/_80_nfv.py#L4 | 17:12 |
tbh | second one is because of https://github.com/openstack/tacker-horizon/blob/master/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfcatalog/tabs.py#L56 | 17:13 |
tbh | we have to change s['service_type'] to s | 17:14 |
tbh | as vnfd_list() is returning, list of vnfd dict which contains 'service_type' key | 17:14 |
tbh | couldn't find the exact reason for the first one, let me know if you got the reason for the first one | 17:15 |
*** bobh has joined #tacker | 17:37 | |
*** vishnoianil has quit IRC | 17:45 | |
*** bobh has quit IRC | 17:46 | |
*** vishnoianil has joined #tacker | 17:57 | |
-openstackstatus- NOTICE: Gerrit is being restarted to update its OpenID SSO configuration | 18:00 | |
*** uck has joined #tacker | 18:27 | |
*** vishnoianil has quit IRC | 18:32 | |
sridhar_ram | tbh: I'll double check as well, thanks for reporting | 18:33 |
sridhar_ram | trozet: howdy | 18:34 |
tbh | np | 18:34 |
*** tbh has quit IRC | 19:00 | |
*** s3wong has joined #tacker | 19:09 | |
*** vishnoianil has joined #tacker | 19:26 | |
trozet | sridhar_ram: hey how have you been doing? | 20:09 |
sridhar_ram | trozet: doing fine! | 20:10 |
s3wong | trozet: haven't heard from you for a while, and surprisingly showing up during Christmas holidays :-) | 20:10 |
trozet | s3wong: hehe yeah still working today and tomorrow and things have slowed down a bit, so thought perfect time to get caught up on tacker | 20:11 |
trozet | sridhar_ram, s3wong: I wanted to ask what plans are going on for Ocata with respect to VNFFG. I saw a couple blueprints, notably NSD implementation | 20:11 |
s3wong | trozet: Ocata has a short(er) release cycle, so not much planned | 20:12 |
s3wong | trozet: I am waiting for networking-sfc symmetrical chain support to merge, so we can add that in our driver | 20:13 |
trozet | s3wong: ok I keep seeing updates from Igor's patch on adding NSH | 20:13 |
trozet | s3wong: what is the target for that to be completed? | 20:13 |
s3wong | trozet: keep on having merge conflict, hard to tell | 20:15 |
s3wong | trozet: the goal is still Ocata | 20:16 |
trozet | s3wong: cool | 20:16 |
trozet | s3wong, sridhar_ram: will try to help review the NSD stuff | 20:16 |
sridhar_ram | trozet: there is BP to add params support for VNFFG | 20:16 |
trozet | sridhar_ram: yeah i commented on that patch today | 20:16 |
trozet | sridhar_ram, s3wong: what about support for another VIM driver, like vmware? | 20:17 |
sridhar_ram | trozet: other than that nothing much.. i meant to ping to ask for things in explore .. particular network_src_port_id .. that was a nasty restriction | 20:17 |
sridhar_ram | trozet: atleast we need to unblock that for ODL-SFC | 20:17 |
sridhar_ram | trozet: on vmware vim, there is not much progress ... | 20:18 |
trozet | sridhar_ram: yeah Anil worked around it I think, can't remember exactly what he did | 20:18 |
trozet | sridhar_ram: is there not much progress because of priority or not enough man power? | 20:18 |
sridhar_ram | trozet: man power | 20:19 |
s3wong | sridhar_ram: don't even think it was discussed as a work item in the last meeting... | 20:19 |
trozet | sridhar_ram: do you get requests for support for another VIM? If so, is vmware the one people want the most? | 20:19 |
sridhar_ram | trozet: the folks who were interested didn't came back to write a BP / spec | 20:19 |
sridhar_ram | trozet: yep, VMware is the most asked | 20:19 |
sridhar_ram | trozet: in fact, there are few vim-driver refactoring going on in the current cycle, that will lend itself well to add vmware driver | 20:20 |
sridhar_ram | trozet: overall ... the major things happening Tacker Ocata are NSD, VNFC and Tacker-Senlin integration (auto-scaling using clustering) | 20:21 |
trozet | sridhar_ram: so you think adding vmware driver would be in Pike? | 20:21 |
sridhar_ram | trozet: yes, frankly we should start now to land something as big as vmware driver comfortably in Pike | 20:22 |
trozet | sridhar_ram: ok. For NSD that seems to be making progress, I see some patches | 20:23 |
trozet | sridhar_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_ram | trozet: yep, the granular way of creating vnfs and vnffgs will be supported .. | 20:25 |
sridhar_ram | trozet: ah, btw.. the way NSD spec is written.. it will deliver only VNF (and VL) creation .. | 20:26 |
sridhar_ram | trozet: .. initial phase doesn't include creating FFG using VNFs that gets spawned. | 20:26 |
sridhar_ram | trozet: that is something you could explore | 20:27 |
trozet | sridhar_ram: sure, so wait for NSD to be complete, then work on VNFFG implementation in Pike? | 20:28 |
s3wong | sridhar_ram, trozet: sounds like a Pike item, possibly | 20:29 |
sridhar_ram | trozet: s3wong: agree, we can place it in Pike roadmap | 20:29 |
sridhar_ram | trozet: we are working on revamping our wsgi layer with a proper api framework .. that's another area work is in progress | 20:30 |
sridhar_ram | trozet: all this is quite handful for Ocata... | 20:30 |
trozet | sridhar_ram: yeah, it is | 20:31 |
sridhar_ram | trozet: back to esx, i was hoping some one from VMware will join to co-contribute.. | 20:31 |
trozet | sridhar_ram: do yous till have meetings at tuesdays at 17:00 UTC? | 20:55 |
sridhar_ram | trozet: no, it moved to Wed 0530 UTC | 20:56 |
trozet | sridhar_ram: ah ok | 20:56 |
sridhar_ram | trozet: probably too late for you :( | 20:57 |
trozet | sridhar_ram: yeah 1:30 AM my time :) | 20:57 |
s3wong | trozet: i.e., 12:30am EST :-) | 20:57 |
trozet | sridhar_ram: thats ok, was just wondering why i dont see the meeting start haha | 20:57 |
trozet | s3wong: yeah stupid daylight savings... | 20:58 |
sridhar_ram | trozet: we got to move to accommodate where most contributions coming from these days | 20:58 |
s3wong | trozet: 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 |
trozet | s3wong: haha a month ago I would have said it didn't matter, but she just started sleeping through the whole night...only took a year | 21:00 |
sridhar_ram | trozet: lol | 21:00 |
trozet | my first was sleeping through the night at 4 months | 21:00 |
s3wong | trozet: mine was about 6 months... I don't even remember my life during those 6 months anymore :-) | 21:01 |
trozet | s3wong: 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 time | 21:02 |
*** uck has quit IRC | 21:03 | |
s3wong | trozet: it did take time to adjust both way (sleep -> no sleep, then back to sleep) | 21:04 |
trozet | s3wong: yeah that is like my christmas present...being able to sleep again :) | 21:05 |
trozet | s3wong: id ont need anything else | 21:05 |
s3wong | trozet: :-) | 21:05 |
*** uck has joined #tacker | 22:03 | |
*** bobh has joined #tacker | 22:14 | |
*** bobh has quit IRC | 22:31 | |
*** uck has quit IRC | 22:42 | |
*** lamt has quit IRC | 23:32 | |
*** bobh has joined #tacker | 23:46 | |
*** bobh has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!