lists.starlingx.io
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Starlingx-discuss

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
starlingx-discuss@lists.starlingx.io

  • 7 participants
  • 8396 discussions
[Starlingx-discuss] Call for agenda: Weekly StarlingX non-OpenStack Distro meeting
by Xie, Cindy 16 Oct '18

16 Oct '18
Bruce, Ghada & Saul Other than the regular agenda we have below, I think we at least have 30min slot open, please propose the topics you'd like to discuss in this meeting, I can add into tomorrow's meeting. - Bugs for 2018.10 review - Non-openstack patch analysis & refactoring update - Ceph upgrade update. Thx. - cindy -----Original Appointment----- From: Xie, Cindy Sent: Friday, August 24, 2018 9:38 AM To: Xie, Cindy; Khalil, Ghada; Wold, Saul; Rowsell, Brent; Sun, Austin; Wang, Yi C; Lin, Shuicheng; Chen, Yan; Somerville, Jim; 'Ildiko Vancsa'; starlingx-discuss(a)lists.starlingx.io Cc: Perez Rodriguez, Humberto I; Hu, Yong; Zhu, Vivian; 'Chen, Jacky'; 'Leo Xu'; 'Waines, Greg'; 'Eslimi, Dariush'; 'Komiyama, Takeo'; Martinez Monroy, Elio; Jones, Bruce E; Hernandez Gonzalez, Fernando; Hu, Wei W; Qi, Mingyuan; 'Young, Ken'; Arce Moreno, Abraham; 'Seiler, Glenn'; Gomez, Juan P; Shang, Dehao; Cobbley, David A Subject: Weekly StarlingX non-OpenStack Distro meeting When: Wednesday, October 17, 2018 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 . Cadence and time slot: o Wednesday 9AM EDT (9PM China time) . Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ . Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other
2 2
0 0
[Starlingx-discuss] Analysis report about Network Trunk feature for StartlingX upstreaming
by Le, Huifeng 16 Oct '18

16 Oct '18
Ian/Brent/Matt, We did analysis about the Network trunk related patches for StartingX upstream, below are the suggestions for upstreaming, could you please help to review and comment? Thanks much! 1. ba9d9f60a7a2665194cacb92a05e0acd2dc3de41: Add rpc notification for trunk updates Function: sent notification to the agent when a trunk is updated Analysis: (1)Trunk’s AFTER_UPDATE event is generated for API call: PUT /v2.0/trunks/{trunk-id} The update request is only for changing fields like name, description or admin_state_up. Setting the admin_state_up to False locks the trunk in that it prevents operations such as adding/removing subports. In Neutron upstream, admin_state_up is used in server side, e.g. add_subports, remove subports, delete_trunk and not used in agent side (2)OVS trunk agent driver uses OVSDB event to handle trunk event, no need to manually trigger trunk update event (3)Linux trunk agent driver will handle trunk update event triggered by server, while it will need apply the patch only in case admin_state_up update need to be handled Suggestion: Not a bug for Neutron upstream, suggest not to upstream 2. 6955351c5eca6e37061fb0140d11ea53693fe0e1: Add support to delete bound network Function: enable delete trunk if it is can_be_trunked (not bounded or driver’s can_trunk_bound_port=true) Analysis: Applied for LinuxBridge Driver and AVS bridge Driver (can_trunk_bound_port=True), no impact for OVSTrunkDriver (can_trunk_bound_port=False). workaround also available for linux bridge (e.g. unbind the port first then delete the trunk) Suggestion: it is a low priority bug for Neutron upstream (only applied for linux bridge and workround available), suggest not to upstream 3. 43a684946e781a25d21a4f50b8dc67d61be42809: Enable trunk service by default Function: add “trunk” in DEFAULT_SERVICE_PLUGINS Analysis: It is a deploy configuration for downstream product Suggestion: Not a bug for Neutron upstream, suggest not to upstream 4. c54d804792f10b7f505de6794274c4df4768f6f0: Include trunk presence in port details Function: add trunk_port (bool) flag in port_details to identify whether this port is a parent port for a trunk Analysis: It is a performance improvement for AVS agent by reducing RPC call from agent to server. OVS agent has different implementation with no improvement by introducing this field Suggestion: Not a bug for Neutron upstream, suggest not to upstream 5. 3eed837ebd236e6b1959ea88d9ab5322c9eef6b9: Ignore trunk subports on same vlan as vlan-subnet ports Function: Ignore trunk subports on same vlan as vlan-subnet ports Analysis: It is a bug fix for AVS agent Suggestion: Not a bug for Neutron upstream, suggest not to upstream Best Regards, Le, Huifeng
4 9
0 0
[Starlingx-discuss] [ Test ] October release testing status - 10-15-2018
by Cabrales, Ada 16 Oct '18

