*** openstack has joined #tacker | 00:05 | |
*** bobh has joined #tacker | 00:12 | |
*** vishwana_ has quit IRC | 00:14 | |
*** santoshk has quit IRC | 00:20 | |
trozet | sridhar_ram_: sorry was in a meeting then had to afk for a bit, yeah those look fine, going to push a fix to tosca parser now | 00:24 |
---|---|---|
*** Qiming has quit IRC | 00:24 | |
sridhar_ram_ | trozet: no worries! thanks for the ack... | 00:25 |
*** bobh has quit IRC | 00:26 | |
sridhar_ram_ | uck: not sure about that error.. we will soon dabble in this area for NSD | 00:26 |
sridhar_ram_ | uck: lets me know what u find, as we can share notes on this | 00:26 |
*** bobh has joined #tacker | 00:27 | |
*** bobh has quit IRC | 00:31 | |
*** bobh has joined #tacker | 00:42 | |
*** vishwanathj has joined #tacker | 00:44 | |
trozet | sridhar_ram_, bobh: https://review.openstack.org/321312 | 00:47 |
bobh | trozet: looking at it now | 00:47 |
trozet | sridhar_ram_: i put targets in the vnffg spec, because I defaulted to putting what was already in tosca parser | 00:47 |
trozet | thanks bobh | 00:48 |
*** openstack has joined #tacker | 00:57 | |
*** arturt_ has quit IRC | 01:01 | |
*** arturt_ has joined #tacker | 01:08 | |
*** manikanta_tadi has joined #tacker | 01:12 | |
*** Qiming has joined #tacker | 01:13 | |
trozet | bobh: ping? | 01:31 |
bobh | trozet: pong | 01:33 |
trozet | bobh: funny, I made a patch to change it all to targets, then looked at what I thought was the latest spec and thought I had messe dup | 01:33 |
trozet | messed up | 01:33 |
trozet | bobh: this is the latest one I see on the site: http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/csd05/TOSCA-Simple-Profile-YAML-v1.0-csd05.html | 01:33 |
trozet | csd05 | 01:34 |
trozet | and it uses members | 01:34 |
bobh | arghhh - too many variations | 01:34 |
trozet | bobh: haha so where is the one you are referencing? | 01:35 |
bobh | i was looking at csprd01? | 01:36 |
trozet | bobh: oh | 01:38 |
trozet | bobh: but that date is older than the csd05. csd05 ahs the same date as csprd02...not sure what the difference is | 01:38 |
trozet | bobh: but they both seem to use members and not targets for groups | 01:39 |
bobh | like i said - too many variations - looks like they toggled it a few times | 01:39 |
trozet | bobh: yeah, but my change is good then...considering the latest version of the toggle? | 01:39 |
bobh | probably - i'll go back and look again | 01:40 |
trozet | bobh: ok thanks | 01:42 |
*** openstackgerrit has quit IRC | 01:49 | |
*** lhcheng has joined #tacker | 01:51 | |
*** uck has joined #tacker | 01:53 | |
*** openstackgerrit has joined #tacker | 01:58 | |
*** uck has quit IRC | 01:58 | |
*** lhcheng has quit IRC | 01:59 | |
*** s3wong has quit IRC | 02:01 | |
*** tbh has joined #tacker | 02:05 | |
*** lhcheng has joined #tacker | 02:05 | |
*** uck has joined #tacker | 02:07 | |
*** bobh has quit IRC | 02:09 | |
*** uck has quit IRC | 02:11 | |
*** lhcheng has quit IRC | 02:18 | |
*** manikanta_ has joined #tacker | 02:23 | |
*** openstack has joined #tacker | 02:41 | |
*** manikanta_ has quit IRC | 02:44 | |
*** lhcheng has joined #tacker | 02:46 | |
*** vishwanathj has joined #tacker | 03:06 | |
*** KanagarajM has joined #tacker | 03:17 | |
*** dkushwaha has joined #tacker | 03:27 | |
*** arturt_ has quit IRC | 03:43 | |
*** arturt_ has joined #tacker | 03:59 | |
*** KanagarajM_ has joined #tacker | 04:01 | |
*** KanagarajM has quit IRC | 04:01 | |
*** tbh has quit IRC | 04:02 | |
*** tbh has joined #tacker | 04:05 | |
*** arturt_ has quit IRC | 04:08 | |
*** arturt_ has joined #tacker | 04:13 | |
*** manikanta_tadi has quit IRC | 04:19 | |
*** arturt_ has quit IRC | 04:20 | |
*** manikanta_tadi has joined #tacker | 04:23 | |
*** arturt_ has joined #tacker | 04:23 | |
tbh | KanagarajM_, ping | 04:24 |
KanagarajM_ | tbh, hi | 04:26 |
tbh | KanagarajM_, regarding your comment in https://review.openstack.org/#/c/255463/8/tacker/vm/infra_drivers/heat/heat.py about stack_retries | 04:26 |
tbh | KanagarajM_, we have this issue in tacker, even though the heat stack is in "CREATE_COMPLETE" | 04:27 |
tbh | KanagarajM_, we have VNF in "ERROR" state | 04:27 |
tbh | so this patch makes the user aware why ERROR state for this too | 04:28 |
tbh | I feel we need to fix the issue of mis match heat of stack and VNF state details | 04:29 |
*** manikanta_tadi has quit IRC | 04:29 | |
KanagarajM_ | tbh, https://review.openstack.org/#/c/255463/8/tacker/vm/infra_drivers/heat/heat.py line 431, could return COMPLETE_COMPLETE and line 433 could set stack_retries=0 | 04:31 |
KanagarajM_ | in this case, stack has completed but still you are giving warning status, | 04:31 |
tbh | KanagarajM_, in that case we have to merge the two if conditions like if stack_retries == 0&& status != 'CREATE_COMPLETE' | 04:33 |
tbh | KanagarajM_, even in the present tacker code, we have logging this warning | 04:34 |
tbh | KanagarajM_, I will address this one in the next patchset | 04:34 |
KanagarajM_ | yes, this is not your bug ofcourse, but i thought tis good to address | 04:36 |
KanagarajM_ | tbh, you are right on if condition | 04:36 |
tbh | KanagarajM_, sure, thanks for pointing it out | 04:37 |
KanagarajM_ | tbh, nope. | 04:43 |
*** arturt_ has quit IRC | 04:46 | |
*** arturt_ has joined #tacker | 04:59 | |
*** vishnoianil has quit IRC | 04:59 | |
*** arturt_ has quit IRC | 05:06 | |
sridhar_ram_ | KanagarajM_: ping | 05:19 |
*** lhcheng has quit IRC | 05:24 | |
*** sridhar_ram_ is now known as sridhar_ram_afk | 05:27 | |
*** sridhar_ram_afk is now known as sridhar_ram | 05:28 | |
*** vishnoianil has joined #tacker | 05:48 | |
KanagarajM_ | sridhar_ram, hi | 05:49 |
openstackgerrit | bharaththiruveedula proposed openstack/python-tackerclient: Add client side support for error_reason https://review.openstack.org/256314 | 06:03 |
*** arturt_ has joined #tacker | 06:07 | |
*** arturt_ has quit IRC | 06:11 | |
*** sripriya_ has joined #tacker | 06:14 | |
*** sripriya has quit IRC | 06:16 | |
*** denismakogon__ has joined #tacker | 06:18 | |
*** denismakogon__ has quit IRC | 06:20 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker-specs: Tacker management resource event logging blue print https://review.openstack.org/321370 | 06:35 |
*** vishwanathj has quit IRC | 06:37 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add support to capture error_reason for the VNF https://review.openstack.org/255463 | 06:49 |
*** openstack has joined #tacker | 06:56 | |
*** arturt_ has joined #tacker | 07:08 | |
*** arturt_ has quit IRC | 07:12 | |
*** sripriya_ has quit IRC | 07:38 | |
*** lhcheng has joined #tacker | 07:50 | |
*** lhcheng has quit IRC | 07:55 | |
*** manikanta_tadi has joined #tacker | 07:55 | |
*** sripriya has joined #tacker | 08:03 | |
*** arturt_ has joined #tacker | 08:09 | |
*** arturt_ has quit IRC | 08:14 | |
*** dmk0202 has joined #tacker | 08:23 | |
*** sripriya has quit IRC | 08:43 | |
*** tbh has quit IRC | 08:43 | |
*** manikanta_tadi has quit IRC | 08:44 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add support to capture error_reason for the VNF https://review.openstack.org/255463 | 08:51 |
*** manikanta_tadi has joined #tacker | 08:56 | |
*** tbh has joined #tacker | 08:57 | |
*** arturt_ has joined #tacker | 09:00 | |
*** arturt_ has quit IRC | 09:05 | |
tbh | KanagarajM_, ping | 09:30 |
tbh | KanagarajM_, I have updated the patch, can you please review again? | 09:33 |
*** Ravikiran_K has joined #tacker | 09:36 | |
*** tbh has quit IRC | 10:01 | |
*** arturt_ has joined #tacker | 10:01 | |
*** arturt_ has quit IRC | 10:06 | |
*** Qiming has quit IRC | 10:08 | |
*** Qiming has joined #tacker | 10:59 | |
*** arturt_ has joined #tacker | 11:03 | |
*** arturt_ has quit IRC | 11:07 | |
KanagarajM_ | tbh, given an updated comment | 11:42 |
*** arturt_ has joined #tacker | 12:04 | |
*** arturt_ has quit IRC | 12:08 | |
*** KanagarajM_ has quit IRC | 12:43 | |
*** tbh has joined #tacker | 12:44 | |
*** arturt_ has joined #tacker | 13:04 | |
*** manikanta_tadi has quit IRC | 13:06 | |
*** arturt_ has quit IRC | 13:09 | |
*** bobh has joined #tacker | 13:14 | |
*** arturt_ has joined #tacker | 14:05 | |
*** arturt_ has quit IRC | 14:10 | |
*** vishwanathj has joined #tacker | 14:33 | |
*** arturt_ has joined #tacker | 14:36 | |
*** arturt_ has quit IRC | 14:40 | |
*** tbh has quit IRC | 14:47 | |
*** thatsdone has joined #tacker | 14:55 | |
*** manikanta_tadi has joined #tacker | 14:55 | |
*** manikanta_tadi has quit IRC | 15:02 | |
*** dmk0202 has quit IRC | 15:04 | |
*** manikanta_tadi has joined #tacker | 15:11 | |
*** manikanta_tadi has quit IRC | 15:16 | |
*** trozet has quit IRC | 15:36 | |
*** arturt_ has joined #tacker | 15:37 | |
*** trozet has joined #tacker | 15:38 | |
*** thatsdone has quit IRC | 15:41 | |
*** arturt_ has quit IRC | 15:42 | |
*** uck has joined #tacker | 15:53 | |
*** tbh has joined #tacker | 15:58 | |
*** thatsdone has joined #tacker | 16:00 | |
*** Qiming has quit IRC | 16:08 | |
*** thatsdone has quit IRC | 16:17 | |
trozet | sridhar_ram: spec good to go? | 16:25 |
sridhar_ram | trozet: i think so... one last scan | 16:28 |
*** lhcheng has joined #tacker | 16:31 | |
*** arturt_ has joined #tacker | 16:38 | |
*** arturt_ has quit IRC | 16:42 | |
*** sripriya has joined #tacker | 16:58 | |
*** twm2016 has joined #tacker | 16:59 | |
*** lhcheng has quit IRC | 17:02 | |
*** lhcheng has joined #tacker | 17:03 | |
*** lhcheng has quit IRC | 17:04 | |
*** lhcheng has joined #tacker | 17:04 | |
*** s3wong has joined #tacker | 17:04 | |
*** manikanta_tadi has joined #tacker | 17:10 | |
sridhar_ram | trozet: I'm good w/ the spec from my side.. | 17:14 |
trozet | sridhar_ram: great | 17:14 |
trozet | sripriya: can you review latest patch as well please? | 17:14 |
trozet | s3wong:^ | 17:14 |
trozet | bobh: ^^ | 17:14 |
s3wong | trozet: by tonight ... sorry for the delay | 17:14 |
trozet | np | 17:14 |
sripriya | trozet: just put my +2 :-) in time! ;) | 17:15 |
trozet | thanks :) | 17:15 |
bobh | trozet: me too by tonight | 17:22 |
*** sripriya_ has joined #tacker | 17:31 | |
*** sripriya has quit IRC | 17:33 | |
*** arturt_ has joined #tacker | 17:38 | |
*** arturt_ has quit IRC | 17:43 | |
*** vishwanathj has quit IRC | 17:44 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add support to capture error_reason for the VNF https://review.openstack.org/255463 | 17:45 |
*** santoshk has joined #tacker | 17:54 | |
sridhar_ram | Folks - I'm happy to propose lhcheng to join the tacker-horizon core team ! Please see / respond to this ML email http://lists.openstack.org/pipermail/openstack-dev/2016-May/096063.html | 18:00 |
*** tbh has quit IRC | 18:13 | |
*** arturt_ has joined #tacker | 18:32 | |
*** vishnoianil has quit IRC | 18:33 | |
openstackgerrit | Sripriya Seetharam proposed openstack/tacker: Fix keystone error handling in openstack driver https://review.openstack.org/321806 | 18:34 |
*** sripriya_ has quit IRC | 18:43 | |
*** vishnoianil has joined #tacker | 19:22 | |
openstackgerrit | Merged openstack/tacker: Updated from global requirements https://review.openstack.org/321747 | 19:52 |
*** arturt_ has quit IRC | 20:17 | |
*** arturt_ has joined #tacker | 20:18 | |
*** Ravikiran_K has quit IRC | 20:45 | |
*** amotoki has joined #tacker | 22:02 | |
sridhar_ram | trozet: ping | 22:05 |
sridhar_ram | trozet: as you getting to code the vnffg, please make sure you place all the openstack facing APIs (like neutron-sfc APIs) are consolidated into existing openstack vim driver ... https://github.com/openstack/tacker/blob/master/tacker/nfvo/drivers/vim/openstack_driver.py | 22:07 |
*** ksantoshk has joined #tacker | 22:27 | |
*** santoshk has quit IRC | 22:29 | |
*** bobh has quit IRC | 22:30 | |
*** ksantoshk has quit IRC | 22:32 | |
*** twm2016 has quit IRC | 22:43 | |
*** bobh has joined #tacker | 22:46 | |
*** bobh has quit IRC | 22:51 | |
*** Qiming has joined #tacker | 23:36 | |
*** manikanta_tadi has quit IRC | 23:44 | |
*** arturt_ has quit IRC | 23:49 | |
*** arturt_ has joined #tacker | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!