18:00:11 #startmeeting gluon 18:00:12 Meeting started Wed Apr 12 18:00:11 2017 UTC and is due to finish in 60 minutes. The chair is bh526r_. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:00:13 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 18:00:15 The meeting name has been set to 'gluon' 18:00:24 #topic Roll Call 18:00:30 #info Bin Hu 18:01:29 #info Kamil Renczewski 18:01:41 Hi Kamil 18:01:43 Hi everyone 18:01:45 #info Georg Kunz 18:01:47 Hi Bin 18:01:47 #info JinLi 18:01:55 Hi Georg and Jin 18:02:16 #topic Admin Update 18:02:29 #info Our submission to Forum: 18:02:39 hi all 18:02:49 #link http://forumtopics.openstack.org/cfp/details/47 18:02:56 #info was rejected 18:03:12 #info details of reason can be found in above link 18:03:47 #topic Status Update of PoC in OpenStack Summit 18:04:32 #info 1. PoC Scenario Description was agreed a few weeks ago, and it stays the same 18:05:00 #info But we need a documented demo script. Bin will draft it for everyone to review 18:05:21 #action Bin draft demo script for PoC in OpenStack Summit 18:05:47 #info 2. Lab in Germany - running stably 18:06:18 georgk, do you want to add something more? 18:06:42 yes, the Nova issues have been resolved 18:07:09 #info Nova issue was resolved, and VM can be booted 18:07:09 we had problems due to re-installing some OpenStack packages with pip while the services were running 18:07:18 restarting the services solved the issue 18:07:41 #info There were problems due to re-installing some OpenStack packages with pip while the services were running 18:07:51 #info restarting the services solved the issue 18:08:18 The dependency is always a headache 18:08:56 #info 3. Contrail Status 18:09:35 I was able to run Contrail 18:09:58 #info Kamil was able to run Contrail 18:10:05 and authenticate with keystone on 192.168.0.6 node 18:10:24 #info and authenticate with keystone on 192.168.0.6 node 18:10:40 So can Mechanism Driver work with Contrail now? 18:10:48 problem was that one of interfaces was up without IP affress and zookeeper couldn't handle this 18:11:15 Still need to resolve issue with Service Monitor service 18:11:26 I see 18:11:30 then I'll deploy mechanism driver 18:11:44 #info Problem was that one of interfaces was up without IP affress and zookeeper couldn't handle this 18:12:01 #info So still need to resolve issue with Service Monitor service 18:12:14 #info Then Kamil will deploy Mechanism Driver 18:12:26 Good progress, Kamil 18:12:30 I don't want to do this without Contrail fully working because any issues woud be impossible to resolve 18:12:57 That's right. So make sure Contrail fully working first. 18:13:18 Then if there is any issue later, we can isolate the issue more easily 18:13:52 Keep up your good work, Kamil. Thank you 18:14:02 Thank you 18:14:26 #info 4. L3VPN API - Parameter List for BGP Peering 18:14:54 #link https://review.openstack.org/#/c/450917/ 18:15:08 #info Georg will update the patch based on Jin's comments 18:15:32 #info 5. SFC YAML and API 18:15:57 #info Georg is completing the draft, and under internal review 18:16:14 #info Georg will submit this patch in a few days 18:16:35 #info 6. P2P YAML and API 18:16:56 #info Robert is working on it, and will submit the patch in a few days 18:17:12 #info 7. ELAN YAML and API 18:17:36 #info Eric has provided Ian with the ELAN YANG Model 18:17:56 #info Bin will follow up with Ian on this subject 18:18:14 #action Bin follows up with Ian on ELAN YAML and API 18:18:29 #info 8. Misc 18:19:09 #info There is a new patch to support all API YAML Models by default 18:19:21 #link https://review.openstack.org/#/c/456283/ 18:20:33 #info Current code supports net-l3vpn as default. If we add new YAML model, we need to change proton.conf. If someone forgets to change proton.conf, even if new model is added, Proton Server will still only pick up net-l3vpn 18:22:15 #info In order to improve usability and make adding new YAML model and API easier, this patch will support all models by default. Whenever a model is added, Proton Server will pick it up without having to change proton.conf 18:22:30 #info All are encouraged to review and comment the code 18:23:04 #info This will also make demo/PoC easier - only need to add/remove model, rebuild and restart proton-server without changing proton.conf 18:23:29 any other thing / update for PoC? 18:24:31 #topic Pike Release and Patches 18:24:52 #info 1. New "Network Type" in Neutron 18:26:17 #info Bin had conversation with Sukhdev yesterday. The idea that Sukhdev proposes will still lead to previous 2 RFEs, i.e. (1) optional Network and Subnet, and (2) new network characteristics attribute 18:27:31 #info Sukhdev will document it, for further review and discussion. But previous 2 RFEs are needed based on conversation 18:27:52 #info 2. Approved patches 18:28:14 #info First is Remove unused import statements 18:28:29 #link https://review.openstack.org/#/c/446776/ 18:29:05 #info It was approved and merged on March 22, and cherrypicked to stable/ocata (https://review.openstack.org/#/c/448775/) 18:29:25 #info Second is Fixing DB test after sqlite_db config option was removed 18:29:38 #link https://review.openstack.org/#/c/451989/ 18:30:16 #info It was approved and merged on March 31, and cherrypicked to stable/ocata (https://review.openstack.org/#/c/452268/) 18:30:35 #info Third is Fixing broken import statement 18:30:49 #link https://review.openstack.org/#/c/451722/ 18:31:18 #info It was approved and merged on March 31, and cherrypicked to stable/ocata (https://review.openstack.org/#/c/452357/) 18:31:34 #info Fourth is Remove translation of log messages from gluon 18:31:54 #link https://review.openstack.org/#/c/453970/ 18:32:28 #info It was approved and merged on April 6, and cherrypicked to stable/ocata (https://review.openstack.org/#/c/454286/) 18:34:33 #info Fifth is Refined installation instructions 18:34:49 #link https://review.openstack.org/#/c/452980/ 18:35:28 #info It was approved and merged on April 6, and cherrypicked to stable/ocata (https://review.openstack.org/#/c/454508/) 18:35:51 #info Sixth is Base URI return values 18:36:03 #link https://review.openstack.org/#/c/453929/ 18:36:38 #info It was approved and merged this morning (April 12), and cherrypicked to stable/ocata (https://review.openstack.org/#/c/456234/) 18:36:52 #info 2. Outstanding Patches 18:37:06 #info There are a few outstanding patches. 18:37:42 #info Two were mentioned when we discussed PoC Status. Please review and comment 18:38:09 #link https://review.openstack.org/#/c/450917/ 18:38:28 #link https://review.openstack.org/#/c/456283/ 18:38:41 #info Others include 18:39:03 #link https://review.openstack.org/#/c/453519/ 18:39:22 #link https://review.openstack.org/#/c/430446/ 18:39:42 #info https://review.openstack.org/#/c/404069/ 18:40:15 #info There are review comments and -1, so authors are expected to resolve the comments and update with new patches 18:40:36 #topic AOB 18:40:45 anything else you want to discuss? 18:41:28 FYI: just pushed an update for the L3VPN model extension 18:41:42 Great, and thank you Georg. 18:42:37 I see Jin +1 18:42:43 I suggest we approve it 18:44:10 #info Georg updated the patch of Extending L3VPN model to configure BGP peerings. 18:44:29 #info Group agreed to approve it, and Bin takes the action 18:45:02 Anything else? 18:45:50 If nothing else, we can adjourn the meeting and give back everyone 15 minutes 18:45:57 #info Meeting adjourned 18:46:15 thank you everyone, and bye all 18:46:19 #endmeeting