Monday, 2016-03-21

*** amotoki has joined #tacker00:22
*** amotoki has quit IRC00:27
*** amotoki has joined #tacker01:23
*** amotoki has quit IRC01:28
*** Liuqing has joined #tacker01:30
*** Liuqing has quit IRC01:57
*** amotoki has joined #tacker02:24
*** amotoki has quit IRC02:28
*** gongysh has joined #tacker02:50
gongyshsripriya, hi02:57
sripriyagongysh: hello02:58
gongyshsripriya,   to use tacker with vim patch in, we need first register the VIM0 right?02:59
sripriyagongysh: thats correct, with devstack this is automatically done02:59
gongyshsripriya,  VIM0 is the name of vim, right?03:01
sripriyagongysh: yes03:01
gongyshsripriya, don't we allow duplicated vim names?03:01
sripriyagongysh: we do, but in this case even though vim names are duplicate the auth url associated with the name is unique03:01
gongyshsripriya,  then if I have two VIM0, which one is the default vim?03:02
sripriyagongysh: you cannot register 2 VIMs with same name and same URL03:02
gongyshsripriya,  two VIM0s with different URLs.03:02
sripriyagongysh: in that case server will error saying more than one vim with same name found03:03
gongyshsripriya, ok, it makes sense.03:05
gongyshsripriya,  how about adding admin role policy to manage VIMs?03:05
gongyshsripriya, I think only admin can operate VIMs.03:05
*** mannidi has joined #tacker03:07
sripriyagongysh: yes for newtone cycle the entire policy.json needs to be refactored03:09
sripriyagongysh: but vim registration itself can be done by any role03:09
sripriyagongysh: not just admin03:09
sripriyagonysh: the credentials you provide for registering in the vim form needs to have admin role03:09
sripriyagongysh: does it make sense?03:09
gongyshsripriya,  if anyone can operate vim,  it easily breaks the tacker with registering the default VIM0.03:17
*** mannidi_ has joined #tacker03:17
openstackgerritBob Haddleton proposed openstack/tacker: Implement tosca-parser/heat-translator integration  https://review.openstack.org/27812103:18
*** mannidi has quit IRC03:21
sripriyagongysh: why would it easily break?03:22
*** amotoki has joined #tacker03:25
gongyshsripriya,  for example, you, as a tenant of tacker, created a default VIM0.03:27
gongyshsripriya, then I am a bad guy, as a tenant of tacker too, I will try to create another VIM with VIM0 name.03:27
gongyshsripriya,  Can I do that?03:28
sripriyagongysh:does both users belong to the same tacker tenant?03:29
*** amotoki has quit IRC03:29
gongyshsripriya, no03:29
sripriyagongysh: in that case there can exist 2 default VIMs per each tenant03:42
sripriyagongysh: and the default tenant specific to that tenant will be picked03:42
sripriyas/default tenant/default VIM03:43
sripriyagongysh: just tried that scenario03:43
gongyshsripriya, ok, what about two VIM0 within one tenant?03:44
sripriyagongysh: then it will be like the scenario we discussed already above03:46
gongyshsripriya, we had better have a way to deal with the multiple VIM0 case within a tenant.03:48
gongyshsripriya, I think it is easy code. query if the default one created, if not, create the default one.03:49
*** sridhar_ram has joined #tacker03:49
sripriyagonysh: yes, thats  already planned as an optimization, where we want to query for auth url as well before trying to update db03:56
gongyshsripriya,  ok03:57
gongyshsripriya, hi04:03
gongyshclass VimAuth(model_base.BASE, models_v1.HasId):04:03
gongysh    vim_id = sa.Column(sa.String(255), sa.ForeignKey('vims.id'),04:03
gongysh                       nullable=False)04:03
gongysh    password = sa.Column(sa.String(128), nullable=False)04:03
gongysh    auth_url = sa.Column(sa.String(255), nullable=False)04:03
gongysh    vim_project = sa.Column(sa.PickleType, nullable=False)04:03
gongysh    auth_cred = sa.Column(sa.PickleType, nullable=False)04:03
gongysh    __table_args__ = (sa.UniqueConstraint('auth_url'), {})04:03
gongyshit seems an auth_url can be used once.04:03
sripriyagongysh: yes thats right04:11
gongyshsripriya, see my operation steps on review. https://review.openstack.org/#/c/285096/904:15
*** amotoki has joined #tacker04:25
gongyshsripriya, hi04:28
*** dkushwaha has quit IRC04:28
gongyshsripriya,  how do we use 'fernet_key' created at https://review.openstack.org/#/c/285096/9/tacker/nfvo/drivers/vim/openstack_driver.py? thanks04:29
*** amotoki has quit IRC04:30
* gongysh away for lunch04:32
*** vishwanathj_away has quit IRC04:41
*** dkushwaha has joined #tacker04:42
*** sridhar_ram has quit IRC04:56
*** tbh has joined #tacker05:24
*** amotoki has joined #tacker05:26
*** amotoki has quit IRC05:31
sripriyagongysh: responded to your fernet key comment05:31
*** vishwanathj has joined #tacker05:33
*** sripriya_ has joined #tacker05:43
*** sripriya__ has joined #tacker05:44
*** sripriya has quit IRC05:47
*** sripriya_ has quit IRC05:48
*** Liuqing has joined #tacker05:52
*** gongysh has quit IRC06:00
*** gongysh has joined #tacker06:13
*** Ravikiran_K has joined #tacker06:14
*** openstackgerrit has quit IRC06:17
*** openstackgerrit_ is now known as openstackgerrit06:17
*** openstackgerrit_ has joined #tacker06:18
*** openstackgerrit_ is now known as openstackgerrit06:19
*** openstackgerrit_ has joined #tacker06:20
*** amotoki has joined #tacker06:27
*** amotoki has quit IRC06:31
*** gongysh has quit IRC06:45
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508906:58
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508907:03
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508907:04
*** tbh is now known as tbh_afk07:09
*** gongysh has joined #tacker07:10
*** vishwanathj is now known as vishwanathj_zzz07:15
*** zeih has joined #tacker07:22
*** amotoki has joined #tacker07:28
*** amotoki has quit IRC07:32
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508907:40
*** zeih has quit IRC07:56
*** zeih has joined #tacker07:57
*** zeih has quit IRC08:08
*** mannidi_ has quit IRC08:13
*** mannidi_ has joined #tacker08:14
*** amotoki has joined #tacker08:28
*** amotoki has quit IRC08:33
*** amotoki has joined #tacker08:35
*** zeih has joined #tacker08:38
openstackgerritbharaththiruveedula proposed openstack/tacker: Implements auto flavor creation  https://review.openstack.org/29075108:42
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508908:42
openstackgerritbharaththiruveedula proposed openstack/tacker: Implements auto flavor creation  https://review.openstack.org/29075108:54
*** mbound has joined #tacker09:14
*** gongysh has quit IRC09:14
*** gongysh has joined #tacker09:27
*** tbh_afk has quit IRC09:29
*** amotoki has quit IRC09:35
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508909:37
*** zeih has quit IRC09:40
*** tbh_afk has joined #tacker09:42
*** tbh_afk is now known as tbh09:44
*** Liuqing has quit IRC09:51
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508910:00
*** zeih has joined #tacker10:03
*** zeih has quit IRC10:07
*** zeih has joined #tacker10:30
*** zeih has quit IRC10:48
*** zeih has joined #tacker10:58
openstackgerritgongysh proposed openstack/tacker: Collect test result reports  https://review.openstack.org/29508910:59
*** Ravikiran_K has left #tacker11:00
*** mbound has quit IRC11:00
openstackgerritManikantha Srinivas Tadi proposed openstack/tacker-horizon: [WIP]Display VNF instance details in Tacker Horizon GUI  https://review.openstack.org/29520711:02
*** mbound has joined #tacker11:04
*** Liuqing has joined #tacker11:15
openstackgerritLiuqing Jing proposed openstack/tacker: Update DevStack REAMDE  https://review.openstack.org/28722811:30
*** zeih has quit IRC11:34
openstackgerritManikantha Srinivas Tadi proposed openstack/tacker-horizon: [WIP]Display VNF instance details in Tacker Horizon GUI  https://review.openstack.org/29520711:39
*** mbound_ has joined #tacker11:48
*** mbound has quit IRC11:48
*** Liuqing has quit IRC12:01
*** zeih has joined #tacker12:03
*** Liuqing has joined #tacker12:03
*** zeih has quit IRC12:07
*** zeih has joined #tacker12:07
*** Liuqing has quit IRC12:23
*** Liuqing has joined #tacker12:24
*** zeih has quit IRC12:25
*** Liuqing has quit IRC12:27
openstackgerritbharaththiruveedula proposed openstack/tacker: [WIP] Implements auto image creation  https://review.openstack.org/29203412:45
*** tbh has quit IRC13:31
*** Ravikiran_K has joined #tacker13:32
*** bobh has joined #tacker14:00
*** sridhar_ram has joined #tacker14:02
*** trozet has joined #tacker14:11
vishwanathj_zzzbobh Hi, good morning14:24
bobhgood morning14:24
bobhvishwanathj_zzz: thanks for your comments - they have helped a lot14:25
*** vishwanathj_zzz is now known as vishwanathj14:25
vishwanathjbobh you are welcome14:25
vishwanathjbobh did you have a chance to look into my issue where I am creating a complex data type in tacker_defs.yaml....I am sure you were busy with uploading the tosca heat transalator patchset14:26
bobhI reproduced the problem but I don't see anything wrong with the definition - I sent email to the tosca-parser PTL to see if he has any suggestions14:26
bobhvishwanathj: I'm seeing the same problem with the monitoring definitions so it has to be something common14:27
bobhvishwanathj: either I'm defining it wrong, using it wrong, or there is a bug14:27
bobhvishwanathj: hoping it's one of the first two14:27
vishwanathjbobh ok, I am not sure if they support nested complex data types....14:27
bobhvishwanathj: there was an example in the Simple YAML definition doc that I followed so I assumed it was supported14:28
vishwanathjbobh did you try using the derived_from: tosca.datatypes.Root for your MonitoringType....would like to see if you get a different error than the original14:28
bobhvishwanathj: no, I thought about that but it wasn't in the example so I didn't use it - I can try it and see what happens14:29
vishwanathjbobh ok14:29
bobhvishwanathj: I'm fixing the missing output of mgmt_url now14:29
vishwanathjbobh sounds good14:29
*** sridhar_ram has quit IRC15:00
*** russellb has left #tacker15:12
*** gongysh_ has joined #tacker15:44
*** gongysh_ has quit IRC15:55
*** sridhar_ram has joined #tacker15:57
*** vishwana_ has joined #tacker16:02
*** vishwana_ is now known as vishwanathj_16:04
*** vishwanathj has quit IRC16:06
*** tbh has joined #tacker16:29
*** tbh has quit IRC16:30
*** tbh has joined #tacker16:34
*** lhcheng has joined #tacker16:50
*** gubouvier__ has quit IRC17:04
*** vishwanathj has joined #tacker17:05
*** sripriya_ has joined #tacker17:06
*** vishwanathj_ has quit IRC17:08
openstackgerritbharaththiruveedula proposed openstack/tacker: Implements auto flavor creation  https://review.openstack.org/29075117:10
*** sripriya__ has quit IRC17:10
*** sripriya_ has quit IRC17:11
*** vishnoianil has joined #tacker17:21
*** sridhar_ram has quit IRC17:33
*** Ravikiran_K has quit IRC17:36
*** mbound_ has quit IRC17:39
*** tbh has quit IRC17:42
*** s3wong has joined #tacker17:57
*** gubouvier has joined #tacker18:02
*** sripriya has joined #tacker18:06
openstackgerritTim Rozet proposed openstack/tacker: Initial commit adds VNFFG Extension capable of creating SFC and Classifiers  https://review.openstack.org/28680218:15
*** gubouvier has quit IRC18:16
trozets3wong:^ if you have a chance take a look at that.  Going to test it out now and debug any issues18:17
s3wongtrozet: sure --- will do18:19
trozets3wong: thanks!18:23
*** gubouvier has joined #tacker18:45
openstackgerritvishwanath jayaraman proposed openstack/tacker: Implements the Enhanced VNF placement blueprint  https://review.openstack.org/26929518:58
vishwanathjbobh hi ... would appreciate your review and initial comments to the above patchset....I want my patchset to merge as soon as yours, tbh merge19:01
bobhvishwanathj: sure - will do19:02
*** Ravikiran_K has joined #tacker19:26
*** mbound has joined #tacker19:35
openstackgerritTim Rozet proposed openstack/tacker: Initial commit adds VNFFG Extension capable of creating SFC and Classifiers  https://review.openstack.org/28680219:43
*** trozet has quit IRC19:48
*** sridhar_ram has joined #tacker19:48
*** trozet has joined #tacker20:03
*** Ravikiran_K has quit IRC20:49
sridhar_rambobh: ping20:51
*** mbound has quit IRC20:57
bobhsridhar_ram: pong20:58
sridhar_rambobh: I see you are getting quite close on the tosca-parser integration. Is the monitoring param issue a critical blocker ? Is there any plan-b for that issue ?20:59
bobhit's definitely a blocker if we want monitoring supported - I got a reply from Sahdev today but haven't had time to look into it yet.21:00
bobhI think it's more of a how-do-we-represent-this issue than functionality21:01
bobhso if we can find the right way to represent it (data model) it should be possible21:01
*** amotoki has joined #tacker21:02
*** prashantD has joined #tacker21:02
sridhar_ramI see. If we can't find the right way, can we leave it "unstructured" for this release (like a map of strings) and fix up in the next release ?21:02
vishwanathjbobh do you mind forwarding Sahadev's response to me as well21:02
bobhvishwanathj: sure.  He suggested modeling the monitoring_policy as a Policy instead of a custom datatype, which I was going to do originally but then went down this road instead21:03
bobhsridhar_ram: I think I'm trying to do it unstructured now which is causing the problems - I think21:04
sridhar_rambobh: ah .. never mind then!21:04
bobhsridhar_ram: I think it's the same issue that vishwanathj is seeing - trying to model complex datatypes - though they aren't really all that complex21:05
bobhsridhar_ram: we could probably get by with a simple string format for now if we need to, but I'd rather do it right the first time21:06
sridhar_rambobh: sure.. understand. The challenge is the time (as always it seems!).. we risk missing Mitaka if we push it too far.21:07
bobhsridhar_ram: yep - working on it :-)21:07
sridhar_ramthanks :)21:07
sridhar_ramI also see tbh's and vish's patchsets need to squeeze in after yours... and leave few days for some P1 integration issues21:08
sridhar_ramwill let you go back to work now... ;-)21:08
openstackgerritvishwanath jayaraman proposed openstack/tacker: Implements the Enhanced VNF placement blueprint  https://review.openstack.org/26929521:20
*** prashantD has quit IRC21:32
*** prashantD has joined #tacker21:33
*** zeih has joined #tacker21:37
*** trozet has quit IRC21:39
*** prashantD_ has joined #tacker21:42
*** prashantD has quit IRC21:44
*** trozet has joined #tacker21:44
*** sridhar_ram has quit IRC21:58
*** amotoki has quit IRC22:00
*** prashantD_ has quit IRC22:01
*** sripriya_ has joined #tacker22:01
*** prashantD has joined #tacker22:03
*** sripriya has quit IRC22:04
*** sridhar_ram has joined #tacker22:04
*** sridhar_ram has quit IRC22:13
*** prashantD has quit IRC22:14
*** prashantD has joined #tacker22:15
*** sridhar_ram has joined #tacker22:17
*** zeih has quit IRC22:22
*** prashantD_ has joined #tacker23:03
*** bobh has quit IRC23:03
*** openstackgerrit has quit IRC23:03
*** openstackgerrit_ is now known as openstackgerrit23:03
*** openstackgerrit has quit IRC23:03
*** openstackgerrit_ has joined #tacker23:04
*** openstackgerrit_ is now known as openstackgerrit23:04
*** prashantD has quit IRC23:06
openstackgerritBob Haddleton proposed openstack/tacker: Implement tosca-parser/heat-translator integration  https://review.openstack.org/27812123:06
*** openstackgerrit_ has joined #tacker23:09
*** sridhar_ram has quit IRC23:49
*** sridhar_ram has joined #tacker23:53

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