16 Oct '18
Sanity on stx-2018-10-15-24-r-2018.10.iso - 31 TCs PASS, 0 TCs FAIL - Multinode external storage on virtual environment having the problem with creating instances again. Reviewing comments from Frank Miller and debugging a bit more - Launchpad is [0] - Looks like our duplex virtual also hit the problem with openvswitch [1] - checking on this. - For " Admin credentials are setup on both controllers after swact" [2] - even though this is an expected behavior, we think this might be a security issue. We'll let the TSC to decide on this. - New Launchpad: "MemPageSIze can be empty on a flavor" on duplex bare metal [3] - Execution progress (Fail/Pass/Pending/Total) Simplex bare metal - 0/40/37/77 Simplex virtual - 0/10/61/71 Duplex bare metal - 1/57/42/100 Duplex virtual - 1/56/48/105 Multinode local storage bare metal - 0/67/50/117 Multinode local storage virtual - 6/59/57/122 Multinode external storage bare metal - 0/70/47/117 Multinode external storage virtual - 2/46/72/120 Full report in the wiki [4] [0] https://bugs.launchpad.net/starlingx/+bug/1797234 [1] https://bugs.launchpad.net/starlingx/+bug/1796380 [2] https://bugs.launchpad.net/starlingx/+bug/1797961 [3] https://bugs.launchpad.net/starlingx/+bug/1797961 [4] https://wiki.openstack.org/wiki/StarlingX/stx.2018.10_TestingSummary A. _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss(a)lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
1 0
0 0
[Starlingx-discuss] [ TEST ] October release testing status - 20181015
by Waheed, Numan 16 Oct '18

16 Oct '18
Please find below testing status for 20181015. Sanity Results ============== Config: All-in-One Simplex Build ID: 2018-10-12_01-52-00 Total: 11 Pass: 11 Fail: 0 Bugs: None ========================================== Config: All-in-One Duplex Build ID: 2018-10-14_01-52-00 Total: 15 Pass: 15 Fail: 0 Bugs: None ========================================== Config: Multi Node Build ID: 2018-10-08_01-52-01 Total: 23 Pass: 23 Fail: 0 Bugs: None ========================================== Config: Multi Node with CEPH Build ID: 2018-10-10_01-52-00 Total: 24 Pass: 24 Fail: 0 Bugs: None ========================================== Manual Regression: Domains Total Passed Failed Executed Launchpad ========================================================================= Backup and Restore 4 3 1 4 https://bugs.launchpad.net/starlingx/+bug/1796404 Distributed Cloud 30 19 4 23 https://bugs.launchpad.net/starlingx/+bug/1797960 Installation and Config 5 3 2 5 https://bugs.launchpad.net/starlingx/+bug/1797187 https://bugs.launchpad.net/starlingx/+bug/1797608 MTC 19 19 0 19 Networking 22 10 5 15 https://bugs.launchpad.net/starlingx/+bug/1796198 https://bugs.launchpad.net/starlingx/+bug/1790968 Nova 35 15 6 21 https://bugs.launchpad.net/starlingx/+bug/1796393 Security 17 9 2 11 https://bugs.launchpad.net/starlingx/+bug/1797204 https://bugs.launchpad.net/starlingx/+bug/1797219 https://bugs.launchpad.net/starlingx/+bug/1797569 Storage 11 4 5 9 https://bugs.launchpad.net/starlingx/+bug/1795962 https://bugs.launchpad.net/starlingx/+bug/1796913 https://bugs.launchpad.net/starlingx/+bug/1797151 https://bugs.launchpad.net/starlingx/+bug/1797391 System Inventory 8 7 1 8 https://bugs.launchpad.net/starlingx/+bug/1797187 System Test 10 8 1 9 ========================================================================= Total 161 97 27 124 Thanks, Numan Waheed, Manager, Titanium Cloud Testing Wind River direct 613 270 5762, mobile 613 793 5476
1 0
0 0
[Starlingx-discuss] repo sync failures: 503 error in ima-evm-utils.git
by Scott Little 16 Oct '18

