*** amotoki has joined #tacker | 00:22 | |
*** amotoki has quit IRC | 00:27 | |
*** amotoki has joined #tacker | 01:23 | |
*** amotoki has quit IRC | 01:28 | |
*** Liuqing has joined #tacker | 01:30 | |
*** Liuqing has quit IRC | 01:57 | |
*** amotoki has joined #tacker | 02:24 | |
*** amotoki has quit IRC | 02:28 | |
*** gongysh has joined #tacker | 02:50 | |
gongysh | sripriya, hi | 02:57 |
---|---|---|
sripriya | gongysh: hello | 02:58 |
gongysh | sripriya, to use tacker with vim patch in, we need first register the VIM0 right? | 02:59 |
sripriya | gongysh: thats correct, with devstack this is automatically done | 02:59 |
gongysh | sripriya, VIM0 is the name of vim, right? | 03:01 |
sripriya | gongysh: yes | 03:01 |
gongysh | sripriya, don't we allow duplicated vim names? | 03:01 |
sripriya | gongysh: we do, but in this case even though vim names are duplicate the auth url associated with the name is unique | 03:01 |
gongysh | sripriya, then if I have two VIM0, which one is the default vim? | 03:02 |
sripriya | gongysh: you cannot register 2 VIMs with same name and same URL | 03:02 |
gongysh | sripriya, two VIM0s with different URLs. | 03:02 |
sripriya | gongysh: in that case server will error saying more than one vim with same name found | 03:03 |
gongysh | sripriya, ok, it makes sense. | 03:05 |
gongysh | sripriya, how about adding admin role policy to manage VIMs? | 03:05 |
gongysh | sripriya, I think only admin can operate VIMs. | 03:05 |
*** mannidi has joined #tacker | 03:07 | |
sripriya | gongysh: yes for newtone cycle the entire policy.json needs to be refactored | 03:09 |
sripriya | gongysh: but vim registration itself can be done by any role | 03:09 |
sripriya | gongysh: not just admin | 03:09 |
sripriya | gonysh: the credentials you provide for registering in the vim form needs to have admin role | 03:09 |
sripriya | gongysh: does it make sense? | 03:09 |
gongysh | sripriya, if anyone can operate vim, it easily breaks the tacker with registering the default VIM0. | 03:17 |
*** mannidi_ has joined #tacker | 03:17 | |
openstackgerrit | Bob Haddleton proposed openstack/tacker: Implement tosca-parser/heat-translator integration https://review.openstack.org/278121 | 03:18 |
*** mannidi has quit IRC | 03:21 | |
sripriya | gongysh: why would it easily break? | 03:22 |
*** amotoki has joined #tacker | 03:25 | |
gongysh | sripriya, for example, you, as a tenant of tacker, created a default VIM0. | 03:27 |
gongysh | sripriya, then I am a bad guy, as a tenant of tacker too, I will try to create another VIM with VIM0 name. | 03:27 |
gongysh | sripriya, Can I do that? | 03:28 |
sripriya | gongysh:does both users belong to the same tacker tenant? | 03:29 |
*** amotoki has quit IRC | 03:29 | |
gongysh | sripriya, no | 03:29 |
sripriya | gongysh: in that case there can exist 2 default VIMs per each tenant | 03:42 |
sripriya | gongysh: and the default tenant specific to that tenant will be picked | 03:42 |
sripriya | s/default tenant/default VIM | 03:43 |
sripriya | gongysh: just tried that scenario | 03:43 |
gongysh | sripriya, ok, what about two VIM0 within one tenant? | 03:44 |
sripriya | gongysh: then it will be like the scenario we discussed already above | 03:46 |
gongysh | sripriya, we had better have a way to deal with the multiple VIM0 case within a tenant. | 03:48 |
gongysh | sripriya, I think it is easy code. query if the default one created, if not, create the default one. | 03:49 |
*** sridhar_ram has joined #tacker | 03:49 | |
sripriya | gonysh: yes, thats already planned as an optimization, where we want to query for auth url as well before trying to update db | 03:56 |
gongysh | sripriya, ok | 03:57 |
gongysh | sripriya, hi | 04:03 |
gongysh | class 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 |
gongysh | it seems an auth_url can be used once. | 04:03 |
sripriya | gongysh: yes thats right | 04:11 |
gongysh | sripriya, see my operation steps on review. https://review.openstack.org/#/c/285096/9 | 04:15 |
*** amotoki has joined #tacker | 04:25 | |
gongysh | sripriya, hi | 04:28 |
*** dkushwaha has quit IRC | 04:28 | |
gongysh | sripriya, how do we use 'fernet_key' created at https://review.openstack.org/#/c/285096/9/tacker/nfvo/drivers/vim/openstack_driver.py? thanks | 04:29 |
*** amotoki has quit IRC | 04:30 | |
* gongysh away for lunch | 04:32 | |
*** vishwanathj_away has quit IRC | 04:41 | |
*** dkushwaha has joined #tacker | 04:42 | |
*** sridhar_ram has quit IRC | 04:56 | |
*** tbh has joined #tacker | 05:24 | |
*** amotoki has joined #tacker | 05:26 | |
*** amotoki has quit IRC | 05:31 | |
sripriya | gongysh: responded to your fernet key comment | 05:31 |
*** vishwanathj has joined #tacker | 05:33 | |
*** sripriya_ has joined #tacker | 05:43 | |
*** sripriya__ has joined #tacker | 05:44 | |
*** sripriya has quit IRC | 05:47 | |
*** sripriya_ has quit IRC | 05:48 | |
*** Liuqing has joined #tacker | 05:52 | |
*** gongysh has quit IRC | 06:00 | |
*** gongysh has joined #tacker | 06:13 | |
*** Ravikiran_K has joined #tacker | 06:14 | |
*** openstackgerrit has quit IRC | 06:17 | |
*** openstackgerrit_ is now known as openstackgerrit | 06:17 | |
*** openstackgerrit_ has joined #tacker | 06:18 | |
*** openstackgerrit_ is now known as openstackgerrit | 06:19 | |
*** openstackgerrit_ has joined #tacker | 06:20 | |
*** amotoki has joined #tacker | 06:27 | |
*** amotoki has quit IRC | 06:31 | |
*** gongysh has quit IRC | 06:45 | |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 06:58 |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 07:03 |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 07:04 |
*** tbh is now known as tbh_afk | 07:09 | |
*** gongysh has joined #tacker | 07:10 | |
*** vishwanathj is now known as vishwanathj_zzz | 07:15 | |
*** zeih has joined #tacker | 07:22 | |
*** amotoki has joined #tacker | 07:28 | |
*** amotoki has quit IRC | 07:32 | |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 07:40 |
*** zeih has quit IRC | 07:56 | |
*** zeih has joined #tacker | 07:57 | |
*** zeih has quit IRC | 08:08 | |
*** mannidi_ has quit IRC | 08:13 | |
*** mannidi_ has joined #tacker | 08:14 | |
*** amotoki has joined #tacker | 08:28 | |
*** amotoki has quit IRC | 08:33 | |
*** amotoki has joined #tacker | 08:35 | |
*** zeih has joined #tacker | 08:38 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Implements auto flavor creation https://review.openstack.org/290751 | 08:42 |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 08:42 |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Implements auto flavor creation https://review.openstack.org/290751 | 08:54 |
*** mbound has joined #tacker | 09:14 | |
*** gongysh has quit IRC | 09:14 | |
*** gongysh has joined #tacker | 09:27 | |
*** tbh_afk has quit IRC | 09:29 | |
*** amotoki has quit IRC | 09:35 | |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 09:37 |
*** zeih has quit IRC | 09:40 | |
*** tbh_afk has joined #tacker | 09:42 | |
*** tbh_afk is now known as tbh | 09:44 | |
*** Liuqing has quit IRC | 09:51 | |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 10:00 |
*** zeih has joined #tacker | 10:03 | |
*** zeih has quit IRC | 10:07 | |
*** zeih has joined #tacker | 10:30 | |
*** zeih has quit IRC | 10:48 | |
*** zeih has joined #tacker | 10:58 | |
openstackgerrit | gongysh proposed openstack/tacker: Collect test result reports https://review.openstack.org/295089 | 10:59 |
*** Ravikiran_K has left #tacker | 11:00 | |
*** mbound has quit IRC | 11:00 | |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/tacker-horizon: [WIP]Display VNF instance details in Tacker Horizon GUI https://review.openstack.org/295207 | 11:02 |
*** mbound has joined #tacker | 11:04 | |
*** Liuqing has joined #tacker | 11:15 | |
openstackgerrit | Liuqing Jing proposed openstack/tacker: Update DevStack REAMDE https://review.openstack.org/287228 | 11:30 |
*** zeih has quit IRC | 11:34 | |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/tacker-horizon: [WIP]Display VNF instance details in Tacker Horizon GUI https://review.openstack.org/295207 | 11:39 |
*** mbound_ has joined #tacker | 11:48 | |
*** mbound has quit IRC | 11:48 | |
*** Liuqing has quit IRC | 12:01 | |
*** zeih has joined #tacker | 12:03 | |
*** Liuqing has joined #tacker | 12:03 | |
*** zeih has quit IRC | 12:07 | |
*** zeih has joined #tacker | 12:07 | |
*** Liuqing has quit IRC | 12:23 | |
*** Liuqing has joined #tacker | 12:24 | |
*** zeih has quit IRC | 12:25 | |
*** Liuqing has quit IRC | 12:27 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: [WIP] Implements auto image creation https://review.openstack.org/292034 | 12:45 |
*** tbh has quit IRC | 13:31 | |
*** Ravikiran_K has joined #tacker | 13:32 | |
*** bobh has joined #tacker | 14:00 | |
*** sridhar_ram has joined #tacker | 14:02 | |
*** trozet has joined #tacker | 14:11 | |
vishwanathj_zzz | bobh Hi, good morning | 14:24 |
bobh | good morning | 14:24 |
bobh | vishwanathj_zzz: thanks for your comments - they have helped a lot | 14:25 |
*** vishwanathj_zzz is now known as vishwanathj | 14:25 | |
vishwanathj | bobh you are welcome | 14:25 |
vishwanathj | bobh 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 patchset | 14:26 |
bobh | I 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 suggestions | 14:26 |
bobh | vishwanathj: I'm seeing the same problem with the monitoring definitions so it has to be something common | 14:27 |
bobh | vishwanathj: either I'm defining it wrong, using it wrong, or there is a bug | 14:27 |
bobh | vishwanathj: hoping it's one of the first two | 14:27 |
vishwanathj | bobh ok, I am not sure if they support nested complex data types.... | 14:27 |
bobh | vishwanathj: there was an example in the Simple YAML definition doc that I followed so I assumed it was supported | 14:28 |
vishwanathj | bobh 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 original | 14:28 |
bobh | vishwanathj: 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 happens | 14:29 |
vishwanathj | bobh ok | 14:29 |
bobh | vishwanathj: I'm fixing the missing output of mgmt_url now | 14:29 |
vishwanathj | bobh sounds good | 14:29 |
*** sridhar_ram has quit IRC | 15:00 | |
*** russellb has left #tacker | 15:12 | |
*** gongysh_ has joined #tacker | 15:44 | |
*** gongysh_ has quit IRC | 15:55 | |
*** sridhar_ram has joined #tacker | 15:57 | |
*** vishwana_ has joined #tacker | 16:02 | |
*** vishwana_ is now known as vishwanathj_ | 16:04 | |
*** vishwanathj has quit IRC | 16:06 | |
*** tbh has joined #tacker | 16:29 | |
*** tbh has quit IRC | 16:30 | |
*** tbh has joined #tacker | 16:34 | |
*** lhcheng has joined #tacker | 16:50 | |
*** gubouvier__ has quit IRC | 17:04 | |
*** vishwanathj has joined #tacker | 17:05 | |
*** sripriya_ has joined #tacker | 17:06 | |
*** vishwanathj_ has quit IRC | 17:08 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Implements auto flavor creation https://review.openstack.org/290751 | 17:10 |
*** sripriya__ has quit IRC | 17:10 | |
*** sripriya_ has quit IRC | 17:11 | |
*** vishnoianil has joined #tacker | 17:21 | |
*** sridhar_ram has quit IRC | 17:33 | |
*** Ravikiran_K has quit IRC | 17:36 | |
*** mbound_ has quit IRC | 17:39 | |
*** tbh has quit IRC | 17:42 | |
*** s3wong has joined #tacker | 17:57 | |
*** gubouvier has joined #tacker | 18:02 | |
*** sripriya has joined #tacker | 18:06 | |
openstackgerrit | Tim Rozet proposed openstack/tacker: Initial commit adds VNFFG Extension capable of creating SFC and Classifiers https://review.openstack.org/286802 | 18:15 |
*** gubouvier has quit IRC | 18:16 | |
trozet | s3wong:^ if you have a chance take a look at that. Going to test it out now and debug any issues | 18:17 |
s3wong | trozet: sure --- will do | 18:19 |
trozet | s3wong: thanks! | 18:23 |
*** gubouvier has joined #tacker | 18:45 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker: Implements the Enhanced VNF placement blueprint https://review.openstack.org/269295 | 18:58 |
vishwanathj | bobh hi ... would appreciate your review and initial comments to the above patchset....I want my patchset to merge as soon as yours, tbh merge | 19:01 |
bobh | vishwanathj: sure - will do | 19:02 |
*** Ravikiran_K has joined #tacker | 19:26 | |
*** mbound has joined #tacker | 19:35 | |
openstackgerrit | Tim Rozet proposed openstack/tacker: Initial commit adds VNFFG Extension capable of creating SFC and Classifiers https://review.openstack.org/286802 | 19:43 |
*** trozet has quit IRC | 19:48 | |
*** sridhar_ram has joined #tacker | 19:48 | |
*** trozet has joined #tacker | 20:03 | |
*** Ravikiran_K has quit IRC | 20:49 | |
sridhar_ram | bobh: ping | 20:51 |
*** mbound has quit IRC | 20:57 | |
bobh | sridhar_ram: pong | 20:58 |
sridhar_ram | bobh: 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 |
bobh | it'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 |
bobh | I think it's more of a how-do-we-represent-this issue than functionality | 21:01 |
bobh | so if we can find the right way to represent it (data model) it should be possible | 21:01 |
*** amotoki has joined #tacker | 21:02 | |
*** prashantD has joined #tacker | 21:02 | |
sridhar_ram | I 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 |
vishwanathj | bobh do you mind forwarding Sahadev's response to me as well | 21:02 |
bobh | vishwanathj: 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 instead | 21:03 |
bobh | sridhar_ram: I think I'm trying to do it unstructured now which is causing the problems - I think | 21:04 |
sridhar_ram | bobh: ah .. never mind then! | 21:04 |
bobh | sridhar_ram: I think it's the same issue that vishwanathj is seeing - trying to model complex datatypes - though they aren't really all that complex | 21:05 |
bobh | sridhar_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 time | 21:06 |
sridhar_ram | bobh: sure.. understand. The challenge is the time (as always it seems!).. we risk missing Mitaka if we push it too far. | 21:07 |
bobh | sridhar_ram: yep - working on it :-) | 21:07 |
sridhar_ram | thanks :) | 21:07 |
sridhar_ram | I also see tbh's and vish's patchsets need to squeeze in after yours... and leave few days for some P1 integration issues | 21:08 |
sridhar_ram | will let you go back to work now... ;-) | 21:08 |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker: Implements the Enhanced VNF placement blueprint https://review.openstack.org/269295 | 21:20 |
*** prashantD has quit IRC | 21:32 | |
*** prashantD has joined #tacker | 21:33 | |
*** zeih has joined #tacker | 21:37 | |
*** trozet has quit IRC | 21:39 | |
*** prashantD_ has joined #tacker | 21:42 | |
*** prashantD has quit IRC | 21:44 | |
*** trozet has joined #tacker | 21:44 | |
*** sridhar_ram has quit IRC | 21:58 | |
*** amotoki has quit IRC | 22:00 | |
*** prashantD_ has quit IRC | 22:01 | |
*** sripriya_ has joined #tacker | 22:01 | |
*** prashantD has joined #tacker | 22:03 | |
*** sripriya has quit IRC | 22:04 | |
*** sridhar_ram has joined #tacker | 22:04 | |
*** sridhar_ram has quit IRC | 22:13 | |
*** prashantD has quit IRC | 22:14 | |
*** prashantD has joined #tacker | 22:15 | |
*** sridhar_ram has joined #tacker | 22:17 | |
*** zeih has quit IRC | 22:22 | |
*** prashantD_ has joined #tacker | 23:03 | |
*** bobh has quit IRC | 23:03 | |
*** openstackgerrit has quit IRC | 23:03 | |
*** openstackgerrit_ is now known as openstackgerrit | 23:03 | |
*** openstackgerrit has quit IRC | 23:03 | |
*** openstackgerrit_ has joined #tacker | 23:04 | |
*** openstackgerrit_ is now known as openstackgerrit | 23:04 | |
*** prashantD has quit IRC | 23:06 | |
openstackgerrit | Bob Haddleton proposed openstack/tacker: Implement tosca-parser/heat-translator integration https://review.openstack.org/278121 | 23:06 |
*** openstackgerrit_ has joined #tacker | 23:09 | |
*** sridhar_ram has quit IRC | 23:49 | |
*** sridhar_ram has joined #tacker | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!