14:06:16 #startmeeting opnfv-sfc-weekly 14:06:16 Meeting started Wed Jul 8 14:06:16 2015 UTC. The chair is tbachman. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:06:16 Useful Commands: #action #agreed #help #info #idea #link #topic. 14:06:16 The meeting name has been set to 'opnfv_sfc_weekly' 14:06:21 #chair ebrjohn 14:06:21 Current chairs: ebrjohn tbachman 14:06:24 #info Daniel Smith 14:06:27 #info tbachman 14:06:42 #topic Agenda 14:06:45 #info Nicolas Bouthors 14:06:49 #info Dave Dolson 14:07:08 #info Paul Quinn 14:07:16 * tbachman waves to paulq 14:07:33 #link https://wiki.opnfv.org/service_function_chaining 14:07:35 talk and type: we are getting old ;) 14:08:44 #info ebrjohn says we’re skipping the clustering action item for now 14:09:40 #info paulq asks why opnfv doesn’t use specific mailing lists 14:10:06 #info ebrjohn says that opnfv early on decided to have a single list and use filters 14:10:52 #info bryan_att says that you can set filters using mailman 14:11:32 #info ebrjohn says the agenda is carrying on with the slides that cover initializing OPNFV and SFC, and openstack orchestration 14:11:51 #topic OPNFV SFC initialization 14:12:24 looks like topics might not work with this meetbot :( 14:12:29 #link https://docs.google.com/presentation/d/1gbhAnrTYbLCrNMhMXin0lxjyg-7IHNPjrlBTIjwAzys/edit?usp=sharing 14:12:30 * tbachman isn’t seeing them change 14:12:44 ebrjohn: don’t sweat it 14:12:47 #undo 14:12:47 Removing item from minutes: 14:13:00 #link https://docs.google.com/presentation/d/1gbhAnrTYbLCrNMhMXin0lxjyg-7IHNPjrlBTIjwAzys/edit?usp=sharing Slides for OPNFV/SFC 14:13:11 (providing some context for the link for the minutes) 14:13:15 ebrjohn: we can see it 14:14:10 #info ebrjohn says he added the GBP endpoints, added SFC/OpenStack coordinator 14:14:42 #info paulq says the GBP depiction might be a bit off — wrt to the classifier; he’ll collect his feedback and provide it in an email to ebrjohn 14:15:20 bryan_att: asks if the coordinator is outside ODL, or something else 14:15:22 oops 14:15:34 #info bryan_att asks if the coordinator is outside ODL, or something else 14:15:48 #info tbachman says oops 14:15:54 paulq: nice ;) 14:15:55 lol 14:16:32 #info ebrjohn says there’s a configuration hole: SFC needs to know information about the VMs (e.g. addressing); this is one of the functions of the coordinator 14:17:01 #info daniel notes that most of the info is available from the neutron DB 14:17:10 * tbachman didn’t know daniel’s nick 14:17:21 *lmcdasm 14:17:52 lmcdasm: thx! 14:17:54 #undo 14:17:54 Removing item from minutes: 14:18:05 #info lmcdasm notes that most of the info is available from the neutron DB 14:20:13 #info lmcdasm says if you want to know the port definition, then you can query neutron for this information; one of the catch-22’s is if the VNF or Service Function is set up as a VM, then neutron may not be aware; otherwise, this is a simple query to neutron 14:20:29 #info paulq asks if you can find the relationship between a VM (e.g. a firewall) and the OVS instance it’s connected to 14:21:03 #info lmcdasm says nova fires up the VM, neutron attaches the port; openstack isn’t aware of what the VM is doing (e.g. firewall); but you can associate the port with the vritual NIC for that VM 14:21:48 #info lmcdasm says you can’t have 2 ports on the same subnet, so you know which port is connected to a given subnet 14:22:19 #info rapenno says from an ODL provisioning perspective, you create a Service Function, and then goes to an orchestrator to request a VM to get the information 14:23:20 #info bryan_att says he’d like to hear more information on how the life cycle works 14:23:44 #info paulq says he’d like to get a bullet-point list and API pointers so we can see how this looks and works 14:24:58 #info lmcdasm says his initial understanding was that it was a pull model from openstack; this new model suggests that ODL is interacting with OpenStack to create VMs for things (e.g. firewalls) 14:25:36 #info ebrjohn says we should create two mini-groups: 1 to work on the coordinator, another to work on a setup 14:26:08 #info ebrjohn says there are two use cases: reactive approach and proactive approach; the first is reacting to VM creation, the second creates VMs 14:26:27 #info lmcdasm is in favor of picking one approach or the other, rather than both 14:28:52 #info ebrjohn says we need work on both the coordinator, and work on the piece that brings everything up 14:29:14 #info lmcdasm says that we have everything with the exception of the coordinator today 14:29:39 I would like to help in the group for the "coordinator" analysis. This is part of what I had planned for the OPNFV Hackfest... To figure out and demo how to coordinate function chaining info between openstack and ODL, e.g. using a python program which uses the NB APIs of Openstack and ODL 14:29:59 #info paulq asks what is a service function and what is it’s relation to OVS 14:30:30 #info lmcdasm says a service function is something an application does; the relation between an SF and OVS is that OVS is the fabric that the SF runs on 14:30:57 #info ebrjohn says we need a mapping for a service function type (e.g. FW) to actual glance images 14:31:25 #info bryan_att says we should take that as part of the coordinator discussion — he’d like to address this at the upcoming hackfest/summit 14:32:45 #info bryan_att says the reactive and proactive approaches should be part of the bullet-list analysis 14:32:57 #info lmcdasm says something missing is what do you want to run with those applications 14:33:59 #info lmcdasm says we should start simple — pick to things that you’d like to chain today and see how to make that work 14:34:01 As noted VNFD is the place where the metadata about "what type of function this VM provides" would live 14:34:08 #info paulq says firewall and DPI would be a good first start 14:34:29 #info bryan_att says as noted VNFD is the place where the metadata about “what type of function this VM provides” would live 14:35:28 #info lmcdasm says the first thing a mini-group should do is define the specifics — what is the VM, what is the glance image, etc. 14:36:04 The purpose of each vNIC on a VM also needs to be clear in the metadata, so that the proper port can be chained, e.g. "Service", "admin", "storage", etc 14:36:21 #info bryan_att says the purpose of each vNIC on a VM also needs to be clear in the metadata, so that the proper port can be chained, e.g. "Service", "admin", "storage", etc 14:37:38 I'm interested in participating in the architecture. 14:37:46 I do too 14:38:16 #info DaveD_ and bouthors are interested in working with the architecture mini-group 14:39:08 #info ebrjohn wants a mini group to investigate how to stand up architecture shown in his “OPNFV SFC Initial NW Topology, V2” slide 14:40:12 DaveD_: what's your email? I'll include you 14:40:34 #info bryan_att notes that what the user wants and what the service provider wants might be two different perspectives — we should take this into account when looking at the architectures 14:40:35 count me in 14:40:39 ddolson@sandvine.com 14:40:48 Yes, let's say what we want, but at different user perspectives, e.g. End-user and VNFi provider 14:42:45 #info lmcdasm says he wasn’t clear from ebrjohn’s email whether this includes enabling/disabling or configuring ports on physical switches 14:43:09 #info ebrjohn says he wouldn’t want to remove any functionality we already have — we should just be adding to it 14:43:54 #info lmcdasm says an end-user asks for creation of a service function, but the service provider might have to provision the virtual and physical resources for this; do we want to supercede this and have SFC be in control of this? 14:44:18 #info repenno agrees — we have to decide who is the master of a give vSwitch 14:44:29 * ebrjohn remembering a quote from Seinfeld: Are you the master of your domain? ;) 14:44:34 yikes 14:44:36 lol 14:49:01 #info lmcdasm says we already have an injector that reads an OVF file and deploys it into openstack 14:50:30 #action repenno to create a workflow diagram for SFC 14:50:37 #undo 14:50:37 Removing item from minutes: 14:50:56 #action repenno to create a workflow diagram for SFC and will email to the OPNFV-SFC group 14:51:26 #link https://docs.google.com/document/d/1CQ6HODjk-sa5jSdZm9l6ygxc3TWTE8Zpgq3_NFbK1mc/edit?usp=sharing Document that shows the SFC workflow 14:51:29 Let's also put on the wiki links to any demos, code, etc that can be shared about what's been done before. 14:51:53 For example Daniel mentioned an "injector" demo done earlier 14:51:54 #info bryan_att asks to put links in OPNFV-SFC wiki to any demos, code, etc. that can be shared about what’s been done before 14:52:44 #link https://docs.google.com/document/d/1CQ6HODjk-sa5jSdZm9l6ygxc3TWTE8Zpgq3_NFbK1mc/edit#heading=h.rrqnx1heyzli 14:52:45 #info lmcdasm says we should bring in icbts (Jamie Goodyear) or others who are karaf experts 14:53:15 MR_Sandvine: this is a list of items to cover at the hackfest? 14:53:28 #undo 14:53:28 Removing item from minutes: 14:53:32 #undo 14:53:32 Removing item from minutes: 14:53:51 #link https://docs.google.com/document/d/1CQ6HODjk-sa5jSdZm9l6ygxc3TWTE8Zpgq3_NFbK1mc/edit#heading=h.rrqnx1heyzli Agenda for upcoming Hackfest 14:53:59 #info lmcdasm says we should bring in icbts (Jamie Goodyear) or others who are karaf experts 14:54:26 #info DaveD_ asks what the forum is for discussing slide 5 14:54:46 #info ebrjohn says the best place for now is the mailing list (use tag/filter in brackets) 14:55:26 * tbachman has to drop soon 14:55:43 opnfv-tech-discuss ? 14:56:09 DaveD_: I think that’s the main email list — but you need to add a filter/tag in brackets in the subject 14:56:14 [opnfv-sfc] 14:56:35 that allows folks to only receive traffic based on that filter 14:56:45 (rather than receive all mail to opnfv-tech-discuss) 14:56:53 I see [SFC] used, here for example: http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2015-July/003570.html 14:57:27 ah 14:57:33 Use that then :) 14:57:34 thx 14:57:50 (and sorry for the confusion) 14:58:09 * tbachman is dropping — ebrjohn can you do the #endmeeting? 14:58:52 #endmeeting