Wednesday, 2017-02-15

sridhar_ramdkushwaha_away: gongysh: tacker-horizon problem, including empty events tab is confirmed fix..00:32
*** bobh has joined #tacker00:43
*** gongysh has joined #tacker00:59
*** gongysh has quit IRC01:14
*** sam___ has joined #tacker01:38
sam___Does OpenStack Tacker has maillist?01:39
*** uck has joined #tacker01:39
s3wongsam___: no --- just like any other projects in OpenStack, please direct all email inquiry to openstack-dev with subject line tag [tacker]01:39
sam___OK01:40
sam___Will Tacker support SDN like ODL in the future? Or no plan on this ?01:43
s3wongsam___: no. For OpenStack VIM type, all network related operations are done through Neutron01:44
s3wongsam___: so technically Tacker can work with ODL, as Neutron already has ODL driver01:44
sam___OMG, I have to learn ODL, I don't like Java...01:45
s3wongsam___: good luck :-)01:46
*** sam___ has quit IRC01:50
*** uck has quit IRC01:57
*** gongysh has joined #tacker02:05
*** s3wong has quit IRC02:25
*** bobmel has joined #tacker02:34
*** bobmel has quit IRC02:39
*** dkushwaha_away has quit IRC02:41
*** amotoki has joined #tacker03:02
*** serverascode_ has joined #tacker03:05
*** tonyb_ has joined #tacker03:06
*** serverascode has quit IRC03:07
*** tonyb has quit IRC03:07
openstackgerritgongysh proposed openstack/tacker master: Add onboarded as default template-source  https://review.openstack.org/43133903:09
openstackgerritJimmy.Ye proposed openstack/tacker master: Adds attributes for verify support  https://review.openstack.org/43404803:17
*** serverascode_ is now known as serverascode03:18
*** amotoki has quit IRC03:19
*** tonyb_ is now known as tonyb03:21
*** KanagarajM has joined #tacker03:47
*** dkushwaha_away has joined #tacker04:01
*** dkushwaha has joined #tacker04:02
*** nmathew has joined #tacker04:02
*** amotoki has joined #tacker04:22
*** links has joined #tacker04:34
*** tbh has joined #tacker04:44
*** janki has joined #tacker04:58
*** bobmel has joined #tacker05:01
*** bobmel has quit IRC05:06
* sridhar_ram wanders in ...05:06
sridhar_ramgongysh: dkushwaha: horizon looks good now, thanks for fixing it05:07
*** diga has joined #tacker05:11
*** bobh has quit IRC05:13
dkushwahasridhar_ram, yup. But I am getting some issue in devstack(although not related to that)05:20
dkushwaha2017-02-14 14:12:47.175 | cp: cannot stat '/opt/stack/tacker-horizon/tacker_horizon/enabled/*': No such file or directory05:21
dkushwaha2017-02-14 14:12:47.178 | Error on exit05:21
dkushwahasridhar_ram, I am not sure, if this is my env only05:21
sridhar_ramdkushwaha: i didn't hit this..05:21
sridhar_ramdkushwaha: could be a permission issue in that dir ?05:23
dkushwahasridhar_ram, no, It was showing that /opt/stack/tacker-horizon/tacker_horizon/enabled is empty05:24
*** amotoki has quit IRC05:26
dkushwahasridhar_ram, i will check, may be environmental issue05:26
sridhar_rammeeting time .. head to #openstack-meeting05:29
*** diga has quit IRC05:33
*** amotoki has joined #tacker05:36
openstackgerritMerged openstack/tacker-horizon master: Add missing files for rpm-packaging  https://review.openstack.org/43185505:51
*** amotoki has quit IRC05:53
*** amotoki has joined #tacker06:02
*** dkushwaha_away has quit IRC06:08
*** amotoki has quit IRC06:10
*** bobh has joined #tacker06:13
*** bobh has quit IRC06:18
*** amotoki has joined #tacker06:21
sridhar_ramgongysh: fyi, here is the previous midcycle meetup etherpad .. https://etherpad.openstack.org/p/tacker-newton-midcycle06:31
sridhar_ramgongysh: lots of good stuff got discussed06:32
gongyshsridhar_ram, good. we have many not implemented even from that list.06:36
sridhar_ramgongysh: exactly06:36
gongyshsridhar_ram,  do you want to use the first slot 30 to do wrap up of ocata?06:37
*** amotoki_ has joined #tacker06:37
*** amotoki has quit IRC06:40
sridhar_ramgongysh: sure, slot me in06:44
openstackgerritdharmendra kushwaha proposed openstack/tacker master: nsd-support release note  https://review.openstack.org/43410807:26
*** bobmel has joined #tacker07:29
gongyshdkushwaha, https://review.openstack.org/#/c/431339/ please07:32
*** tbh has quit IRC07:33
dkushwahagongysh, sure, checking07:33
*** bobmel has quit IRC07:33
openstackgerritgongysh proposed openstack/tacker master: Unlimit the ram quota for testing  https://review.openstack.org/43411507:43
openstackgerritMerged openstack/tacker master: Add onboarded as default template-source  https://review.openstack.org/43133907:50
*** nmathew has quit IRC08:10
*** amotoki_ has quit IRC08:14
dkushwahagongysh, hi08:21
dkushwahagongysh, regarding your comment in https://review.openstack.org/#/c/417752/08:22
dkushwahagongysh, you mean we need to have the same as in TOSCA template. Right?08:23
*** amotoki has joined #tacker08:24
*** nmathew has joined #tacker08:32
*** links has quit IRC08:36
gongyshdkushwaha,  CP1:08:37
gongysh    properties: {name: sriov, 'binding:vnic_type': direct, network: net-mgmt}08:37
gongysh    type: OS::Neutron::Port08:37
gongysh  CP2:08:37
gongysh    properties: {'binding:vnic_type': {get_param: connection-type2}, network: sr3010}08:37
gongyshI see CP1 and CP2 in tosca template are almost the same, why they are different here in HOT?08:37
gongyshwhy has CP1 'binding:vnic_type': direct, and not the {'binding:vnic_type': {get_param: connection-type1}08:38
dkushwahagongysh, From heat side direct/Normal value are required instead of giving "srios" in param08:43
*** links has joined #tacker08:52
gongyshdkushwaha,     CP1:08:57
gongysh      type: tosca.nodes.nfv.CP.Tacker08:57
gongysh      properties:08:57
gongysh        name: sriov08:57
gongysh        management: true08:57
gongysh        type: {get_input : connection-type1}08:57
gongysh      requirements:08:57
gongysh        - virtualLink:08:57
gongysh            node: VL108:57
gongysh        - virtualBinding:08:57
gongysh            node: VDU108:57
gongysh    CP2:08:57
gongysh      type: tosca.nodes.nfv.CP.Tacker08:58
gongysh      properties:08:58
gongysh        type: {get_input : connection-type2}08:58
gongysh      requirements:08:58
gongysh        - virtualLink:08:58
gongysh            node: VL208:58
gongysh        - virtualBinding:08:58
gongysh            node: VDU108:58
gongyshthese08:58
gongysh  these two CPs are almost the same in tosca template, why they are different in HOT?08:58
*** amotoki has quit IRC09:05
*** radez has quit IRC09:05
*** links has quit IRC09:26
gongyshjanki, are you here?09:29
jankigongysh, Hi09:30
gongyshjanki, do you need one slot on https://etherpad.openstack.org/p/tacker-pike-grooming?09:38
*** nmathew has quit IRC09:39
*** nmathew has joined #tacker09:39
*** jchhatbar has joined #tacker09:40
gongyshdkushwaha, hi09:40
*** links has joined #tacker09:42
*** janki has quit IRC09:43
jchhatbargongysh, I got disconnected. Did I miss any messages?09:53
gongyshjchhatbar, do you need one slot on https://etherpad.openstack.org/p/tacker-pike-grooming?09:56
gongyshtung_doan_, hi09:56
*** jchhatbar is now known as janki09:57
jankigongysh, I dont have anything specific to talk about09:58
gongyshjanki, https://blueprints.launchpad.net/tacker/+spec/containerised-vnfs09:59
gongyshdon't you want to have a try in this cycle?09:59
jankigongysh, I was thinking to have discussion on the gerrit itself for that BP09:59
jankiI want to implement it in this cycle10:00
jankiI dont have 35 mins material to talk. I can initiate the discussion and everbody can chip in10:00
gongyshif you can share more detailed idea here, demo or something, this can give tacker guys a sense of how it will work.10:01
jankiwill try to come up with something like that or atleast what I have in mind10:02
gongyshtung_doan_, hi10:02
gongyshjanki, thanks10:03
gongyshjanki,  if possible write something in goole doc or demo it10:03
gongyshafter this feature, we will have VNF, CNF, and next maybe PNF10:04
jankigongysh, will do10:11
*** KanagarajM has quit IRC10:11
*** KanagarajM has joined #tacker10:12
*** dkushwaha_away has joined #tacker10:12
*** bobh has joined #tacker10:17
*** bobh has quit IRC10:22
*** gongysh has quit IRC10:42
*** nmathew has quit IRC10:56
*** bobh has joined #tacker11:18
*** bobh has quit IRC11:22
*** dkushwaha_away has quit IRC11:42
*** janki has quit IRC11:58
*** Qiming has quit IRC12:28
*** Qiming has joined #tacker12:30
*** dkushwaha_away has joined #tacker12:57
*** bobh has joined #tacker13:09
*** amotoki has joined #tacker13:10
*** tbh has joined #tacker13:20
*** bobh has quit IRC13:27
*** janki has joined #tacker13:52
dkushwahasridhar_ram, tbh Kindly verify my point on https://review.openstack.org/#/c/417752/ , and please review it.14:02
*** dkushwaha_away has quit IRC14:03
*** tbh has quit IRC14:16
*** links has quit IRC14:31
*** dkushwaha is now known as dkushwaha_on_lea14:37
*** dkushwaha_on_lea is now known as dkushwaha_away14:38
*** KanagarajM has quit IRC14:39
*** bobmel has joined #tacker14:42
*** bobmel_ has joined #tacker14:49
*** bobmel has quit IRC14:50
*** cboling has quit IRC15:09
*** bobmel_ has quit IRC15:19
*** bobmel has joined #tacker15:21
*** radez has joined #tacker15:23
*** trozet has quit IRC15:38
*** trozet has joined #tacker15:38
*** KanagarajM has joined #tacker15:40
*** bobmel has quit IRC15:53
*** amotoki has quit IRC15:55
*** bobh has joined #tacker15:57
*** KanagarajM has quit IRC15:58
*** cboling has joined #tacker16:42
*** tbh has joined #tacker16:50
*** janki has quit IRC16:59
*** bobmel has joined #tacker17:11
*** bobmel has quit IRC17:12
*** tbh has quit IRC17:17
*** bobmel has joined #tacker17:18
*** spzala has joined #tacker18:16
sridhar_rambobh: sripriya: please review / merge the relnotes for NSD.. https://review.openstack.org/#/c/434108/ .. thanks18:24
radezsridhar_ram: do you plan to branch stable/ocata?18:30
radezwe're building packages for ocata and most all the other projects have branched a stable/ocata for us to point at and build from18:30
*** bobh has quit IRC18:36
sridhar_ramradez: stable/ocata will be created by tomorrow18:37
sridhar_ramradez: couple of last minutes items to close18:37
radezsridhar_ram: thx18:52
*** s3wong has joined #tacker18:53
*** vishnoianil has joined #tacker19:09
*** bobh has joined #tacker19:37
*** bobh has quit IRC19:41
*** bobh has joined #tacker19:58
openstackgerritMerged openstack/tacker master: nsd-support release note  https://review.openstack.org/43410820:06
*** bobmel has quit IRC20:12
*** vishnoianil has quit IRC20:50
-openstackstatus- NOTICE: We're currently battling an increase in log volume which isn't leaving sufficient space for new jobs to upload logs and results in POST_FAILURE in those cases; recheck if necessary but keep spurious rebasing and rechecking to a minimum until we're in the clear.20:58
*** bobmel has joined #tacker21:13
*** bobh has quit IRC22:30
*** spzala has quit IRC23:17
openstackgerritSridhar Ramaswamy proposed openstack/tacker master: Docs update for Ocata features  https://review.openstack.org/43060323:31
*** bobh has joined #tacker23:43
*** spzala has joined #tacker23:55
*** spzala has quit IRC23:59

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