16 Oct '18
We are currently seeing the following error from 'repo sync' up here in Ottawa.    fatal: unable to access 'https://git.code.sf.net/p/linux-ima/ima-evm-utils.git/': The requested URL returned error: 503 Timestamp is roughly 2018-10-15 18:45 UTC Can other sites see this ? *Workaround:* If you already have an established repo, including ima, you can use the following to refresh your repo ...    repo sync  --optimized-fetch This works because ima in our manifest is anchored to a specific tag/sha, which you already have downloaded, so no need to refresh that specific git.
2 4
0 0
[Starlingx-discuss] stx-specs git repo directory structure
by Chris Friesen 16 Oct '18

16 Oct '18
Hi, In the "stx-specs" git repo [1] the directory structure currently looks like "specs/approved". That's fine for this release, but once we get to next release we're going to have "old" specs still in there making it hard to keep track of which spec is for which release. I'm wondering whether we want to add a release-specific subdirectory like other OpenStack projects have. So specs being submitted now would go into "specs/2019.3/approved". Thanks, Chris [1] https://github.com/openstack/stx-specs
3 3
0 0
[Starlingx-discuss] Invitation, October 24 StarlingX First Release & Community On-Boarding Webinar
by Claire Massey 16 Oct '18

16 Oct '18
Hi everyone, On October 24 at 8:00am PDT we will hold a Community On-Boarding webinar to coincide with the first release for the StarlingX project. Ian Jolliffe and Bruce Jones will lead the on-boarding presentation. Please mark your calendars and plan to join us! Meeting link: https://zoom.us/j/112003649 <https://zoom.us/j/112003649>. The webinar will be recorded if you’re unable to make it. More information and news around the project’s first release will be shared on October 24. Stay tuned! Thanks, Claire
1 0
0 0
[Starlingx-discuss] Invitation: StarlingX First Release, Community Webinar @ Wed Oct 24, 2018 10am - 11am (CDT) (starlingx-discuss@lists.starlingx.io)
by claire@openstack.org 16 Oct '18

16 Oct '18
You have been invited to the following event. Title: StarlingX First Release, Community Webinar https://etherpad.openstack.org/p/openstack-community-meeting When: Wed Oct 24, 2018 10am – 11am Central Time - Chicago Where: https://zoom.us/j/112003649 Calendar: starlingx-discuss(a)lists.starlingx.io Who: * claire(a)openstack.org - organizer * Ildiko Vancsa * Allison Price * Ian Jolliffe * scott.w.doenecke(a)intel.com * Bruce E Jones * Chris Hoge * Jeff * glenn.seiler(a)windriver.com * Jennifer Fowler * Lauren Sell * Robert Cathey * starlingx-discuss(a)lists.starlingx.io Event details: https://www.google.com/calendar/event?action=VIEW&eid=XzhoMTNnZ3BvOGwxM2NiO… Invitation from Google Calendar: https://www.google.com/calendar/ You are receiving this courtesy email at the account starlingx-discuss(a)lists.starlingx.io because you are an attendee of this event. To stop receiving future updates for this event, decline this event. Alternatively you can sign up for a Google account at https://www.google.com/calendar/ and control your notification settings for your entire calendar. Forwarding this invitation could allow any recipient to modify your RSVP response. Learn more at https://support.google.com/calendar/answer/37135#forwarding
1 0
0 0
[Starlingx-discuss] Minutes: Weekly StarlingX non-OpenStack Distro meeting
by Xie, Cindy 15 Oct '18

15 Oct '18
Agenda & Notes for 10/10 meeting: 1. Bugs for 2018.10 review (Ghada) no pending storyboard & bugs. Cheers! 2. non-OpenStack patch analysis status (Saul/Zhipeng) init related patches, current build related ones merged by Austin; Zhipeng is looking into solutions for the init related patches to remove from individual RPMs. deep dive to some upstream source level patches and analysis WIP. Brent submitted several new stories and please mark it as "stx-non-distro" tag. 3. Fuzz patch guideline and follow-up actions (Brent/Shuicheng) Going forward we should put guideline for strictly no fuzz patch. AR: Cindy to put a developer guideline to: https://wiki.openstack.org/wiki/StarlingX/CodeSubmissionGuidelines https://storyboard.openstack.org/#!/story/2003917 include all fuzz patches, most of them are merged. Shuicheng will add more tasks (few left) within this week. There is not much we can do w/ the upstreamed patches from sRPM for now. story for upgrade rpm to v14 is not required for now. rpm v14 requires OpenSSH v1.1 and we cannot upgrade from a lower version. For now, the system limitation is that we cannot install the same package with different version simultaneously. 4. Kernel driver upgrade status (Shuicheng) https://storyboard.openstack.org/#!/story/2003597, all patches are ready and pending for testing. Intel GDC do not have appropriate test systems available. AR: Cindy to coordinate Ada about the HW required to run the testing. Mellanox driver version: how to define the version# to upgrade? choose the latest version. usually the version we pick shall be aligned w/ the version in the DPDK supported. Need to look for the version from the Mellanox page. AR: Shuicheng to check the version to make sure it compatible w/ DPDK version in our current mainline. 5. Ceph upgrade status (Vivian/Dehao) - no update due to holiday 6. Opens (All) -----Original Appointment----- From: Xie, Cindy Sent: Friday, August 24, 2018 9:38 AM To: Xie, Cindy; Khalil, Ghada; Wold, Saul; Rowsell, Brent; Sun, Austin; Wang, Yi C; Lin, Shuicheng; Chen, Yan; Somerville, Jim; 'Ildiko Vancsa'; starlingx-discuss(a)lists.starlingx.io Cc: Perez Rodriguez, Humberto I; Hu, Yong; Zhu, Vivian; 'Chen, Jacky'; 'Leo Xu'; 'Waines, Greg'; 'Eslimi, Dariush'; 'Komiyama, Takeo'; Martinez Monroy, Elio; Jones, Bruce E; Hernandez Gonzalez, Fernando; Hu, Wei W; Qi, Mingyuan; 'Young, Ken'; Arce Moreno, Abraham; 'Seiler, Glenn'; Gomez, Juan P; Shang, Dehao; Cobbley, David A Subject: Weekly StarlingX non-OpenStack Distro meeting When: Wednesday, October 10, 2018 9:00 PM-10:00 PM (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi. Where: https://zoom.us/j/342730236 . Cadence and time slot: o Wednesday 9AM EDT (9PM China time) . Call Details: o Zoom link: https://zoom.us/j/342730236 o Dialing in from phone: o Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o International numbers available: https://zoom.us/u/ed95sU7aQ . Meeting Agenda and Minutes: o https://etherpad.openstack.org/p/stx-distro-other
2 2
0 0
[Starlingx-discuss] Question about patch upstreaming for e5712fe
by Qin, Kailun 15 Oct '18

15 Oct '18
Hi Matt, We're looking into the patch e5712fe, which indicates a possible inconsistency/mismatch of tag values between dnsmasq option files and dnsmasq command line. >From the commit message: "This seems to be happening because of how dhcp_rpc.py::_group_by_network_id would behave if the list of subnets coming from the database was ordered different or contained different values." After checking, we found that the latest Neutron seems to already have subnets sorted: https://github.com/openstack/neutron/blob/master/neutron/api/rpc/handlers/d…. Would you please kindly help double check on this? Let me know if any question. Thank you! BR, Kailun
3 3
0 0
  • ← Newer
  • 1
  • ...
  • 793
  • 794
  • 795
  • 796
  • 797
  • 798
  • 799
  • ...
  • 840
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.