From Greg.Waines at windriver.com Mon May 1 12:08:44 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Mon, 1 May 2023 12:08:44 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image002.jpg at 01D97C04.246766D0] [cid:image003.jpg at 01D97C04.246766D0] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password * AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 50364 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 70554 bytes Desc: image003.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 7931 bytes Desc: image004.png URL: From Ghada.Khalil at windriver.com Mon May 1 16:16:24 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Mon, 1 May 2023 16:16:24 +0000 Subject: [Starlingx-discuss] Stx8 interface bonding issue In-Reply-To: References: Message-ID: Hi Sergei, A fix for this issue merged in the stx main branch on April 28: https://review.opendev.org/c/starlingx/tools/+/881769 Please let us know if you need it to be cherrypicked to the r/stx.8.0 branch for inclusion in the weekly stx.8.0 rc builds OR if you can live with the workaround for stx.8.0. Thanks, Ghada From: Webster, Steven Sent: Wednesday, April 19, 2023 9:59 AM To: Sergei Akhmatov ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Stx8 interface bonding issue Hello, this does look like a valid issue. The following STX bug has been raised: https://bugs.launchpad.net/starlingx/+bug/2010119 The issue appears to have been resolved in ifenslave v2.13 (STX 8 is on v2.12) The workaround noted in your mail could be applied to a system and wouldn?t be overwritten until the ifenslave package were updated via system upgrade or some other patch that touches those files. The noted workaround seems to produce essentially the same result that went into fixing this issue officially in v2.13. The proper way to patch this in a production STX 8 environment would be to create and install a patch after pulling in ifenslave v2.13 to be explicitly built (this is likely exactly what the bug fix will be if you want to have a go at doing it in the master branch). The STX documentation [1] for patching seems to need some updating for Debian (references to RPMs), but the sw-patch commands are still valid and the references [2] and [3] should help if you intend to go this route. Cheers, Steve [1] https://docs.starlingx.io/developer_resources/starlingx_patching.html [2] https://review.opendev.org/c/starlingx/update/+/845169 [3] https://opendev.org/starlingx/update/src/branch/master/sw-patch/cgcs-patch/cgcs_make_patch From: Sergei Akhmatov > Sent: Wednesday, March 1, 2023 8:18 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Stx8 interface bonding issue CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello. I?ve have starling-x 8 release (Debian-based) installation with duplex controllers + 2 workers and I?ve ran into issue with following configuration: All nodes are on baremetal with 2x10G interfaces. Interfaces are bonded with LACP, and VLAN-interfaces are created for different networks: +--------------------------------------+--------------+----------+----------+---------+--------------+--------------------------+-----------------------------------+--------------------------------------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | +--------------------------------------+--------------+----------+----------+---------+--------------+--------------------------+-----------------------------------+--------------------------------------------------+ | 1c259ab0-c08f-4860-976c-6cc00e4cfaed | mgmt0 | platform | vlan | 201 | [] | ['ae0'] | [] | MTU=1500 | | 4b86faef-509f-4efb-a53a-3b2d1d9b98e8 | oam0 | platform | vlan | 100 | [] | ['ae0'] | [] | MTU=1500 | | 5edb4655-a048-4839-b01d-f2ec64e5ad01 | enp2s0f1 | None | ethernet | None | ['enp2s0f1'] | [] | ['ae0'] | MTU=1500 | | 792d08ec-63cc-4ffa-aba2-8978e411433e | ae0 | None | ae | None | [] | ['enp2s0f0', 'enp2s0f1'] | ['clusterhost0', 'mgmt0', 'oam0'] | MTU=1500,AE_MODE=802.3ad,AE_XMIT_POLICY=layer2+3 | | 8d7fe091-4c63-4ef7-8983-cd2007470443 | enp2s0f0 | None | ethernet | None | ['enp2s0f0'] | [] | ['ae0'] | MTU=1500 | | e6ff860f-a6ef-49df-bde7-437665625970 | clusterhost0 | platform | vlan | 101 | [] | ['ae0'] | [] | MTU=1500 | Worker nodes after reboots start correctly, but after 24 hours mgmt IP is removed from interface and they become unavailable. It appeared that networking.service is in a failed state: sysadmin at worker-0:~$ systemctl status networking.service system/networking.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2023-02-28 13:26:44 UTC; 46s ago Docs: man:interfaces(5) Process: 2068 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE) Main PID: 2068 (code=exited, status=1/FAILURE) CPU: 561ms Because of that, dhclient process is not running, ?valid_lft? timeout is never refreshed and after lease time expiry IP address is removed from interface. Runing ?ifup -a? manually gave me an error: $ sudo /sbin/ifup -a --read-environment No iface stanza found for master ae0 run-parts: /etc/network/if-pre-up.d/ifenslave exited with return code 1 ifup: failed to bring up enp2s0f0 No iface stanza found for master ae0 run-parts: /etc/network/if-pre-up.d/ifenslave exited with return code 1 ifup: failed to bring up enp2s0f1 Googling this error led me to a number of messages about ethernet bonding somewhat broken in debian bullseye at some point: https://blog.rtsp.us/debian-11-bullseye-bonding-problem-9d8d8866117e Hacking /etc/network/if-pre-up.d/ifenslave as suggested in the article solved the problem sed -i 's/ifstate -l/ifquery -l/g' /etc/network/if-pre-up.d/ifenslave After reboot networking service is in active state and is managing dhclient processes: sysadmin at worker-0:~$ systemctl status networking.service ? networking.service - Raise network interfaces Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled) Active: active (exited) since Tue 2023-02-28 14:28:43 UTC; 52s ago Docs: man:interfaces(5) Process: 2064 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=0/SUCCESS) Main PID: 2064 (code=exited, status=0/SUCCESS) Tasks: 8 (limit: 306419) Memory: 10.0M CPU: 678ms CGroup: /system.slice/networking.service ??2436 /sbin/dhclient -4 -v -i -pf /run/dhclient.vlan101.pid -lf /var/lib/dhcp/dhclient.vlan101.leases -I -df /var/lib/dhcp/dhclient6.vlan102.leases vlan101 ??2569 /sbin/dhclient -4 -v -i -pf /run/dhclient.vlan201.pid -lf /var/lib/dhcp/dhclient.vlan201.leases -I -df /var/lib/dhcp/dhclient6.vlan202.leases vlan201 Could someone please validate the issue? What is preferred way for a fix in production environment until it could be fixed upstream? -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Mon May 1 17:23:27 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 1 May 2023 10:23:27 -0700 Subject: [Starlingx-discuss] Mission statement discussion - UPDATE In-Reply-To: References: <76D899BE-EBE1-488E-8A54-12E362834663@openinfra.dev> <02A37C7B-2CCF-4212-A10C-6F4C783DEF97@openinfra.dev> <8F255BA6-2C58-42DB-A9F9-1DAC08332CC8@openinfra.dev> Message-ID: <34A871AF-21B0-4C5E-A24F-D99DA0054128@openinfra.dev> Hi StarlingX Community, As we had no further feedback about the new mission statement, I updated the website to display it. You can check it out here: https://www.starlingx.io Thanks and Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation > On Apr 25, 2023, at 11:21, Ildiko Vancsa wrote: > > Hi StarlingX Community, > > I?m reaching out to you with an update. > > Based on the votes so far, the community?s preference for the updated mission statement is: > > "Empower organizations to deploy and manage high-performance, distributed cloud infrastructure at scale.? > > > Unless there are any concerns, I will update the project?s website with the new statement on __Monday (May 1)__. > > Please reply to this thread if you have any questions or comments. > > Thanks and Best Regards, > Ildik? > > ??? > > Ildik? V?ncsa > Director of Community > Open Infrastructure Foundation > > > > > >> On Apr 18, 2023, at 13:34, Ildiko Vancsa wrote: >> >> Hi StarlingX Community, >> >> I?m reaching out to resurface this conversation. >> >> As a quick summary of where we are: >> >> * We already had a a few conversations about the project?s overall mission. This is important to ensure the community has a clear direction to work towards. >> * We highlighted the following focus areas: >> - StarlingX is a platform that supports deploying and operating both large data centers as well as geographically distributed systems on a large scale. >> - StarlingX is a platform that users can utilize to run their high-performance and real-time applications. >> * We have three proposals on our etherpad: https://etherpad.opendev.org/p/starlingx-mission-statement >> - We only have two votes so far to identify which option people like the most. >> >> >> With the recent new interest in the project, I?ve received questions about the project?s mission and roadmap. People want to know where the project is going and how it will get there, which can help them to figure out if this is a platform that they can build into their own mission, strategy and use cases. >> >> To move the conversation forward, I have a few questions to ask the community: >> >> - Do you feel that any of the current proposals capture what you think the project?s mission is? >> - Do you agree with the view on the project?s mission than what is described above and in the etherpad? >> + Or do yo have a different opinion to share? >> - Do you have a proposal that is not a variant of the currently existing ones, and is not captured yet for consideration? >> - What do you need to be able to join the conversation and vote on the proposals? >> >> >> Thanks and Best Regards, >> Ildik? >> >> ??? >> >> Ildik? V?ncsa >> Director of Community >> Open Infrastructure Foundation >> >> >> >> >> >>> On Apr 7, 2023, at 06:43, Douglas Lopes Pereira wrote: >>> >>> Hi Ildiko, >>> >>> Thanks for considering my suggestion. I've cast my vote on the etherpad. >>> >>> Regards, >>> Doug >>> >>> -----Original Message----- >>> From: Ildiko Vancsa > >>> Sent: Monday, April 3, 2023 7:31 PM >>> To: StarlingX ML > >>> Cc: Douglas Lopes Pereira > >>> Subject: Re: [Starlingx-discuss] Mission statement discussion - FEEDBACK NEEDED >>> >>> External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. >>> >>> Hi, >>> >>> Thank you @Douglas for sharing your comment and proposal on the project's forming new mission statement! >>> >>> >>> We covered this topic and activity at the PTG only briefly, as we were running out of time. >>> >>> To continue the conversation, I would like re-surface the etherpad we created to capture comments and feedback: https://etherpad.opendev.org/p/starlingx-mission-statement >>> >>> We currently have 3 mission statement candidates for the StarlingX project. It is very important for the community to think through and agree on the mission that we are working towards! >>> >>> - You can add comments and feedback to the etherpad. >>> - You can vote on the current proposals by adding '+1' next to the one that you like the most. >>> - You can also add a new proposal, if you formulated one that you feel explains the project's mission better than the proposals we have already. >>> >>> We can continue the discussion on this mail thread and on the etherpad. The Community call is also a great place to discuss feedback and views with regards to the project's overall mission and mission statement options. >>> >>> Please let me know if you have any questions. >>> >>> Thanks and Best Regards, >>> Ildik? >>> >>> --- >>> >>> Ildik? V?ncsa >>> Director of Community >>> Open Infrastructure Foundation >>> >>> >>> >>> >>> >>>> On Mar 24, 2023, at 13:28, Douglas Lopes Pereira wrote: >>>> >>>> Hi Ildik?, >>>> >>>> Unfortunately, I won't be able to join the PTG discussions next week. However, I wanted to share my thoughts regarding the proposed mission statement for the StarlingX project. >>>> >>>> While I appreciate the current mission statement, I believe we should emphasize the project's versatility and its ability to address a wide range of solutions. Additionally, I think it's important to highlight that StarlingX is not just solving a problem, but providing a practical solution for real-world use cases. >>>> >>>> With that in mind, I suggest a revised mission statement: "Empower organizations to deploy and manage high-performance, distributed cloud infrastructure at scale by providing a powerful and flexible solution." >>>> >>>> Thank you for considering my input. Please let me know if there is anything else I can contribute remotely to the PTG discussions. >>>> >>>> Best regards, >>>> Doug >>>> >>>> Privileged and confidential. If this message has been received in error, please notify the sender and delete it immediately. >>>> Conte?do confidencial. Se esta mensagem foi recebida por engano, favor avisar o remetente e apag?-la imediatamente. >>>> >>>> >>>> -----Original Message----- >>>> From: Ildiko Vancsa >>>> Sent: Friday, March 24, 2023 4:04 PM >>>> To: StarlingX ML >>>> Subject: Re: [Starlingx-discuss] Mission statement discussion - >>>> FEEDBACK NEEDED >>>> >>>> [You don't often get email from ildiko at openinfra.dev. Learn why this >>>> is important at https://aka.ms/LearnAboutSenderIdentification ] >>>> >>>> External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. >>>> >>>> Hi, >>>> >>>> I just saw that the mission statement topic is already added to the PTG agenda, currently for Wednesday, so we can have a conversation about the current proposal and next steps at the event. >>>> >>>> If anyone has comments about the current proposal, please feel free to also share that here prior to the event next week, to help bring the conversation forward. >>>> >>>> Thanks and Best Regards, >>>> Ildik? >>>> >>>> --- >>>> >>>> Ildik? V?ncsa >>>> Director of Community >>>> Open Infrastructure Foundation >>>> >>>> >>>> >>>> >>>> >>>>> On Mar 23, 2023, at 15:34, Ildiko Vancsa wrote: >>>>> >>>>> Hi Starlingx Community, >>>>> >>>>> I'm circling back on this thread to collect feedback about the new proposed mission statement for StarlingX: >>>>> >>>>> "Solve the operational problem of deploying and managing high-performance, distributed cloud infrastructure at scale." >>>>> >>>>> Please respond to this thread if you have questions or feedback about the above proposal. We can also discuss it at the PTG next week. >>>>> >>>>> Best Regards, >>>>> Ildik? >>>>> >>>>> --- >>>>> >>>>> Ildik? V?ncsa >>>>> Director of Community >>>>> Open Infrastructure Foundation >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> On Dec 6, 2022, at 20:41, Ildiko Vancsa wrote: >>>>>> >>>>>> Hi StarlingX Community, >>>>>> >>>>>> I'm reaching out to you with an update from today's mission statement workshop that we had during the marketing team call today. >>>>>> >>>>>> The group who participated in today's discussion, came up with the following proposal for a revised mission statement: >>>>>> >>>>>> "Solve the operational problem of deploying and managing high-performance, distributed cloud infrastructure at scale." >>>>>> >>>>>> >>>>>> We decided to keep close to the current statement since the community's focus is still on making it easier to deploy and manage distributed infrastructure on a large scale, which we felt important to highlight. >>>>>> >>>>>> For further notes about the discussions please see the following >>>>>> etherpad: >>>>>> https://et/ >>>>>> h%2F&data=05%7C01%7Cdouglas.pereira%40encora.com%7C89a28d7b7535485d8 >>>>>> 1f508db349317ee%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C6381615 >>>>>> 78609980795%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2lu >>>>>> MzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=fQuXi%2Fpo% >>>>>> 2BIjfefuEvFRYvHQhp3GMuyNjOEmp4%2BdkPWc%3D&reserved=0 >>>>>> erpad.opendev.org%2Fp%2Fr.b99c5952acde86556a7164d870c08971&data=05%7 >>>>>> C >>>>>> 01%7Cdouglas.pereira%40encora.com%7C58c311f015d446c54e1508db2c9b555f >>>>>> % >>>>>> 7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638152817952507655%7CUn >>>>>> k >>>>>> nown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1ha >>>>>> W >>>>>> wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=5yrw7H0yKubl8VR%2BQHQW0KXk8e1 >>>>>> Z >>>>>> zuK9JqtE4McJTEo%3D&reserved=0 >>>>>> >>>>>> The new mission statement is not final yet, we would like to have feedback from the community before putting a new one in place! Please share your feedback about the above proposal on this thread __by the end of next Friday (December 16)__! >>>>>> >>>>>> >>>>>> Please let me know if you have any questions. >>>>>> >>>>>> Thanks and Best Regards, >>>>>> Ildik? >>>>>> >>>>>> --- >>>>>> >>>>>> Ildik? V?ncsa >>>>>> Senior Manager, Community & Ecosystem Open Infrastructure Foundation >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> On Nov 30, 2022, at 09:39, Ildiko Vancsa > wrote: >>>>>>> >>>>>>> Hi StarlingX Community, >>>>>>> >>>>>>> I'm reaching out to you with a short update about the mission statement discussion. >>>>>>> >>>>>>> Unfortunately we didn't hit critical mass on the call that was scheduled for yesterday due to some last minute conflicts that folks had. We decided to use the regular Marketing team meeting as a follow-up workshop to continue the discussion about refreshing the project's mission statement. >>>>>>> >>>>>>> I would like to invite and encourage everyone who would like to participate to join. >>>>>>> >>>>>>> The call is scheduled for December 06 at noon PST / 2000 UTC. >>>>>>> >>>>>>> The Zoom bridge to dial in is: >>>>>>> https://z/ >>>>>>> oom.us %2Fj%2F270117095%3Fpwd%3DSFBReFFsdUdQd3FMdnMxVytiSzhUZz09&dat >>>>>>> a=05%7C01%7Cdouglas.pereira%40encora.com%7C89a28d7b7535485d81f508db >>>>>>> 349317ee%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C6381615786099 >>>>>>> 80795%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiL >>>>>>> CJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=vNszpswC89xKESb >>>>>>> US4EFFcqIN41%2BoSyqV0SZljWHdU8%3D&reserved=0 >>>>>>> >>>>>>> Please find the notes from our previous call here: >>>>>>> https://e/ >>>>>>> therpad.opendev.org %2Fp%2Fstarlingx-mission-statement&data=05%7C01% >>>>>>> 7Cdouglas.pereira%40encora.com%7C89a28d7b7535485d81f508db349317ee%7 >>>>>>> C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638161578609980795%7CUn >>>>>>> known%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1 >>>>>>> haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=uz5N9wy6CQiiOvwt1VYprrQhy >>>>>>> KqgnX42gcX8V%2BHo%2FVQ%3D&reserved=0 >>>>>>> >>>>>>> Please let me know if you would like me to add you to the meeting invite. >>>>>>> >>>>>>> Thanks and Best Regards, >>>>>>> Ildik? >>>>>>> >>>>>>> --- >>>>>>> >>>>>>> Ildik? V?ncsa >>>>>>> Senior Manager, Community & Ecosystem Open Infrastructure >>>>>>> Foundation >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Nov 16, 2022, at 20:09, Ildiko Vancsa > wrote: >>>>>>>> >>>>>>>> Hi StarlingX Community, >>>>>>>> >>>>>>>> I'm reaching out to let you know that marketing team is having a follow-up workshop to continue the discussion about refreshing the project's mission statement, and I would like to invite and encourage everyone who would like to participate to join. >>>>>>>> >>>>>>>> The call is scheduled to November 29 at noon PST / 2000 UTC. >>>>>>>> >>>>>>>> The Zoom bridge to dial in is: >>>>>>>> https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2F >>>>>>>> us06web.zoom.us%2Fj%2F85344179503%3Fpwd%3DK05kckptcmM2N3dhTEJheFVy >>>>>>>> S05OQT09&data=05%7C01%7Cdouglas.pereira%40encora.com%7C89a28d7b753 >>>>>>>> 5485d81f508db349317ee%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7 >>>>>>>> C638161578609980795%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLC >>>>>>>> JQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata >>>>>>>> =yGUZPt7p73AGwLvh7uu98nW5F176RyCQrflhLFKYnzA%3D&reserved=0 >>>>>>>> >>>>>>>> Please find the notes from our previous call here: >>>>>>>> https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2F >>>>>>>> etherpad.opendev.org %2Fp%2Fstarlingx-mission-statement&data=05%7C0 >>>>>>>> 1%7Cdouglas.pereira%40encora.com%7C89a28d7b7535485d81f508db349317e >>>>>>>> e%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638161578609980795% >>>>>>>> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTi >>>>>>>> I6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=uz5N9wy6CQiiOvwt1VY >>>>>>>> prrQhyKqgnX42gcX8V%2BHo%2FVQ%3D&reserved=0 >>>>>>>> >>>>>>>> Please let me know if you would like me to add you to the meeting invite. >>>>>>>> >>>>>>>> Thanks and Best Regards, >>>>>>>> Ildik? >>>>>>>> >>>>>>>> --- >>>>>>>> >>>>>>>> Ildik? V?ncsa >>>>>>>> Senior Manager, Community & Ecosystem Open Infrastructure >>>>>>>> Foundation >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> On Nov 9, 2022, at 07:32, Ildiko Vancsa > wrote: >>>>>>>>> >>>>>>>>> Hi StarlingX Community, >>>>>>>>> >>>>>>>>> As a follow up to the PTG the StarlingX Marketing team started to work on proposals to update the project's mission statement. >>>>>>>>> >>>>>>>>> The team would like to ask the community for input so we can have a more guided activity and better fitting results. The questions we raised during the Marketing meeting yesterday: >>>>>>>>> * What will be the community's priorities for the short to mid-term future, meaning the next 1-3 years? >>>>>>>>> * What is the community's vision with regards to challenges that the StarlingX platform is developed and shaped to solve and address? >>>>>>>>> >>>>>>>>> To ensure progress the Marketing team set up an ad-hoc meeting time for Monday (November 14) at 11am US Pacific Time, to have a workshop and work on options. Anyone who is interested in participating in that conversation please join us on the call! >>>>>>>>> The dial-in link for the meeting is: >>>>>>>>> https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%252 >>>>>>>>> Fwindriver.zoom.us%2Fj%2F97692404047%3Fpwd%3DUm93SXBzNFMwL21JUmJY >>>>>>>>> U3dteVNVdz09&data=05%7C01%7Cdouglas.pereira%40encora.com%7C89a28d >>>>>>>>> 7b7535485d81f508db349317ee%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0 >>>>>>>>> %7C0%7C638161578609980795%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjA >>>>>>>>> wMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C% >>>>>>>>> 7C&sdata=PwXcT23PToOeJv4OvcWkQL5eyixfNz%2BbHpzRIknAe90%3D&reserve >>>>>>>>> d=0 >>>>>>>>> >>>>>>>>> Thanks and Best Regards, >>>>>>>>> Ildik? >>>>>>>>> >>>>>>>>> --- >>>>>>>>> >>>>>>>>> Ildik? V?ncsa >>>>>>>>> Senior Manager, Community & Ecosystem Open Infrastructure >>>>>>>>> Foundation >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Starlingx-discuss mailing list >>>>>>> Starlingx-discuss at lists.starlingx.io >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Starlingx-discuss mailing list >>>>>> Starlingx-discuss at lists.starlingx.io >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From prashanthi.moligi at tcs.com Mon May 1 17:39:47 2023 From: prashanthi.moligi at tcs.com (Prashanthi Moligi) Date: Mon, 1 May 2023 17:39:47 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: TCS Confidential Hi Greg, Thanks a lot for your support. Can you we sync up tomorrow 4PM to 6PM IST, which ever time convenient for you. As I can not send zoom request, can you please schedule a meeting at your convenient time. Thanks&Regards, Prashanthi.M From: Waines, Greg Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D97C81.FEC26B40] [cid:image002.jpg at 01D97C81.FEC26B40] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password * AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From ildiko at openinfra.dev Mon May 1 21:50:51 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 1 May 2023 14:50:51 -0700 Subject: [Starlingx-discuss] Updating the project's one-pager - REVIEW NEEDED In-Reply-To: <81E58222-A318-447A-A417-5E0045637F40@openinfra.dev> References: <81E58222-A318-447A-A417-5E0045637F40@openinfra.dev> Message-ID: <8CFDACB3-97F0-4513-8F0D-401936C5E11C@openinfra.dev> Hi, To further enahnce the one-pager, I also added suggestions to page 2. The new content is focusing on the use cases and also uses QR codes to point to project resources. You can find the proposal here: https://etherpad.opendev.org/p/starlingx-one-pager-updates#L25 Please respond to this thread or ad comments to the etherpad if you have any questions or feedback ASAP. Thanks, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation > On Apr 27, 2023, at 15:17, Ildiko Vancsa wrote: > > Hi, > > Based on the feedback so far I wrote up an updated version of the project summary on page 1 of the document: https://etherpad.opendev.org/p/starlingx-one-pager-updates#L21 > > Please review the proposal and let me know if you have any questions or comments. You can share your feedback on this thread or in the ethrpad. > > Thanks and Best Regards, > Ildik? > > ??? > > Ildik? V?ncsa > Director of Community > Open Infrastructure Foundation > > > > > >> On Apr 18, 2023, at 14:05, Ildiko Vancsa wrote: >> >> Hi StarlingX Community, >> >> Thank you everyone who got the opportunity to provide feedback about the project?s one-pager. >> >> I would like to quickly summarize where we are and ask a few follow-up questions: >> >> * Main items to add, change or update >> - Refresh the project?s description to reflect on the transformation it went through since the first release, and highlight the current features and focus areas >> - Add information about the Distributed Cloud architecture >> - Add information about the now container-based platform >> - Replace the diagram to one that reflects the project?s current architecture better >> - Add the 'https://www.starlingx.io/software? link for further resources to learn about the project >> - Reshuffling the second page with the use cases and features to make it look more exciting and relatable >> >> >> I also have a few questions to clarify some of the comments and decide on how to address them. >> >> * Diagram >> - The current diagram is outdated >> - Would the current diagram on the website work to replace it with: https://www.starlingx.io/static/3dbe793665eb7c5b28158e8a1c1d9b22/5dbbf/StarlingX_Diagram_Distributed_Edge_Cloud_Native_v3.jpg ? >> >> * Learn more about the features >> - We have a few demo videos on the project?s website to showcase some of the features >> - Is there any other place to point people to beyond the demo videos? >> >> * OpenStack services >> - Is there a list available that shows the supported OpenStack services in 8.0? >> >> >> Are there any further comments or feedback that people would like to share about the one-pager? >> >> Thanks and Best Regards, >> Ildik? >> >> ??? >> >> Ildik? V?ncsa >> Director of Community >> Open Infrastructure Foundation >> >> >> >> >> >>> On Apr 10, 2023, at 17:04, Bruno Drugowick Muniz wrote: >>> >>> Hello, StarlingX Community. >>> >>> That's a great topic for my debut here on the mailing list as I'm new to the community, so I guess I'm the target audience of the one-pager! >>> >>> I added comments on the Etherpad, but I'd like to bring one of them here on the mailing list to discuss. >>> >>> My first thought after reading the StarlingX Features section was "interesting, I want more details on these". I mentioned on the Etherpad that we could include a link to https://www.starlingx.io/software because it's easy enough for someone with the printed version to type. However, is this the best place, or the only place, to get info about those features? >>> >>> More directly, if I want to know, for example, how reliability, scalability, ultra-low latency and edge security are achieved in StarlingX, where should I go? >>> >>> Regards, >>> Bruno. >>> From: Ildiko Vancsa >>> Sent: Friday, April 7, 2023 16:10 >>> To: StarlingX ML >>> Subject: [Starlingx-discuss] Updating the project's one-pager >>> >>> External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. >>> >>> Hi StarlingX Community, >>> >>> I?m reaching out to you about the project?s one-pager. >>> >>> In order to be able to raise awareness of the project as well as provide an information package for those who are new, we use multiple assets. The project?s one-pager is one of these, which works both online as well as printed. There are a few conferences coming up, where we would like to be able to point people to this document as well as have it printed as a handout. >>> >>> You can find the current one-pager here: https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.starlingx.io%2Fcollateral%2FStarlingX_OnePager_Web.pdf&data=05%7C01%7Cbruno.muniz%40encora.com%7C9fc5c8b25cb64430100908db379cab02%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638164918257462945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=EXfpwBqBxmwRQtYK3ZWD1h4M2p0fwz2UQS%2BUM2rPZHc%3D&reserved=0 >>> >>> The information in the document is mainly accurate, but it hasn?t been updated in a while now. I would like to ask the community?s help to provide feedback and ideas with regards to what to keep and what to update. >>> >>> Please add your feedback about the one-pager to this etherpad: https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fetherpad.opendev.org%2Fp%2Fstarlingx-one-pager-updates&data=05%7C01%7Cbruno.muniz%40encora.com%7C9fc5c8b25cb64430100908db379cab02%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638164918257462945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=tD9FQFHeBjtm4HqZxgRTYWSx5A1GQ7oujhutrbpBEI4%3D&reserved=0 >>> >>> __Please share your thoughts by April 16.__ >>> >>> Thanks and Best Regards, >>> Ildik? >>> >>> ??? >>> >>> Ildik? V?ncsa >>> Director of Community >>> Open Infrastructure Foundation >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From ildiko at openinfra.dev Mon May 1 21:55:57 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 1 May 2023 14:55:57 -0700 Subject: [Starlingx-discuss] New post on the StarlingX blog! Message-ID: <97B01D9F-5F50-4ADC-B23C-10FB9FD24A5D@openinfra.dev> Hi StarlingX Community, I would like to draw your attention to a new blog post on the StarlingX blog. The article is authored by Litao Gao, and it covers the O-RAN O2 interfaces support in StarlingX: https://www.starlingx.io/blog/starlingx-oran-o2-application/ Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation From ildiko at openinfra.dev Mon May 1 21:57:35 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 1 May 2023 14:57:35 -0700 Subject: [Starlingx-discuss] TSC & Community call in the APAC-friendly time slot this week Message-ID: <4E35D2A2-81DD-4315-8688-56173A0127A6@openinfra.dev> Hi StarlingX Community, It is a friendly reminder that the TSC & Community call is happening in the APAC-friendly time slot this week! The call is scheduled to happen on May 3 at 7pm US Pacific Time / 10m pm US Eastern Time | May 4 at 0200 UTC / 10am China Standard Time. You can find dial-in information and further details here: https://wiki.openstack.org/wiki/Starlingx/Meetings#7pm_Pacific_on_Every_First_Wednesday_of_the_Month-_Technical_Steering_Committee_.26_Community_Call Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation From Greg.Waines at windriver.com Tue May 2 10:41:09 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Tue, 2 May 2023 10:41:09 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: Apologies ... this morning is not good for me. Can we do 4:30pm IST tomorrow (Wednesday) ? ( I think this is 7am EST for me) https://windriver.zoom.us/j/3850847946 Let me know, Greg From: Prashanthi Moligi Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks a lot for your support. Can you we sync up tomorrow 4PM to 6PM IST, which ever time convenient for you. As I can not send zoom request, can you please schedule a meeting at your convenient time. Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D97CC1.128BBB60] [cid:image002.jpg at 01D97CC1.128BBB60] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password * AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From prashanthi.moligi at tcs.com Tue May 2 10:49:01 2023 From: prashanthi.moligi at tcs.com (Prashanthi Moligi) Date: Tue, 2 May 2023 10:49:01 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: TCS Confidential Hi Greg, No problem, we can have call on Wednesday, I will join at 4:30 PM IST tomorrow. Thanks & Regards, Prashanthi.M From: Waines, Greg Sent: Tuesday, May 2, 2023 4:11 PM To: Prashanthi Moligi Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies ... this morning is not good for me. Can we do 4:30pm IST tomorrow (Wednesday) ? ( I think this is 7am EST for me) https://windriver.zoom.us/j/3850847946 Let me know, Greg From: Prashanthi Moligi > Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks a lot for your support. Can you we sync up tomorrow 4PM to 6PM IST, which ever time convenient for you. As I can not send zoom request, can you please schedule a meeting at your convenient time. Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D97D11.CA8BB5D0] [cid:image002.jpg at 01D97D11.CA8BB5D0] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password * AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From Peng.Peng at windriver.com Tue May 2 13:04:50 2023 From: Peng.Peng at windriver.com (Peng, Peng) Date: Tue, 2 May 2023 13:04:50 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20230428T060000Z Message-ID: Sanity Test from 2023 May 1st (https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230428T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso) Status: GREEN SX sanity Passed: 17 (100.0%) Failed: 0 (0.0%) Total Executed: 17 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_isolated_2p_2_big_pod_best_effort_HT_AIO PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] DX sanity Passed: 23 (100.0%) Failed: 0 (0.0%) Total Executed: 23 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_swact_controller_platform PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_push_docker_image_to_local_registry_standby PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_force_reboot_host[active_controller-True] PASS test_force_reboot_host[active_controller-False] PASS test_force_reboot_host[standby_controller-False] PASS test_bmc_verify_bm_type_ipmi PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_netdev_connectivity_ipv6[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] Regards, PV team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bruno.Muniz at encora.com Tue May 2 14:57:34 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Tue, 2 May 2023 14:57:34 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: Greg and Prashanthi, would you mind if I join as a listener? It would be useful for me to see the problems users have in general, not only the setups my team is currently working on. Regards, Bruno. ________________________________ From: Prashanthi Moligi Sent: Tuesday, May 2, 2023 07:49 To: Waines, Greg Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, No problem, we can have call on Wednesday, I will join at 4:30 PM IST tomorrow. Thanks & Regards, Prashanthi.M From: Waines, Greg Sent: Tuesday, May 2, 2023 4:11 PM To: Prashanthi Moligi Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies ? this morning is not good for me. Can we do 4:30pm IST tomorrow (Wednesday) ? ( I think this is 7am EST for me) https://windriver.zoom.us/j/3850847946 Let me know, Greg From: Prashanthi Moligi > Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks a lot for your support. Can you we sync up tomorrow 4PM to 6PM IST, which ever time convenient for you. As I can not send zoom request, can you please schedule a meeting at your convenient time. Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving ?can not connect LDAP server? error, when we debugging it is showing ?TSL, SSL certificate, keys are not available?, attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D97D11.CA8BB5D0] [cid:image002.jpg at 01D97D11.CA8BB5D0] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ? thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ? but more for an expert user because it shows every possible attribute that you can put in localhost.yml ? AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a ?first try?. e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your ?ip link? and ?ip addr? outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the ?sysadmin? user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ? I was out-of-office for a few days. I suspect Litao is on the right track ? it doesn?t seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ? and change the password * AND AFTER YOU RUN ?sudo dhclient ? in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure ?10.10.10.1? is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install ?starlingX kubernetes on VM/Bare metal? not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install ?Virtual All-in-one Simplex Installation? on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ? he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant ?computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ? ?MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ? can you try the following solutions. So, you say that your ISO install completes and you are able to login as ?sysadmin? (initial password is ?sysadmin? and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run ?dhclient? manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday?s meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From prashanthi.moligi at tcs.com Tue May 2 15:01:26 2023 From: prashanthi.moligi at tcs.com (Prashanthi Moligi) Date: Tue, 2 May 2023 15:01:26 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: TCS Confidential Sure Bruno, no issue for me, it will be great if you join the call. Thanks&Regards, Prashanthi.M From: Bruno Drugowick Muniz Sent: Tuesday, May 2, 2023 8:28 PM To: Prashanthi Moligi ; Waines, Greg Cc: Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Greg and Prashanthi, would you mind if I join as a listener? It would be useful for me to see the problems users have in general, not only the setups my team is currently working on. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Tuesday, May 2, 2023 07:49 To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, No problem, we can have call on Wednesday, I will join at 4:30 PM IST tomorrow. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Tuesday, May 2, 2023 4:11 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies ... this morning is not good for me. Can we do 4:30pm IST tomorrow (Wednesday) ? ( I think this is 7am EST for me) https://windriver.zoom.us/j/3850847946 Let me know, Greg From: Prashanthi Moligi > Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks a lot for your support. Can you we sync up tomorrow 4PM to 6PM IST, which ever time convenient for you. As I can not send zoom request, can you please schedule a meeting at your convenient time. Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D97D35.10848800] [cid:image002.jpg at 01D97D35.10848800] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password * AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From starlingx.build at gmail.com Wed May 3 13:52:25 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Wed, 3 May 2023 09:52:25 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 158 - Failure! Message-ID: <543534772.142.1683121946520.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 158 Status: Failure Timestamp: 20230430T101357Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230430T101357Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From Greg.Waines at windriver.com Wed May 3 16:29:32 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 3 May 2023 16:29:32 +0000 Subject: [Starlingx-discuss] FW: StarlingX K8S Conformance Testing In-Reply-To: References: Message-ID: FYI ... related to my action from PTG meeting. I have confirmed with the StarlingX Test Team that as part of the 'every-release' story, https://storyboard.openstack.org/#!/story/2010368 Containerization Components Refresh in Starlingx - k8s 1.25 and 1.26, they will run K8S Conformance Tests and make the results available for the TSC to submit to CNCF for StarlingX K8S Certification. I have updated the above story with this new TEST REQUIREMENT. Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Wed May 3 18:33:06 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Wed, 3 May 2023 11:33:06 -0700 Subject: [Starlingx-discuss] TSC & Community call in the APAC-friendly time slot this week In-Reply-To: <4E35D2A2-81DD-4315-8688-56173A0127A6@openinfra.dev> References: <4E35D2A2-81DD-4315-8688-56173A0127A6@openinfra.dev> Message-ID: Hi StarlingX Community, One more friendly reminder that we have the TSC & Community call happening in the APAC-friendly time slot this week! The call is scheduled to happen on May 3 at 7pm US Pacific Time / 10m pm US Eastern Time | May 4 at 0200 UTC / 10am China Standard Time. You can find dial-in information and further details here: https://wiki.openstack.org/wiki/Starlingx/Meetings#7pm_Pacific_on_Every_First_Wednesday_of_the_Month-_Technical_Steering_Committee_.26_Community_Call Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation > On May 1, 2023, at 14:57, Ildiko Vancsa wrote: > > Hi StarlingX Community, > > It is a friendly reminder that the TSC & Community call is happening in the APAC-friendly time slot this week! > > The call is scheduled to happen on May 3 at 7pm US Pacific Time / 10m pm US Eastern Time | May 4 at 0200 UTC / 10am China Standard Time. > > You can find dial-in information and further details here: https://wiki.openstack.org/wiki/Starlingx/Meetings#7pm_Pacific_on_Every_First_Wednesday_of_the_Month-_Technical_Steering_Committee_.26_Community_Call > > Best Regards, > Ildik? > > ??? > > Ildik? V?ncsa > Director of Community > Open Infrastructure Foundation > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Ghada.Khalil at windriver.com Thu May 4 13:41:54 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 4 May 2023 13:41:54 +0000 Subject: [Starlingx-discuss] Stx8 interface bonding issue In-Reply-To: References: Message-ID: Hello again, The same fix was also cherry-picked/merged in the r/stx.8.0 branch on May 3: https://review.opendev.org/c/starlingx/tools/+/882061 It should be included in the next weekly RC build for stx.8.0: https://mirror.starlingx.cengn.ca/mirror/starlingx/rc/8.0/ Regards, Ghada From: Khalil, Ghada Sent: Monday, May 1, 2023 12:16 PM To: Webster, Steven ; Sergei Akhmatov ; starlingx-discuss at lists.starlingx.io; Correa Mercer, Fabiano Subject: Re: [Starlingx-discuss] Stx8 interface bonding issue Hi Sergei, A fix for this issue merged in the stx main branch on April 28: https://review.opendev.org/c/starlingx/tools/+/881769 Please let us know if you need it to be cherrypicked to the r/stx.8.0 branch for inclusion in the weekly stx.8.0 rc builds OR if you can live with the workaround for stx.8.0. Thanks, Ghada From: Webster, Steven > Sent: Wednesday, April 19, 2023 9:59 AM To: Sergei Akhmatov >; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Stx8 interface bonding issue Hello, this does look like a valid issue. The following STX bug has been raised: https://bugs.launchpad.net/starlingx/+bug/2010119 The issue appears to have been resolved in ifenslave v2.13 (STX 8 is on v2.12) The workaround noted in your mail could be applied to a system and wouldn?t be overwritten until the ifenslave package were updated via system upgrade or some other patch that touches those files. The noted workaround seems to produce essentially the same result that went into fixing this issue officially in v2.13. The proper way to patch this in a production STX 8 environment would be to create and install a patch after pulling in ifenslave v2.13 to be explicitly built (this is likely exactly what the bug fix will be if you want to have a go at doing it in the master branch). The STX documentation [1] for patching seems to need some updating for Debian (references to RPMs), but the sw-patch commands are still valid and the references [2] and [3] should help if you intend to go this route. Cheers, Steve [1] https://docs.starlingx.io/developer_resources/starlingx_patching.html [2] https://review.opendev.org/c/starlingx/update/+/845169 [3] https://opendev.org/starlingx/update/src/branch/master/sw-patch/cgcs-patch/cgcs_make_patch From: Sergei Akhmatov > Sent: Wednesday, March 1, 2023 8:18 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Stx8 interface bonding issue CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello. I?ve have starling-x 8 release (Debian-based) installation with duplex controllers + 2 workers and I?ve ran into issue with following configuration: All nodes are on baremetal with 2x10G interfaces. Interfaces are bonded with LACP, and VLAN-interfaces are created for different networks: +--------------------------------------+--------------+----------+----------+---------+--------------+--------------------------+-----------------------------------+--------------------------------------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | +--------------------------------------+--------------+----------+----------+---------+--------------+--------------------------+-----------------------------------+--------------------------------------------------+ | 1c259ab0-c08f-4860-976c-6cc00e4cfaed | mgmt0 | platform | vlan | 201 | [] | ['ae0'] | [] | MTU=1500 | | 4b86faef-509f-4efb-a53a-3b2d1d9b98e8 | oam0 | platform | vlan | 100 | [] | ['ae0'] | [] | MTU=1500 | | 5edb4655-a048-4839-b01d-f2ec64e5ad01 | enp2s0f1 | None | ethernet | None | ['enp2s0f1'] | [] | ['ae0'] | MTU=1500 | | 792d08ec-63cc-4ffa-aba2-8978e411433e | ae0 | None | ae | None | [] | ['enp2s0f0', 'enp2s0f1'] | ['clusterhost0', 'mgmt0', 'oam0'] | MTU=1500,AE_MODE=802.3ad,AE_XMIT_POLICY=layer2+3 | | 8d7fe091-4c63-4ef7-8983-cd2007470443 | enp2s0f0 | None | ethernet | None | ['enp2s0f0'] | [] | ['ae0'] | MTU=1500 | | e6ff860f-a6ef-49df-bde7-437665625970 | clusterhost0 | platform | vlan | 101 | [] | ['ae0'] | [] | MTU=1500 | Worker nodes after reboots start correctly, but after 24 hours mgmt IP is removed from interface and they become unavailable. It appeared that networking.service is in a failed state: sysadmin at worker-0:~$ systemctl status networking.service system/networking.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2023-02-28 13:26:44 UTC; 46s ago Docs: man:interfaces(5) Process: 2068 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE) Main PID: 2068 (code=exited, status=1/FAILURE) CPU: 561ms Because of that, dhclient process is not running, ?valid_lft? timeout is never refreshed and after lease time expiry IP address is removed from interface. Runing ?ifup -a? manually gave me an error: $ sudo /sbin/ifup -a --read-environment No iface stanza found for master ae0 run-parts: /etc/network/if-pre-up.d/ifenslave exited with return code 1 ifup: failed to bring up enp2s0f0 No iface stanza found for master ae0 run-parts: /etc/network/if-pre-up.d/ifenslave exited with return code 1 ifup: failed to bring up enp2s0f1 Googling this error led me to a number of messages about ethernet bonding somewhat broken in debian bullseye at some point: https://blog.rtsp.us/debian-11-bullseye-bonding-problem-9d8d8866117e Hacking /etc/network/if-pre-up.d/ifenslave as suggested in the article solved the problem sed -i 's/ifstate -l/ifquery -l/g' /etc/network/if-pre-up.d/ifenslave After reboot networking service is in active state and is managing dhclient processes: sysadmin at worker-0:~$ systemctl status networking.service ? networking.service - Raise network interfaces Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled) Active: active (exited) since Tue 2023-02-28 14:28:43 UTC; 52s ago Docs: man:interfaces(5) Process: 2064 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=0/SUCCESS) Main PID: 2064 (code=exited, status=0/SUCCESS) Tasks: 8 (limit: 306419) Memory: 10.0M CPU: 678ms CGroup: /system.slice/networking.service ??2436 /sbin/dhclient -4 -v -i -pf /run/dhclient.vlan101.pid -lf /var/lib/dhcp/dhclient.vlan101.leases -I -df /var/lib/dhcp/dhclient6.vlan102.leases vlan101 ??2569 /sbin/dhclient -4 -v -i -pf /run/dhclient.vlan201.pid -lf /var/lib/dhcp/dhclient.vlan201.leases -I -df /var/lib/dhcp/dhclient6.vlan202.leases vlan201 Could someone please validate the issue? What is preferred way for a fix in production environment until it could be fixed upstream? -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu May 4 14:07:49 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 4 May 2023 14:07:49 +0000 Subject: [Starlingx-discuss] Minutes: Community Call (May 3, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-status Minutes from the community call May 3, 2023 Meeting is at 7pm PDT / 10pm EDT / +1 10am CST Standing topics - Build - Main Branch Debian Builds - Have some issues w/ disk space in CENGN. - Tried to workaround this by setting up some hard links for the same files, but that caused the docker image builds to be really slow and ScottL aborted the build. - This change was rolled back. - stx.6.0 Weekly Builds - Green - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/ - stx.7.0 Weekly Builds - Green - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/ - stx.8.0 Weekly Builds - Green - Build Output: https://mirror.starlingx.cengn.ca/mirror/starlingx/rc/8.0/ - github Mirroring Issue - Email: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014000.html - The stx code is not being mirrored to github due to a change in the key. - The key is hard-coded in each repo as part of zuul, so it's a pain to update the key in every repo. - Davlet updated 40 repos with the correct key. The majority of the repos sync'd properly, but a few still failed due to other issues. - The correct / longer term solution is to setup our own zuul configuration project for StarlingX and not piggy-back on openstack - Estimate is about 2wks of work - Raised in the build project team to determine if there are resources to do this work - Action: Greg to review the requirements for github mirroring to confirm if it's required for all repos or just a subset to meet k8s conformance requirements. - Transition from CENGN - Nothing new; still in progress - As discussed in the PTG, CENGN will no longer be able to host the StarlingX builds. - Build team is working on transitioning the builds to WR infrastructure. - Timing is TBD - Sanity - Debian Main Branch Platform Sanity - Last sanity email sent on May 2: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014041.html - Status: Green for SX. Green for DX. - Debian Main Branch stx-openstack Sanity - Last sanity email sent on Apr 11: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/013968.html - No update - No sanity since Apr 11 due to the DX issue as well as the stx-nova image build failure noted above. - Sanity LPs - LP: https://bugs.launchpad.net/starlingx/+bug/2007303 -- intermittent issue / works on retest - LP: https://bugs.launchpad.net/starlingx/+bug/2012389 -- intermittent issue - LP: https://bugs.launchpad.net/starlingx/+bug/2012392 -- FIXED - Team has some resourcing challenges, so hasn't been able to investigate the failures further - Gerrit Reviews in Need of Attention - Making good progress on doc reviews; list is getting smaller: - https://review.opendev.org/q/starlingx/docs+status:open - From previous meetings: Fixes to libvirt env: https://review.opendev.org/c/starlingx/tools/+/863735 - Review comments provided in Nov; still waiting for author (Scott Kamp) to respond/address review comments - Jan 18: Some activity in the review as of Jan 15 - Feb 1: Alternative fix proposed on Jan 18; waiting for ScottK's review - Feb 15: ScottK is going back to this - Mar 22: Next action is w/ ScottK; As per today's meeting, he'll be looking at the comments - Apr 11: Review is still open. Next action is w/ ScottK (the author) - May 4: ScottK lost his setup, so needs to recover the review - Reference Links: - Active Branch (open): https://review.opendev.org/q/projects:starlingx+is:open+branch:+master - Active Branch (merged): https://review.opendev.org/q/projects:starlingx+is:merged+branch:master Topics for this week - New Feature Requests - Raised by ScottK - Scenario: - Deploying a 36-node StarlingX, but couldn't setup the connectivity between the nodes from the beginning. - So StartlingX went into split-brain and was not able to recover. - In the end, had to deploy an alternative solution not using StarlingX - As a result, suggest the following enhancement/feature requests - Multiple Controller Support instead of just two controllers - StarlingX was designed for two controllers, so this requires revisiting the existing design. - This was discussed before and would be great to tackle. - Storage not requiring dedicated nodes - StarlingX would like to migrate to using rook to support storage anywhere - The key challenge/complexity is migration/upgrade from the existing ceph deployment - Free Range Routing (FRR) Support (or Quagga Support) - These all sound like good feature requests - ScottK has some resources, but not the detailed knowledge to implement these features. ARs from Previous Meetings - None Open Requests for Help - Issue w/ pxebooting a second node on StarlingX - Question raised on the community call (Apr 26) by Kevin - The initial node installs/boots correctly, but but an identical second node doesn't. This setup is using vmare to run StarlingX in VMs. - Status: Open / Greg has some information to share, but isn't sure how to get in touch w/ Kevin - Build System Setup - Question was posted on IRC by Kevin - StarlingX documentation has a lot of outdated information. It took a lot of digging to find the right documentation for setting up a build env with minikube. - Requested that Kevin open an LP to the doc team and/or send an email to the mailing list w/ more details to the mailing list - Status: Open / No email sent to the mailing list yet. Unsure if LP was opened. - Support for StarlingX 8 setup bring up - Reported by Prashanthi - Email thread: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014026.html - Status: Open / Greg spent some time with Prashanthi helping her w/ debugging. The issue seemed related to the system time being incorrectly setup on the server. - stx.8.0 Interface Bonding issue - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-March/013877.html - LP: https://bugs.launchpad.net/starlingx/+bug/2010119 - Fixed in the stx main branch on April 28. Cherrypicked to r/stx.8.0 on May 3. - Status: Closed / Fixed From Juanita.Balaraj at windriver.com Thu May 4 14:24:34 2023 From: Juanita.Balaraj at windriver.com (Balaraj, Juanita) Date: Thu, 4 May 2023 14:24:34 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 03-05-2023 In-Reply-To: References: Message-ID: Hello All, Here are last week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. [1] Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings [2] Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation Thanks, Juanita Balaraj ============ 03-May-23 Stx 9.0 Release Tracking Spreadsheet: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit?usp=sharing. Created stories in Stx 9.0 related to doc updates submitted to the master branch. Gerrit Reviews: - Open Reviews pending; https://review.opendev.org/q/starlingx/docs+status:open - To be reviewed and merged - Merged ~5 reviews. - Bruno Muniz / Gustavo Herzmann created a gerrit review to use the automated script for Vbox installs: To raise LP Bugs / Stories; https://storyboard.openstack.org/#!/story/2005051#comment-203593; - Discussions were held with Bruno Muniz / Doug Periera / Greg / Ron / Juanita to address the gaps in "Install StarlingX Kubernetes in a virtual environment" (Libvert / Virtual Box - Discussion about adding a script to the Virtual Box env. - To discuss with Greg and the team) Launchpad Doc Bugs: - https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs Total 8 outstanding bugs - The DOC team to create LP defects corresponding with any DS defects - WIP. Teams to add all the impacted Releases when raising a LP bug - Gabriel to raise an LP Bug for stx docs. Miscellaneous Updates: - Numbering in the Distributed Cloud Guide - AR Ron to check https://review.opendev.org/c/starlingx/docs/+/880085 - Ron to update the Verified H/W page with the new link in https://www.windriver.com/studio/operator/self-validated-and-certified-hosts# - Currently Commented out - Script needs to be updated and link readded....- AR Ron General Updates: - Bruno Muniz showed interest in creating DOC Videos supporting the StarlingX Installation Process. To check with Ildiko / Greg whether this is ok. These Videos can be hosted in a location in StarlingX. The Installation Docs can point to these videos - AR Bruno / Juanita to get approvals. - Sphinx Tools - Need to have further discussions about the version used upstream vs. downstream - AR Ron -To determine version. - Docker Container upstream / downstream - AR Ron (Discuss it with Greg / Ildiko) - Operations Guide Archive - On Hold until further clarifications are discussed with Greg (https://review.opendev.org/c/starlingx/docs/+/822030) - OpenInfra Summit & PTG: June 13-15, Vancouver, Canada - https://openinfra.dev/summit/vancouver-2023/ - Workshop Details are tracked in https://etherpad.opendev.org/p/stx_hands_on_workshop_2023 - IRC: Everyone to use the IRC channel for communication with the community. AR Juanita to forward link to the team to install IRC and start using an Opensource community communication channel. - To Diff HTML Files for PV to validate new content related to code blocks etc. (Current / previous Release) - Ron AR - Blog on ORAN by Litao: https://www.starlingx.io/blog/starlingx-oran-o2-application/ ____________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From g.nagasushma at tcs.com Thu May 4 12:27:22 2023 From: g.nagasushma at tcs.com (Naga Sushma Gandrothu) Date: Thu, 4 May 2023 12:27:22 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: , Message-ID: <8f6daf65b8024361a782a95ef77b1981@tcs.com> Hi Greg, As suggested by you we have downloaded the ISO image again and installed on our PC. After setting up the credentials changed the date manually and then we have given the ansible playbook command. It's waiting at some point for so long, attaching the screenshot of that. we stuck there. can you please help on this. we're also attaching the ansible log here. Thanks & Regards, Naga Sushma Gandrothu ________________________________ From: Waines, Greg Sent: 01 May 2023 17:38 To: Prashanthi Moligi Cc: Bruno Drugowick Muniz; Naga Sushma Gandrothu; Nagma Meraj; Nidhi Tomar; Gao, Litao; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving ?can not connect LDAP server? error, when we debugging it is showing ?TSL, SSL certificate, keys are not available?, attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image002.jpg at 01D97C04.246766D0] [cid:image003.jpg at 01D97C04.246766D0] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ? thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ? but more for an expert user because it shows every possible attribute that you can put in localhost.yml ? AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a ?first try?. e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your ?ip link? and ?ip addr? outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the ?sysadmin? user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ? I was out-of-office for a few days. I suspect Litao is on the right track ? it doesn?t seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ? and change the password * AND AFTER YOU RUN ?sudo dhclient ? in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure ?10.10.10.1? is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install ?starlingX kubernetes on VM/Bare metal? not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install ?Virtual All-in-one Simplex Installation? on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ? he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant ?computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ? ?MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ? can you try the following solutions. So, you say that your ISO install completes and you are able to login as ?sysadmin? (initial password is ?sysadmin? and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run ?dhclient? manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday?s meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 525032 bytes Desc: not available URL: From g.nagasushma at tcs.com Thu May 4 14:37:47 2023 From: g.nagasushma at tcs.com (Naga Sushma Gandrothu) Date: Thu, 4 May 2023 14:37:47 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: <8f6daf65b8024361a782a95ef77b1981@tcs.com> References: , , <8f6daf65b8024361a782a95ef77b1981@tcs.com> Message-ID: <2c9dd11930ad4d41812a17535099d95c@tcs.com> Hi Greg, Tried some commands to generate SSL CA certificates to run ansible playbook command still getting the same error. Please find the attached file for the commands we have given for certificate generation. Thanks, Sushma ________________________________ From: Naga Sushma Gandrothu Sent: 04 May 2023 17:57:22 To: Waines, Greg; Prashanthi Moligi Cc: Bruno Drugowick Muniz; Nagma Meraj; Nidhi Tomar; Gao, Litao; StarlingX ML Subject: Re: Need support for starlingX 8 setup bring up. Hi Greg, As suggested by you we have downloaded the ISO image again and installed on our PC. After setting up the credentials changed the date manually and then we have given the ansible playbook command. It's waiting at some point for so long, attaching the screenshot of that. we stuck there. can you please help on this. we're also attaching the ansible log here. Thanks & Regards, Naga Sushma Gandrothu ________________________________ From: Waines, Greg Sent: 01 May 2023 17:38 To: Prashanthi Moligi Cc: Bruno Drugowick Muniz; Naga Sushma Gandrothu; Nagma Meraj; Nidhi Tomar; Gao, Litao; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg Cc: Bruno Drugowick Muniz ; Naga Sushma Gandrothu ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving ?can not connect LDAP server? error, when we debugging it is showing ?TSL, SSL certificate, keys are not available?, attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image002.jpg at 01D97C04.246766D0] [cid:image003.jpg at 01D97C04.246766D0] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ? thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ? but more for an expert user because it shows every possible attribute that you can put in localhost.yml ? AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a ?first try?. e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your ?ip link? and ?ip addr? outputs you should use * external_oam_subnet: 10.138.77.0/24 * external_oam_gateway_address: 10.138.77.1 * external_oam_floating_address: 10.138.77.159 * * For and * Put the password that you entered when you were forced to change the password of the ?sysadmin? user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ? I was out-of-office for a few days. I suspect Litao is on the right track ? it doesn?t seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ? and change the password * AND AFTER YOU RUN ?sudo dhclient ? in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure ?10.10.10.1? is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install ?starlingX kubernetes on VM/Bare metal? not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install ?Virtual All-in-one Simplex Installation? on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ? he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant ?computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ? ?MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ? can you try the following solutions. So, you say that your ISO install completes and you are able to login as ?sysadmin? (initial password is ?sysadmin? and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run ?dhclient? manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday?s meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 251111 bytes Desc: not available URL: From ildiko at openinfra.dev Fri May 5 16:41:19 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Fri, 5 May 2023 09:41:19 -0700 Subject: [Starlingx-discuss] Updating the project's one-pager - REVIEW NEEDED In-Reply-To: <8CFDACB3-97F0-4513-8F0D-401936C5E11C@openinfra.dev> References: <81E58222-A318-447A-A417-5E0045637F40@openinfra.dev> <8CFDACB3-97F0-4513-8F0D-401936C5E11C@openinfra.dev> Message-ID: <8F03F520-3DCF-4D3E-968E-DE01EC3C0992@openinfra.dev> Hi StarlingX Community, Please find the updated one-pager here: https://drive.google.com/file/d/1GeLi0qDur1_KRoExtkV8Wf_gOK_4CBhl/view?usp=share_link Please let me know ASAP if there?s anything in it that is incorrect and needs to be fixed, as we would like to use the document at the Open Source Summit NA event next week. Thanks and Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation > On May 1, 2023, at 14:50, Ildiko Vancsa wrote: > > Hi, > > To further enahnce the one-pager, I also added suggestions to page 2. The new content is focusing on the use cases and also uses QR codes to point to project resources. > > You can find the proposal here: https://etherpad.opendev.org/p/starlingx-one-pager-updates#L25 > > Please respond to this thread or ad comments to the etherpad if you have any questions or feedback ASAP. > > Thanks, > Ildik? > > ??? > > Ildik? V?ncsa > Director of Community > Open Infrastructure Foundation > > > > > >> On Apr 27, 2023, at 15:17, Ildiko Vancsa wrote: >> >> Hi, >> >> Based on the feedback so far I wrote up an updated version of the project summary on page 1 of the document: https://etherpad.opendev.org/p/starlingx-one-pager-updates#L21 >> >> Please review the proposal and let me know if you have any questions or comments. You can share your feedback on this thread or in the ethrpad. >> >> Thanks and Best Regards, >> Ildik? >> >> ??? >> >> Ildik? V?ncsa >> Director of Community >> Open Infrastructure Foundation >> >> >> >> >> >>> On Apr 18, 2023, at 14:05, Ildiko Vancsa wrote: >>> >>> Hi StarlingX Community, >>> >>> Thank you everyone who got the opportunity to provide feedback about the project?s one-pager. >>> >>> I would like to quickly summarize where we are and ask a few follow-up questions: >>> >>> * Main items to add, change or update >>> - Refresh the project?s description to reflect on the transformation it went through since the first release, and highlight the current features and focus areas >>> - Add information about the Distributed Cloud architecture >>> - Add information about the now container-based platform >>> - Replace the diagram to one that reflects the project?s current architecture better >>> - Add the 'https://www.starlingx.io/software? link for further resources to learn about the project >>> - Reshuffling the second page with the use cases and features to make it look more exciting and relatable >>> >>> >>> I also have a few questions to clarify some of the comments and decide on how to address them. >>> >>> * Diagram >>> - The current diagram is outdated >>> - Would the current diagram on the website work to replace it with: https://www.starlingx.io/static/3dbe793665eb7c5b28158e8a1c1d9b22/5dbbf/StarlingX_Diagram_Distributed_Edge_Cloud_Native_v3.jpg ? >>> >>> * Learn more about the features >>> - We have a few demo videos on the project?s website to showcase some of the features >>> - Is there any other place to point people to beyond the demo videos? >>> >>> * OpenStack services >>> - Is there a list available that shows the supported OpenStack services in 8.0? >>> >>> >>> Are there any further comments or feedback that people would like to share about the one-pager? >>> >>> Thanks and Best Regards, >>> Ildik? >>> >>> ??? >>> >>> Ildik? V?ncsa >>> Director of Community >>> Open Infrastructure Foundation >>> >>> >>> >>> >>> >>>> On Apr 10, 2023, at 17:04, Bruno Drugowick Muniz wrote: >>>> >>>> Hello, StarlingX Community. >>>> >>>> That's a great topic for my debut here on the mailing list as I'm new to the community, so I guess I'm the target audience of the one-pager! >>>> >>>> I added comments on the Etherpad, but I'd like to bring one of them here on the mailing list to discuss. >>>> >>>> My first thought after reading the StarlingX Features section was "interesting, I want more details on these". I mentioned on the Etherpad that we could include a link to https://www.starlingx.io/software because it's easy enough for someone with the printed version to type. However, is this the best place, or the only place, to get info about those features? >>>> >>>> More directly, if I want to know, for example, how reliability, scalability, ultra-low latency and edge security are achieved in StarlingX, where should I go? >>>> >>>> Regards, >>>> Bruno. >>>> From: Ildiko Vancsa >>>> Sent: Friday, April 7, 2023 16:10 >>>> To: StarlingX ML >>>> Subject: [Starlingx-discuss] Updating the project's one-pager >>>> >>>> External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. >>>> >>>> Hi StarlingX Community, >>>> >>>> I?m reaching out to you about the project?s one-pager. >>>> >>>> In order to be able to raise awareness of the project as well as provide an information package for those who are new, we use multiple assets. The project?s one-pager is one of these, which works both online as well as printed. There are a few conferences coming up, where we would like to be able to point people to this document as well as have it printed as a handout. >>>> >>>> You can find the current one-pager here: https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.starlingx.io%2Fcollateral%2FStarlingX_OnePager_Web.pdf&data=05%7C01%7Cbruno.muniz%40encora.com%7C9fc5c8b25cb64430100908db379cab02%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638164918257462945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=EXfpwBqBxmwRQtYK3ZWD1h4M2p0fwz2UQS%2BUM2rPZHc%3D&reserved=0 >>>> >>>> The information in the document is mainly accurate, but it hasn?t been updated in a while now. I would like to ask the community?s help to provide feedback and ideas with regards to what to keep and what to update. >>>> >>>> Please add your feedback about the one-pager to this etherpad: https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fetherpad.opendev.org%2Fp%2Fstarlingx-one-pager-updates&data=05%7C01%7Cbruno.muniz%40encora.com%7C9fc5c8b25cb64430100908db379cab02%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638164918257462945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=tD9FQFHeBjtm4HqZxgRTYWSx5A1GQ7oujhutrbpBEI4%3D&reserved=0 >>>> >>>> __Please share your thoughts by April 16.__ >>>> >>>> Thanks and Best Regards, >>>> Ildik? >>>> >>>> ??? >>>> >>>> Ildik? V?ncsa >>>> Director of Community >>>> Open Infrastructure Foundation >>>> >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From starlingx.build at gmail.com Fri May 5 19:14:19 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Fri, 5 May 2023 15:14:19 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 161 - Failure! Message-ID: <159365780.155.1683314060791.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 161 Status: Failure Timestamp: 20230505T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230505T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From prashanthi.moligi at tcs.com Fri May 5 17:45:34 2023 From: prashanthi.moligi at tcs.com (Prashanthi Moligi) Date: Fri, 5 May 2023 17:45:34 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: TCS Confidential Hi Bruno/Team, Tried with different options but still facing issues with ssh to VM, not able to communicate through the Horizon clients also. Kubernetes services also not working in VM. Bruno, Python script was still on when VM is up and login was success, script is not exited, kubelet services configuration is failed. Can you suggest some work around here, we are also trying to resolve the issue. Thanks & Regards, Prashanthi.M From: Bruno Drugowick Muniz Sent: Thursday, May 4, 2023 7:29 PM To: Chandu Vangala ; Prashanthi Moligi Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" I'm asking this question because I started a VM that I created with the script and it started the Kubelet services just fine. I wonder if this is a step in the middle of the config script where the service is not yet properly configured. [cid:image002.png at 01D97F90.2D70DDD0] Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz > Sent: Thursday, May 4, 2023 10:56 To: Chandu Vangala >; Prashanthi Moligi > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: Re: Need support for starlingX 8 setup bring up. Hello, Chandu. At this point, is the Python script already finished? What's its output at the end? Regards, Bruno. ________________________________ From: Chandu Vangala > Sent: Thursday, May 4, 2023 09:28 To: Bruno Drugowick Muniz >; Prashanthi Moligi > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: Re: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, We have followed your script https://paste.opendev.org/show/bciA9x0pZbsPmkgT5URs/. and able to create VM VirtualBox. But Kubernet services are not running. Attached the error screenshot below. Could you please check and help on this. [Image] Thanks & Regards, V.Chandu. ________________________________ From: Bruno Drugowick Muniz > Sent: Tuesday, May 2, 2023 9:18 PM To: Prashanthi Moligi > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hello, Prashanthi. Answers in red: 1. Do we need to create VMs and then run your script or your script itself will create VMs also? * The script itself creates the VM 1. Do we need to create 3 VMS (storage, control, worker) or only one VM is enough? * Our current under-review version of the script only works for the AIO-SX (All-In-One Simplex) setup. This setup doesn't include storage. * Since what we have so far is still not merged to the main branch, you need to check out the patchset we have under review. I'll send the instructions again (see below). * Again, I reinstate the importance of understanding that this is a WIP effort under review by the community that already got my team several working installations of StarlingX under VirtualBox that developers can use to get to know and do small tests with it. * I only share this because you seem to be having similar problems that I saw recently in my team, so a mostly automated setup can be helpful for the developers that plan to work with the solution. Below are the steps that I sent in another thread. These are for a Debian-based operating system, tested in Ubuntu and Pop!_OS: # Install dependencies sudo apt install virtualbox git rsync sshpass openssh-client python3-pip python3-venv # Set up NAT Network to be used in VirtualBox VBoxManage natnetwork add --netname NatNetwork --network 10.10.10.0/24 --dhcp off --ipv6 on # Creating port forward for 8080 since for 22 it's created by the Python script currently VBoxManage natnetwork modify --netname NatNetwork --port-forward-4 http-8080:tcp:[]:8080:[10.10.10.3]:8080 # Clone /tools repo to help with the installation mkdir -p starlingx cd starlingx git clone --depth 1 https://opendev.org/starlingx/tools.git # Downloads patchset that contains the scripts under review by the community cd tools git fetch https://review.opendev.org/starlingx/tools refs/changes/70/880870/11 && git checkout FETCH_HEAD # Configure Python's virtual environment cd deployment/virtualbox/pybox python3 -m venv venv source ./venv/bin/activate pip install --upgrade pip pip install -r requirements.txt # Download StarlingX ISO wget -N https://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/starlingx-intel-x86-64-cd.iso -O ./stx-8.iso # Start the installation python3 ./install_vbox.py --setup-type AIO-SX \ --iso-location "./stx-8.iso" \ --labname Prashanthi --install-mode serial \ --config-files-dir ./configs/aio-sx/ \ --config-controller-ini ./configs/aio-sx/stx_config.ini_centos \ --ansible-controller-config ./configs/aio-sx/localhost.yml \ --vboxnet-type nat \ --vboxnet-name NatNetwork \ --nat-controller0-local-ssh-port 3122 \ --controller0-ip 10.10.10.3 \ --ini-oam-cidr '10.10.10.0/24' Notice on this last command that the --setup-type? is equal to AIO-SX?. This is the only installation type that our branch/patchset currently supports. Our idea is to bring these scripts back to a working state since people haven't touched then in about 4 years now. In this link, you find the script with all the steps above that you can download and run standalone: https://paste.opendev.org/show/bciA9x0pZbsPmkgT5URs/. But it's important to understand each step above so you can debug eventual problems easier. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Tuesday, May 2, 2023 12:09 To: Bruno Drugowick Muniz > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, Today we started working on VM installation also, but bootimage.iso not cloned with tools.git image and GUI starting step is failing. 1. Do we need to create VMs and then run your script or your script itself will create VMs also? 2. Do we need to create 3 VMS (storage, control, worker) or only one VM is enough? We are done with host machine setup but facing issue with VM setup, if you join tomorrow call , can we discuss VM environment issues also? Thanks&Regards, Prashanthi. From: Prashanthi Moligi Sent: Monday, May 1, 2023 11:22 PM To: Bruno Drugowick Muniz > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I agree to continuing with half the installation of Bare metal, so I asked for sync up call with Greg tomorrow. If it doesn?t work tomorrow, then I want to start VM starlingX installation with your automation scripts, we will start that day after tomorrow morning, can you syncup on Wednesday evening, for the issues if we face any. If installation with Greg help is successful, then we do not take it up, I will inform the status tomorrow evening time. Thanks&Regards, Prashanthi.M From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 8:35 PM To: Waines, Greg >; Prashanthi Moligi >; Gao, Litao > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Prashanthi, I agree, Litao and Greg are on the right track here. It looks like a problem in the config and if you answer what Greg is asking we should be able to quickly figure out what exactly is wrong. Answers in red for the questions you asked: * Can I use same baremetal ISO for VM environment also * Yes * Will below scripts automate only VM environment, not bare metal? * VM environments (especifically VirtualBox) are what we're working on right now, yes. * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? * The latest version (8) is stable. You can use it, yes. I don't want to get in the way of "debugging" your current bare metal installation, but I want to give you options and you decide if they make your life easier or not. I made a script for myself that is simultaneously kind of a "short version" of this installation guide and also something that you can just run on a Debian-based Linux box. I personally tested/used it on 2 different Ubuntu 20.04 boxes several times already. The script is here: https://paste.opendev.org/show/bciA9x0pZbsPmkgT5URs/. Feel free to reach me on IRC (you can find me, brunomuniz, on the StarlingX channel) if you want more synchronous help with it. Regards, Bruno. ________________________________ From: Waines, Greg > Sent: Thursday, April 27, 2023 11:15 To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. Apologies Prashanthi ? I was out-of-office for a few days. I suspect Litao is on the right track ? it doesn?t seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ? and change the password * AND AFTER YOU RUN ?sudo dhclient ? in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure ?10.10.10.1? is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install ?starlingX kubernetes on VM/Bare metal? not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install ?Virtual All-in-one Simplex Installation? on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ? he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant ?computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ? ?MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ? can you try the following solutions. So, you say that your ISO install completes and you are able to login as ?sysadmin? (initial password is ?sysadmin? and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run ?dhclient? manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday?s meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 88983 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 1679135 bytes Desc: image003.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 7931 bytes Desc: image004.png URL: From Bruno.Muniz at encora.com Fri May 5 19:29:48 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Fri, 5 May 2023 19:29:48 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: Hello, Prashanthi. > Bruno, Python script was still on when VM is up and login was success, script is not exited What was the last output from the script that you were able to see? Did you let the script run until the end or did you interrupt it? Logging in to the VM is not necessary before the script finishes and might even be a problem depending on what you do while the script is running. For future versions, we are planning to default to a headless installation where the VM never shows up to avoid confusing the user into thinking that the VM is ready to be used. And, of course, make this clear in the docs to-be-written about this installation method. Thanks for taking the time to try these WIP scripts, by the way. The feedback you're providing is already being considered in our future work. If you want more synchronous help, I'm usually available on the #starlingx IRC channel from around 12 to 9 PM UTC on weekdays. I'm brunomuniz there. Regards, Bruno. ________________________________ From: Prashanthi Moligi Sent: Friday, May 5, 2023 14:45 To: Bruno Drugowick Muniz ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S ; Chandu Vangala Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno/Team, Tried with different options but still facing issues with ssh to VM, not able to communicate through the Horizon clients also. Kubernetes services also not working in VM. Bruno, Python script was still on when VM is up and login was success, script is not exited, kubelet services configuration is failed. Can you suggest some work around here, we are also trying to resolve the issue. Thanks & Regards, Prashanthi.M From: Bruno Drugowick Muniz Sent: Thursday, May 4, 2023 7:29 PM To: Chandu Vangala ; Prashanthi Moligi Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" I'm asking this question because I started a VM that I created with the script and it started the Kubelet services just fine. I wonder if this is a step in the middle of the config script where the service is not yet properly configured. [cid:image002.png at 01D97F90.2D70DDD0] Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz > Sent: Thursday, May 4, 2023 10:56 To: Chandu Vangala >; Prashanthi Moligi > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: Re: Need support for starlingX 8 setup bring up. Hello, Chandu. At this point, is the Python script already finished? What's its output at the end? Regards, Bruno. ________________________________ From: Chandu Vangala > Sent: Thursday, May 4, 2023 09:28 To: Bruno Drugowick Muniz >; Prashanthi Moligi > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: Re: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, We have followed your script https://paste.opendev.org/show/bciA9x0pZbsPmkgT5URs/. and able to create VM VirtualBox. But Kubernet services are not running. Attached the error screenshot below. Could you please check and help on this. [Image] Thanks & Regards, V.Chandu. ________________________________ From: Bruno Drugowick Muniz > Sent: Tuesday, May 2, 2023 9:18 PM To: Prashanthi Moligi > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hello, Prashanthi. Answers in red: 1. Do we need to create VMs and then run your script or your script itself will create VMs also? * The script itself creates the VM 1. Do we need to create 3 VMS (storage, control, worker) or only one VM is enough? * Our current under-review version of the script only works for the AIO-SX (All-In-One Simplex) setup. This setup doesn't include storage. * Since what we have so far is still not merged to the main branch, you need to check out the patchset we have under review. I'll send the instructions again (see below). * Again, I reinstate the importance of understanding that this is a WIP effort under review by the community that already got my team several working installations of StarlingX under VirtualBox that developers can use to get to know and do small tests with it. * I only share this because you seem to be having similar problems that I saw recently in my team, so a mostly automated setup can be helpful for the developers that plan to work with the solution. Below are the steps that I sent in another thread. These are for a Debian-based operating system, tested in Ubuntu and Pop!_OS: # Install dependencies sudo apt install virtualbox git rsync sshpass openssh-client python3-pip python3-venv # Set up NAT Network to be used in VirtualBox VBoxManage natnetwork add --netname NatNetwork --network 10.10.10.0/24 --dhcp off --ipv6 on # Creating port forward for 8080 since for 22 it's created by the Python script currently VBoxManage natnetwork modify --netname NatNetwork --port-forward-4 http-8080:tcp:[]:8080:[10.10.10.3]:8080 # Clone /tools repo to help with the installation mkdir -p starlingx cd starlingx git clone --depth 1 https://opendev.org/starlingx/tools.git # Downloads patchset that contains the scripts under review by the community cd tools git fetch https://review.opendev.org/starlingx/tools refs/changes/70/880870/11 && git checkout FETCH_HEAD # Configure Python's virtual environment cd deployment/virtualbox/pybox python3 -m venv venv source ./venv/bin/activate pip install --upgrade pip pip install -r requirements.txt # Download StarlingX ISO wget -N https://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/starlingx-intel-x86-64-cd.iso -O ./stx-8.iso # Start the installation python3 ./install_vbox.py --setup-type AIO-SX \ --iso-location "./stx-8.iso" \ --labname Prashanthi --install-mode serial \ --config-files-dir ./configs/aio-sx/ \ --config-controller-ini ./configs/aio-sx/stx_config.ini_centos \ --ansible-controller-config ./configs/aio-sx/localhost.yml \ --vboxnet-type nat \ --vboxnet-name NatNetwork \ --nat-controller0-local-ssh-port 3122 \ --controller0-ip 10.10.10.3 \ --ini-oam-cidr '10.10.10.0/24' Notice on this last command that the --setup-type? is equal to AIO-SX?. This is the only installation type that our branch/patchset currently supports. Our idea is to bring these scripts back to a working state since people haven't touched then in about 4 years now. In this link, you find the script with all the steps above that you can download and run standalone: https://paste.opendev.org/show/bciA9x0pZbsPmkgT5URs/. But it's important to understand each step above so you can debug eventual problems easier. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Tuesday, May 2, 2023 12:09 To: Bruno Drugowick Muniz > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, Today we started working on VM installation also, but bootimage.iso not cloned with tools.git image and GUI starting step is failing. 1. Do we need to create VMs and then run your script or your script itself will create VMs also? 2. Do we need to create 3 VMS (storage, control, worker) or only one VM is enough? We are done with host machine setup but facing issue with VM setup, if you join tomorrow call , can we discuss VM environment issues also? Thanks&Regards, Prashanthi. From: Prashanthi Moligi Sent: Monday, May 1, 2023 11:22 PM To: Bruno Drugowick Muniz > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I agree to continuing with half the installation of Bare metal, so I asked for sync up call with Greg tomorrow. If it doesn?t work tomorrow, then I want to start VM starlingX installation with your automation scripts, we will start that day after tomorrow morning, can you syncup on Wednesday evening, for the issues if we face any. If installation with Greg help is successful, then we do not take it up, I will inform the status tomorrow evening time. Thanks&Regards, Prashanthi.M From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 8:35 PM To: Waines, Greg >; Prashanthi Moligi >; Gao, Litao > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Prashanthi, I agree, Litao and Greg are on the right track here. It looks like a problem in the config and if you answer what Greg is asking we should be able to quickly figure out what exactly is wrong. Answers in red for the questions you asked: * Can I use same baremetal ISO for VM environment also * Yes * Will below scripts automate only VM environment, not bare metal? * VM environments (especifically VirtualBox) are what we're working on right now, yes. * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? * The latest version (8) is stable. You can use it, yes. I don't want to get in the way of "debugging" your current bare metal installation, but I want to give you options and you decide if they make your life easier or not. I made a script for myself that is simultaneously kind of a "short version" of this installation guide and also something that you can just run on a Debian-based Linux box. I personally tested/used it on 2 different Ubuntu 20.04 boxes several times already. The script is here: https://paste.opendev.org/show/bciA9x0pZbsPmkgT5URs/. Feel free to reach me on IRC (you can find me, brunomuniz, on the StarlingX channel) if you want more synchronous help with it. Regards, Bruno. ________________________________ From: Waines, Greg > Sent: Thursday, April 27, 2023 11:15 To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. Apologies Prashanthi ? I was out-of-office for a few days. I suspect Litao is on the right track ? it doesn?t seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL * AND AFTER YOU login for the first time as sysadmin/sysadmin ? and change the password * AND AFTER YOU RUN ?sudo dhclient ? in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure ?10.10.10.1? is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install ?starlingX kubernetes on VM/Bare metal? not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install ?Virtual All-in-one Simplex Installation? on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ? he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant ?computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ? ?MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers.? Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ? can you try the following solutions. So, you say that your ISO install completes and you are able to login as ?sysadmin? (initial password is ?sysadmin? and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run ?dhclient? manually * RUN THE FOLLOWING: * sudo dhclient * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add / dev * sudo ip link set up dev * sudo ip route add default via dev * ping 8.8.8.8 * * WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday?s meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 88983 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 1679135 bytes Desc: image003.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 7931 bytes Desc: image004.png URL: From Bruno.Muniz at encora.com Fri May 5 19:54:05 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Fri, 5 May 2023 19:54:05 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: Prashanthi, here's an example of the final message of the script when the installation succeeds: [cid:0d599ab0-8160-44f9-a37a-ebb66d74db59] When it fails, in the metrics, you will be able to see in which stage it stopped, which helps in narrowing down what might be the problem you're having. Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz Sent: Friday, May 5, 2023 16:29 To: Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S ; Chandu Vangala Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. Hello, Prashanthi. > Bruno, Python script was still on when VM is up and login was success, script is not exited What was the last output from the script that you were able to see? Did you let the script run until the end or did you interrupt it? Logging in to the VM is not necessary before the script finishes and might even be a problem depending on what you do while the script is running. For future versions, we are planning to default to a headless installation where the VM never shows up to avoid confusing the user into thinking that the VM is ready to be used. And, of course, make this clear in the docs to-be-written about this installation method. Thanks for taking the time to try these WIP scripts, by the way. The feedback you're providing is already being considered in our future work. If you want more synchronous help, I'm usually available on the #starlingx IRC channel from around 12 to 9 PM UTC on weekdays. I'm brunomuniz there. Regards, Bruno. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 79871 bytes Desc: image.png URL: From starlingx.build at gmail.com Sat May 6 06:04:25 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 6 May 2023 02:04:25 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_8.0_build_debian - Build # 23 - Failure! Message-ID: <1394923108.160.1683353066824.JavaMail.javamailuser@localhost> Project: STX_8.0_build_debian Build #: 23 Status: Failure Timestamp: 20230506T060000Z Branch: Check logs at: $PUBLISH_LOGS_URL -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: r/stx.8.0 BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From starlingx.build at gmail.com Sat May 6 19:11:13 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 6 May 2023 15:11:13 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.6.0 STX_repo_sync_layered - Build # 5074 - Failure! Message-ID: <1075357679.165.1683400274829.JavaMail.javamailuser@localhost> Project: STX_repo_sync_layered Build #: 5074 Status: Failure Timestamp: 20230506T190959Z Branch: r/stx.6.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/distro/20230506T190824Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: r/stx.6.0 MANIFEST: distro.xml PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/distro/20230506T190824Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/6.0/centos/distro/20230506T190824Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/rc-6.0-distro From starlingx.build at gmail.com Sat May 6 19:11:16 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 6 May 2023 15:11:16 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.6.0 STX_6.0_build_layer_distro - Build # 34 - Failure! Message-ID: <2094633873.168.1683400277592.JavaMail.javamailuser@localhost> Project: STX_6.0_build_layer_distro Build #: 34 Status: Failure Timestamp: 20230506T190824Z Branch: r/stx.6.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/distro/20230506T190824Z/logs -------------------------------------------------------------------------------- Parameters FULL_BUILD: false FORCE_BUILD: true From starlingx.build at gmail.com Sat May 6 23:41:42 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 6 May 2023 19:41:42 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_repo_sync_layered - Build # 5076 - Failure! Message-ID: <1265523151.173.1683416505197.JavaMail.javamailuser@localhost> Project: STX_repo_sync_layered Build #: 5076 Status: Failure Timestamp: 20230506T234023Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/distro/20230506T233733Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: r/stx.7.0 MANIFEST: distro.xml PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/distro/20230506T233733Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/distro/20230506T233733Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/rc-7.0-distro From starlingx.build at gmail.com Sat May 6 23:41:46 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 6 May 2023 19:41:46 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_distro - Build # 44 - Failure! Message-ID: <786872276.176.1683416507673.JavaMail.javamailuser@localhost> Project: STX_7.0_build_layer_distro Build #: 44 Status: Failure Timestamp: 20230506T233733Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/distro/20230506T233733Z/logs -------------------------------------------------------------------------------- Parameters FULL_BUILD: false FORCE_BUILD: true From starlingx.build at gmail.com Sun May 7 18:55:59 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 7 May 2023 14:55:59 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 162 - Still Failing! In-Reply-To: <1890204695.153.1683314058133.JavaMail.javamailuser@localhost> References: <1890204695.153.1683314058133.JavaMail.javamailuser@localhost> Message-ID: <1484980290.183.1683485760965.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 162 Status: Still Failing Timestamp: 20230507T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230507T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From v.chandu at tcs.com Mon May 8 09:51:51 2023 From: v.chandu at tcs.com (Chandu Vangala) Date: Mon, 8 May 2023 09:51:51 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: TCS Confidential Hi Bruno, As per your suggestions, we have waited till script complete. Observed installation failed with below errors. Attaching complete script output log file and error screenshot below. [cid:ec2086fa-8bf1-4658-a977-370bdfe73ac1] Thanks & Regards, Chandu.v ________________________________ From: Bruno Drugowick Muniz Sent: Saturday, May 6, 2023 1:24 AM To: Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S ; Chandu Vangala Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Prashanthi, here's an example of the final message of the script when the installation succeeds: [cid:0d599ab0-8160-44f9-a37a-ebb66d74db59] When it fails, in the metrics, you will be able to see in which stage it stopped, which helps in narrowing down what might be the problem you're having. Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz Sent: Friday, May 5, 2023 16:29 To: Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S ; Chandu Vangala Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. Hello, Prashanthi. > Bruno, Python script was still on when VM is up and login was success, script is not exited What was the last output from the script that you were able to see? Did you let the script run until the end or did you interrupt it? Logging in to the VM is not necessary before the script finishes and might even be a problem depending on what you do while the script is running. For future versions, we are planning to default to a headless installation where the VM never shows up to avoid confusing the user into thinking that the VM is ready to be used. And, of course, make this clear in the docs to-be-written about this installation method. Thanks for taking the time to try these WIP scripts, by the way. The feedback you're providing is already being considered in our future work. If you want more synchronous help, I'm usually available on the #starlingx IRC channel from around 12 to 9 PM UTC on weekdays. I'm brunomuniz there. Regards, Bruno. TCS Confidential TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 79871 bytes Desc: image.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 67184 bytes Desc: image.png URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: starlingx_script_output_log.txt URL: From Greg.Waines at windriver.com Mon May 8 11:20:03 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Mon, 8 May 2023 11:20:03 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: <8f6daf65b8024361a782a95ef77b1981@tcs.com> References: , <8f6daf65b8024361a782a95ef77b1981@tcs.com> Message-ID: Hey ... sorry for the slow reply. Hmmm ... I have never seen bootstrap playbook hang on that step. Did you have the correct sysadmin password in /home/sysadmin/localhost.yml ? Are you available for another debug session tomorrow (Tuesday) at 7am ET ? Let me know. Greg. From: Naga Sushma Gandrothu Sent: Thursday, May 4, 2023 8:27 AM To: Waines, Greg ; Prashanthi Moligi Cc: Bruno Drugowick Muniz ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: Re: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Greg, As suggested by you we have downloaded the ISO image again and installed on our PC. After setting up the credentials changed the date manually and then we have given the ansible playbook command. It's waiting at some point for so long, attaching the screenshot of that. we stuck there. can you please help on this. we're also attaching the ansible log here. Thanks & Regards, Naga Sushma Gandrothu ________________________________ From: Waines, Greg > Sent: 01 May 2023 17:38 To: Prashanthi Moligi Cc: Bruno Drugowick Muniz; Naga Sushma Gandrothu; Nagma Meraj; Nidhi Tomar; Gao, Litao; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D9817D.397033D0] [cid:image002.jpg at 01D9817D.397033D0] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use o external_oam_subnet: 10.138.77.0/24 o external_oam_gateway_address: 10.138.77.1 o external_oam_floating_address: 10.138.77.159 * * For and o Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL o AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password ? AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually o RUN THE FOLLOWING: ? sudo dhclient ? ? WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually o RUN THE FOLLOWING: ? sudo ip address add / dev ? sudo ip link set up dev ? sudo ip route add default via dev ? ping 8.8.8.8 ? ? WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From prashanthi.moligi at tcs.com Mon May 8 11:31:13 2023 From: prashanthi.moligi at tcs.com (Prashanthi Moligi) Date: Mon, 8 May 2023 11:31:13 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: , <8f6daf65b8024361a782a95ef77b1981@tcs.com> Message-ID: TCS Confidential Hi Greg, Sure, we can sync up at 7AM ET, i.e around 4:30 PM IST, can you please send meeting request. This time we gave all configurations properly, tried installing iso several times, still it is failing. Every time it is asking for PWD change, we will show you the issue tomorrow. Thanks, Prashanthi.M From: Waines, Greg Sent: Monday, May 8, 2023 4:50 PM To: Naga Sushma Gandrothu ; Prashanthi Moligi Cc: Bruno Drugowick Muniz ; Nagma Meraj ; Nidhi Tomar ; Gao, Litao ; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. "External email. Open with Caution" Hey ... sorry for the slow reply. Hmmm ... I have never seen bootstrap playbook hang on that step. Did you have the correct sysadmin password in /home/sysadmin/localhost.yml ? Are you available for another debug session tomorrow (Tuesday) at 7am ET ? Let me know. Greg. From: Naga Sushma Gandrothu > Sent: Thursday, May 4, 2023 8:27 AM To: Waines, Greg >; Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: Re: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Greg, As suggested by you we have downloaded the ISO image again and installed on our PC. After setting up the credentials changed the date manually and then we have given the ansible playbook command. It's waiting at some point for so long, attaching the screenshot of that. we stuck there. can you please help on this. we're also attaching the ansible log here. Thanks & Regards, Naga Sushma Gandrothu ________________________________ From: Waines, Greg > Sent: 01 May 2023 17:38 To: Prashanthi Moligi Cc: Bruno Drugowick Muniz; Naga Sushma Gandrothu; Nagma Meraj; Nidhi Tomar; Gao, Litao; StarlingX ML Subject: RE: Need support for starlingX 8 setup bring up. "External email. Open with Caution" When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Tried with basic localhost.yml file with local parameters, but still some configurations are failing, attaching ansible log for the same. As mentioned in the process ntp synchronization is mandatory before running ansible playbook command, so we tried running ntp sync commands. It is giving "can not connect LDAP server" error, when we debugging it is showing "TSL, SSL certificate, keys are not available", attaching screen shot for the same. Attaching NTP commands output text file also. Seems that there are lot of issues to fix, instead reporting issue continuously through mail, can we sync up in teams call next week Monday/Tuesday in your convenient time, so that it saves both of our time, and I can bring up system fast. [cid:image001.jpg at 01D981CE.B2827340] [cid:image002.jpg at 01D981CE.B2827340] Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar >; Gao, Litao >; StarlingX ML > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hey Prashanti, ... thanks for info. It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ? Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0 ) ... but more for an expert user because it shows every possible attribute that you can put in localhost.yml ... AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS. The other approach mentioned in that documentation reference is what you should probably be doing as a "first try". e.g. start with this MINIMAL localhost.yml system_mode: simplex dns_servers: - 8.8.8.8 - 8.8.4.4 external_oam_subnet: / external_oam_gateway_address: external_oam_floating_address: admin_username: admin admin_password: ansible_become_pass: AND then fill in the site-specific parameters above. e.g. * From your 'ip link' and 'ip addr' outputs you should use o external_oam_subnet: 10.138.77.0/24 o external_oam_gateway_address: 10.138.77.1 o external_oam_floating_address: 10.138.77.159 * * For and o Put the password that you entered when you were forced to change the password of the 'sysadmin' user when you first logged in Use the above localhost.yml with site-specific parameters filled in AND run the bootstrap again. Greg. From: Prashanthi Moligi > Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg >; Gao, Litao > Cc: Bruno Drugowick Muniz >; Naga Sushma Gandrothu >; Nagma Meraj >; Nidhi Tomar > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Attaching localhost.yml and text file with below mentioned command outputs. 10.10.10.1 is not a proper Gateway IP, but can you please tell me how to retrieve the OAM Ips present in localhost.yml file. Also please verify if any other parameters are wrongly configured in localhost.yml file. Ip addr command output : Not understanding what these Ips are present in highlighted part, we got these after running ansible playbook cmd. lo: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24 brd 192.168.204.255 scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24 brd 192.168.206.255 scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24 scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24 scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:be:43:d8:d5:06 brd ff:ff:ff:ff:ff:ff inet 10.138.77.159/24 brd 10.138.77.255 scope global dynamic enp0s31f6 valid_lft 237075sec preferred_lft 237075sec inet6 fe80::2be:43ff:fed8:d506/64 scope link Thanks&Regards, Prashanthi.M From: Waines, Greg > Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi >; Gao, Litao > Cc: Bruno Drugowick Muniz > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Apologies Prashanthi ... I was out-of-office for a few days. I suspect Litao is on the right track ... it doesn't seem like 10.10.10.1 is a valid IP Address for your next hop gateway router. Can you provide the following info * AFTER you do the INITIAL USB SOFTWARE INSTALL o AND AFTER YOU login for the first time as sysadmin/sysadmin ... and change the password ? AND AFTER YOU RUN 'sudo dhclient ' in order to get your initial IP Address * Can you run the following and send me the outputs * ip link * ip addr * ping 8.8.8.8 * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao > Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi >; Bruno Drugowick Muniz >; Waines, Greg > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, Checked your log. Are you sure '10.10.10.1' is the valid gateway ip address in your environment? Best Regards, Litao ________________________________ [Wind River] From: Prashanthi Moligi > Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, FYI I am trying to install "starlingX kubernetes on VM/Bare metal" not for openstack version. Thanks & Regards, Prashanthi.M From: Prashanthi Moligi Sent: Thursday, April 27, 2023 11:28 AM To: Bruno Drugowick Muniz >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation" on baremetal, I understood that you are automating installation process for same deployment config on Virtual environment. Can you please help me for below points. * Can I use same baremetal ISO for VM environment also * Will below scripts automate only VM environment, not bare metal? * I am currently working with latest StarlingX 8 version, is it stable or can we switch starlingX7? I want to bring up starlingX setup ASAP either on bare metal or on VM, your automation script helps me for that, please share your script and process to run. Eagerly waiting for your response. Thanks, Prashanthi. From: Bruno Drugowick Muniz > Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi >; Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Hi, Prashanthi. Currently, my team is working on changing some existing Python/Shell scripts, and with our changes so far you can get an installation of StarlingX AIO-SX in VirtualBox from a Debian box without too much trouble (almost 100% automated). For reference: * AIO: Al-In-One, means that the same machine (vm) will have more than one responsibility (controller and worker in this case) * SX: Simplex, means that only a single controller will be used. I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here: https://review.opendev.org/c/starlingx/tools/+/880870. Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you. Regards, Bruno. ________________________________ From: Prashanthi Moligi > Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg >; Gao, Litao >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi at tcs.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg/Litao, We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us to bring up the starlingX controller. Greg, As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP. Thanks & Regards, Prashanthi.M From: Waines, Greg > Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao >; Prashanthi Moligi >; Schwager, Udi >; StarlingX ML > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao > Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg >; Prashanthi Moligi >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. Hi Prashanthi, MEC services/app is supposed to be run as a standard k8s workload in pod (deployment, service, etc), you can launch your via kubectl, helmchart, or other ways available on k8s. And the GPU, High speed NIC, or accelerator support are available in StarlingX which may be used by MEC application. As I know, there is no publicly announced MEC applications running on StarlingX, but as I can see it is capable to carry the MEC workload you mentioned. And as Greg pointed, we have many commercial solutions for 5G vRAN solutions. Best Regards, Litao ________________________________ [Wind River] From: Waines, Greg > Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi >; Gao, Litao >; Schwager, Udi > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. + Udi as well ... he might be the proper contact for ORAN on StarlingX. Greg. From: Waines, Greg Sent: Tuesday, April 18, 2023 7:03 AM To: Prashanthi Moligi >; Gao, Litao > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram >; Subramanian, Ramaswamy >; Geary, Stephen (Steve) > Subject: RE: Need support for starlingX 8 setup bring up. There are commercial solutions for 5G RAN solutions from companies like Samsung that can run on StarlingX. There is also work on open ran ORAN solutions running on StarlingX. I have added Litao Gao to TO list. He may be able to provide pointers to you on how to get and run ORAN on StarlingX. Greg. From: Prashanthi Moligi > Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for quick reply. Yes Greg, MEC I meant "computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Dose starlingX platform supports to run MEC services or applications? Do we have any MEC applications available with starlingX, like we have in Akarino blueprints (Ex: 5G cloud Gaming, HD video, Live broadcasting)? If yes, I want to bring up starlingX platform ASAP, for that I need your support, if possible can we have one teams call and discuss about bring up issues. Thanks, Prashanthi. From: Waines, Greg > Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" See in-lined responses below, Greg. From: Prashanthi Moligi > Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Yes, we were able to get internet connectivity by running DHCP client command, IP is also getting allocate. Thanks for your support and working on further configurations. Have few doubts about that: 1. Are all the configurations mandatory, For example I want to run my containers on Kubernetes, is openstack configurations has to be done or optional?? [Greg] OpenStack is optional. There are many users of StarlingX that only use the base StarlingX Kubernetes Platform. 2. After completing all setting, if I want run MEC services/applications how to run those containers in this server, do you have any applications available along with starlingX? 3. Please share document, if you have any to configure MEC. [Greg] Are you referring to ? ... "MEC or Mobile edge Computing provides an IT service environment and cloud-computing capabilities at the edge of the mobile network, within the Radio Access Network (RAN) and in close proximity to mobile subscribers." Greg. Thanks, Prashanthi.M From: Waines, Greg > Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Any luck ? Greg. From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu >; Khalil, Ghada >; Thothadri, Ram > Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually o RUN THE FOLLOWING: ? sudo dhclient ? ? WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually o RUN THE FOLLOWING: ? sudo ip address add / dev ? sudo ip link set up dev ? sudo ip route add default via dev ? ping 8.8.8.8 ? ? WHERE is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess / is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi > Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg >; Subramanian, Ramaswamy > Cc: Nidhi Tomar >; Meghana S >; Naga Sushma Gandrothu > Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 50364 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 70554 bytes Desc: image002.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 7931 bytes Desc: image003.png URL: From starlingx.build at gmail.com Mon May 8 19:06:35 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Mon, 8 May 2023 15:06:35 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 163 - Still Failing! In-Reply-To: <39550242.181.1683485758217.JavaMail.javamailuser@localhost> References: <39550242.181.1683485758217.JavaMail.javamailuser@localhost> Message-ID: <1674967635.190.1683572796452.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 163 Status: Still Failing Timestamp: 20230508T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230508T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From amy at demarco.com Mon May 8 19:35:49 2023 From: amy at demarco.com (Amy Marrich) Date: Mon, 8 May 2023 14:35:49 -0500 Subject: [Starlingx-discuss] [Diversity] Diversity and Inclusion WG Meeting reminder Message-ID: This is a reminder that the Diversity and Inclusion WG will be meeting tomorrow at 14:00 UTC in the #openinfra-diversity channel on OFTC. We hope members of all OpenInfra projects join us as we review the Foundation-wide diversity survey questions for release at Summit. Thanks, Amy (spotz) From ildiko at openinfra.dev Tue May 9 13:48:59 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Tue, 9 May 2023 06:48:59 -0700 Subject: [Starlingx-discuss] StarlingX gathering at the OpenInfra Summit Message-ID: Hi StarlingX Community, I?m reaching out to you in connection to the upcoming OpenInfra Summit[1], June 13-15 in Vancouver, Canada. As you probably already know, the StarlingX project is turning 5 years old this year! If you will be in town for the OpenInfra Summit, we invite you to a small gathering to celebrate this anniversary with some drinks and snacks on Wednesday (June 14) at 6:30pm - 8pm local time, which is after the Marketplace Mixer on the second day of the event. Please __RSVP__ if you will be joining us in person: https://openinfrafoundation.formstack.com/forms/starlingx_5th_anniversary_celebration We will be sharing further information about the gathering as we get closer to the event. Please let me know if you have any questions. Best Regards, Ildik? [1] https://openinfra.dev/summit/vancouver-2023 ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation From helena at openinfra.dev Tue May 9 17:25:37 2023 From: helena at openinfra.dev (Helena Spease) Date: Tue, 9 May 2023 12:25:37 -0500 Subject: [Starlingx-discuss] StarlingX Meetup on Thursday! Message-ID: <046E8BB1-B60E-49D6-A54C-180699602701@openinfra.dev> Hi everyone, I wanted to let you know that the on Thursday, May 11 the user groups in Canada will be putting on a StarlingX meetup. The meetup is virtual so feel free to join from anywhere! See details below: Meetup page: https://www.meetup.com/openstack-ottawa/events/293000320/ Date: Thursday, May 11 Time: 6 PM EDT (2200 UTC) Location: Zoom - https://us06web.zoom.us/j/6035163836 Meeting ID: 603 516 3836 Speakers: - An Introduction to StarlingX - Bruce Jones (Wind River) - Navigating StarlingX: A Practical Guide to Community Contributions and Installation - Bruno Muniz (Encora) I hope you can join us! If you have any questions, feel free to reach out. Cheers, Helena helena at openinfra.dev Marketing & Community Coordinator The OpenInfra Foundation -------------- next part -------------- An HTML attachment was scrubbed... URL: From starlingx.build at gmail.com Tue May 9 19:22:43 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Tue, 9 May 2023 15:22:43 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 164 - Still Failing! In-Reply-To: <355790008.188.1683572793654.JavaMail.javamailuser@localhost> References: <355790008.188.1683572793654.JavaMail.javamailuser@localhost> Message-ID: <1189372549.197.1683660165190.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 164 Status: Still Failing Timestamp: 20230509T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230509T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From ThalesElero.Cervi at windriver.com Tue May 9 20:03:27 2023 From: ThalesElero.Cervi at windriver.com (Cervi, Thales Elero) Date: Tue, 9 May 2023 20:03:27 +0000 Subject: [Starlingx-discuss] Minutes: OpenStack Distro Team Call (May 09, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-distro-openstack-meetings Minutes from the OpenStack Distro team call May 09, 2023 Build: - Build Issues: ??????bug/2019015: Fix proposed waiting code review Sanity with stx-openstack (main branch): - Last Successful Execution: Tue Apr 11 12:39:12 UTC 2023 - Overall status: YELLOW ??????Sanity - Passed: 15 (100.00%) | Failed: 0 (0.0%) ??????Regression - Passed: 11 (91.67%) | Failed: 1 (8.33%) - Last Tried Execution: 05/09/23 ??????Build Failure: https://bugs.launchpad.net/starlingx/+bug/2019015 ??????Internal infrastructure issue blocking the installation - Open Launchpads: ??????bug/2012389: In Progress. Not easy to reproduce. ??????bug/2007303: Will be selected for investigation soon. - StarlingX 9.0 Release: ??????Feature Test Forecasted to: 08/16/2023 ??????We WILL NOT be able to fit the OpenStack upversion inside this timeframe!! ??????Made the community aware or TSC/Community Call (04/26/2023) ??????Created Storyboard/Tasks for OpenStack upversion: https://storyboard.openstack.org/#!/story/2010715 ??????- TODO: Fill the StarlingX Release Plan 9.0 Spreadsheet @Doug/Thales (to be done by 05/11/2023) General Topics: - Should we also split the OVS related directories? ??????Not yet decided. - Migration to OVN? ??????There are no current plans ??????If the community have this requirement, a proper storyboard/tasks should be created for a new feature - Unified networking between containers/VMs: clarify the work needed with the Networking team ??????Currently OpenStack is completely separate from k8s, correct. ??????- There is no IP sharing/communication between Pods and VMs ??????- VMs will be communicating over the data networks (separate interfaces). ??????So, for this to work would require some sort of external communication path between VM network and platform (k8s) ??????If the community have this requirement a proper storyboard/tasks should be created for a new feature Best Regards, Thales -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Tue May 9 21:41:55 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Tue, 9 May 2023 14:41:55 -0700 Subject: [Starlingx-discuss] StarlingX TSC election - Nomination period started Message-ID: Hi StarlingX Community, Nominations for the 2 Technical Steering Committee positions are now open and will remain open until __May 16, 2023, 20:45 UTC__. All nominations must be submitted as a text file to the starlingx/election repository as explained on the election website[1]. Please note that the name of the file should match the email address in your Gerrit configuration. Candidates for the Technical Steering Committee Positions: Any contributing community member can propose their candidacy for an available, directly-elected TSC seat. The election will be held from May 23, 2023, 20:45 UTC through to May 30, 2023, 20:45 UTC. The electorate are the community members that are also contributors for one of the official teams[2] or served in a leadership role (TSC, PL, TL) over the 12-month timeframe May 9, 2022 to May 9, 2023, as well as the contributors who are acknowledged by the TSC. Please see the website[3] for additional details about this election. Please find below the timeline: TC nomination starts @ May 9, 2023, 20:45 UTC TC nomination ends @ May 16, 2023, 20:45 UTC TC campaigning starts @ May 16, 2023, 20:45 UTC TC campaigning ends @ May 23, 2023, 20:45 UTC TC elections starts @ May 23, 2023, 20:45 UTC TC elections ends @ May 30, 2023, 20:45 UTC If you have any questions please be sure to either ask them on the mailing list or to the elections officials[4]. Thank you, [1] https://docs.starlingx.io/election/#how-to-submit-a-candidacy [2] https://docs.starlingx.io/governance/reference/tsc/projects/index.html [3] https://docs.starlingx.io/election/ [4] https://docs.starlingx.io/election/#election-officials From Peng.Peng at windriver.com Tue May 9 22:20:48 2023 From: Peng.Peng at windriver.com (Peng, Peng) Date: Tue, 9 May 2023 22:20:48 +0000 Subject: [Starlingx-discuss] STX weekly sanity status - May 9th Message-ID: Hi, We encountered sanity labs config issue which caused sanity lab installation failure. Once the issue is fixed, we will rerun sanity and update the results. Regards, PV team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Reinildes.JoseMateusOliveira at windriver.com Wed May 10 00:32:49 2023 From: Reinildes.JoseMateusOliveira at windriver.com (Jose Mateus Oliveira, Reinildes) Date: Wed, 10 May 2023 00:32:49 +0000 Subject: [Starlingx-discuss] Up-version of nginx and cert-manager application images Message-ID: Hi All, We are performing application up versions for nginx and cert-manager, which requires the use of new container images. If you bootstrap from your own private registry, please ensure your private registry is updated with the new images in order to minimize disruptions. Please find details about the new images in the reviews below: Nginx has already merged: https://review.opendev.org/c/starlingx/ansible-playbooks/+/882462 Cert-manager should be merging in the next couple of days: https://review.opendev.org/c/starlingx/ansible-playbooks/+/882730 Thanks, Rei -------------- next part -------------- An HTML attachment was scrubbed... URL: From starlingx.build at gmail.com Wed May 10 06:30:18 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Wed, 10 May 2023 02:30:18 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 165 - Still Failing! In-Reply-To: <874243805.195.1683660162030.JavaMail.javamailuser@localhost> References: <874243805.195.1683660162030.JavaMail.javamailuser@localhost> Message-ID: <756964814.202.1683700219811.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 165 Status: Still Failing Timestamp: 20230510T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230510T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From Ghada.Khalil at windriver.com Wed May 10 13:17:44 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Wed, 10 May 2023 13:17:44 +0000 Subject: [Starlingx-discuss] FW: ACTION REQUIRED: Feature Dates for stx.9.0 In-Reply-To: References: Message-ID: Reminder to StarlingX PLs / Feature Primes to update the feature dates for stx.9.0. Please update before end of week if possible. Milestone-2 is planned for this week and will likely need to be re-forecasted as a large portion of the features don't have any published dates. Thanks, Ghada -----Original Message----- From: Khalil, Ghada Sent: Tuesday, April 25, 2023 8:02 AM To: starlingx-discuss at lists.starlingx.io Subject: ACTION REQUIRED: Feature Dates for stx.9.0 Hello StarlingX PLs / Feature Primes The next milestone for stx.9.0 is Milestone-2 planned for the week of May 10 / 2023 Milestone Criteria: - Feature plans defined and feature development well underway - Release test plan defined - including test automation deliverables In preparation for Milestone-2, please start populating feature dates in the stx.9.0 release planning spreadsheet: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit#gid=1107209846 columns I, L, O, P (see the Field Definitions worksheet for guidance if needed) If you are proposing additional features for stx.9.0, please add them to the spreadsheet as well. Thanks, Ghada From Greg.Waines at windriver.com Wed May 10 14:18:37 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 10 May 2023 14:18:37 +0000 Subject: [Starlingx-discuss] Date and Time for In-Person PTG at upcoming OpenInfra Summit in Vancouver Message-ID: Request for input .... We are planning on having an In-Person PTG for StarlingX at the upcoming OpenInfra Summit in Vancouver (June 13-15). Potential time intervals ( based on trying to avoid conflicts with other StarlingX -related activities at summit ): * Wednesday after lunch, starting at 2:30pm PST * Thursday after lunch, starting at 2pm PST Please provide some input on which time is preferable, Thanks, Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Wed May 10 18:38:27 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Wed, 10 May 2023 11:38:27 -0700 Subject: [Starlingx-discuss] Build issues due to OpenStack EOL branch process Message-ID: Hi StarlingX Community. We had a topic during the Community Call today about build issues due to the deletion of end-of-life (EOL) branches in OpenStack. I did a little bit of digging, and found out that this is part of a process that has been in place for a long time now. You can find more information about the different phases of the release lifecycle of OpenStack projects and branches: https://docs.openstack.org/project-team-guide/stable-branches.html#maintenance-phases The main takeaway is to rather rely on tags than branches, since tags live forever while branches are ephemeral. I hope this helps. Thanks and Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation From ildiko at openinfra.dev Wed May 10 18:50:13 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Wed, 10 May 2023 11:50:13 -0700 Subject: [Starlingx-discuss] Updating the project's one-pager - AVAILABLE In-Reply-To: <8F03F520-3DCF-4D3E-968E-DE01EC3C0992@openinfra.dev> References: <81E58222-A318-447A-A417-5E0045637F40@openinfra.dev> <8CFDACB3-97F0-4513-8F0D-401936C5E11C@openinfra.dev> <8F03F520-3DCF-4D3E-968E-DE01EC3C0992@openinfra.dev> Message-ID: <3E92226C-9664-4488-BD9B-7D944EC7E8C5@openinfra.dev> Hi StarlingX Community, I?m reaching out to you with a quick update. Based on the community?s feedback the StarlingX Marketing team and the OpenInfra Foundation Design team created a new version of the StarlingX one-pager. You can see the new version here: https://www.starlingx.io/collateral/StarlingX_OnePager_Web.pdf We are already using the flyer at the Open Source Summit North America event and will have it available in printed format at the OpenInfra Summit as well! Thank you everyone, who contributed to the effort of reviewing and improving the document! Thanks and Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation > On May 5, 2023, at 09:41, Ildiko Vancsa wrote: > > Hi StarlingX Community, > > Please find the updated one-pager here: https://drive.google.com/file/d/1GeLi0qDur1_KRoExtkV8Wf_gOK_4CBhl/view?usp=share_link > > Please let me know ASAP if there?s anything in it that is incorrect and needs to be fixed, as we would like to use the document at the Open Source Summit NA event next week. > > Thanks and Best Regards, > Ildik? > > ??? > > Ildik? V?ncsa > Director of Community > Open Infrastructure Foundation > > > > > >> On May 1, 2023, at 14:50, Ildiko Vancsa wrote: >> >> Hi, >> >> To further enahnce the one-pager, I also added suggestions to page 2. The new content is focusing on the use cases and also uses QR codes to point to project resources. >> >> You can find the proposal here: https://etherpad.opendev.org/p/starlingx-one-pager-updates#L25 >> >> Please respond to this thread or ad comments to the etherpad if you have any questions or feedback ASAP. >> >> Thanks, >> Ildik? >> >> ??? >> >> Ildik? V?ncsa >> Director of Community >> Open Infrastructure Foundation >> >> >> >> >> >>> On Apr 27, 2023, at 15:17, Ildiko Vancsa wrote: >>> >>> Hi, >>> >>> Based on the feedback so far I wrote up an updated version of the project summary on page 1 of the document: https://etherpad.opendev.org/p/starlingx-one-pager-updates#L21 >>> >>> Please review the proposal and let me know if you have any questions or comments. You can share your feedback on this thread or in the ethrpad. >>> >>> Thanks and Best Regards, >>> Ildik? >>> >>> ??? >>> >>> Ildik? V?ncsa >>> Director of Community >>> Open Infrastructure Foundation >>> >>> >>> >>> >>> >>>> On Apr 18, 2023, at 14:05, Ildiko Vancsa wrote: >>>> >>>> Hi StarlingX Community, >>>> >>>> Thank you everyone who got the opportunity to provide feedback about the project?s one-pager. >>>> >>>> I would like to quickly summarize where we are and ask a few follow-up questions: >>>> >>>> * Main items to add, change or update >>>> - Refresh the project?s description to reflect on the transformation it went through since the first release, and highlight the current features and focus areas >>>> - Add information about the Distributed Cloud architecture >>>> - Add information about the now container-based platform >>>> - Replace the diagram to one that reflects the project?s current architecture better >>>> - Add the 'https://www.starlingx.io/software? link for further resources to learn about the project >>>> - Reshuffling the second page with the use cases and features to make it look more exciting and relatable >>>> >>>> >>>> I also have a few questions to clarify some of the comments and decide on how to address them. >>>> >>>> * Diagram >>>> - The current diagram is outdated >>>> - Would the current diagram on the website work to replace it with: https://www.starlingx.io/static/3dbe793665eb7c5b28158e8a1c1d9b22/5dbbf/StarlingX_Diagram_Distributed_Edge_Cloud_Native_v3.jpg ? >>>> >>>> * Learn more about the features >>>> - We have a few demo videos on the project?s website to showcase some of the features >>>> - Is there any other place to point people to beyond the demo videos? >>>> >>>> * OpenStack services >>>> - Is there a list available that shows the supported OpenStack services in 8.0? >>>> >>>> >>>> Are there any further comments or feedback that people would like to share about the one-pager? >>>> >>>> Thanks and Best Regards, >>>> Ildik? >>>> >>>> ??? >>>> >>>> Ildik? V?ncsa >>>> Director of Community >>>> Open Infrastructure Foundation >>>> >>>> >>>> >>>> >>>> >>>>> On Apr 10, 2023, at 17:04, Bruno Drugowick Muniz wrote: >>>>> >>>>> Hello, StarlingX Community. >>>>> >>>>> That's a great topic for my debut here on the mailing list as I'm new to the community, so I guess I'm the target audience of the one-pager! >>>>> >>>>> I added comments on the Etherpad, but I'd like to bring one of them here on the mailing list to discuss. >>>>> >>>>> My first thought after reading the StarlingX Features section was "interesting, I want more details on these". I mentioned on the Etherpad that we could include a link to https://www.starlingx.io/software because it's easy enough for someone with the printed version to type. However, is this the best place, or the only place, to get info about those features? >>>>> >>>>> More directly, if I want to know, for example, how reliability, scalability, ultra-low latency and edge security are achieved in StarlingX, where should I go? >>>>> >>>>> Regards, >>>>> Bruno. >>>>> From: Ildiko Vancsa >>>>> Sent: Friday, April 7, 2023 16:10 >>>>> To: StarlingX ML >>>>> Subject: [Starlingx-discuss] Updating the project's one-pager >>>>> >>>>> External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. >>>>> >>>>> Hi StarlingX Community, >>>>> >>>>> I?m reaching out to you about the project?s one-pager. >>>>> >>>>> In order to be able to raise awareness of the project as well as provide an information package for those who are new, we use multiple assets. The project?s one-pager is one of these, which works both online as well as printed. There are a few conferences coming up, where we would like to be able to point people to this document as well as have it printed as a handout. >>>>> >>>>> You can find the current one-pager here: https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.starlingx.io%2Fcollateral%2FStarlingX_OnePager_Web.pdf&data=05%7C01%7Cbruno.muniz%40encora.com%7C9fc5c8b25cb64430100908db379cab02%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638164918257462945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=EXfpwBqBxmwRQtYK3ZWD1h4M2p0fwz2UQS%2BUM2rPZHc%3D&reserved=0 >>>>> >>>>> The information in the document is mainly accurate, but it hasn?t been updated in a while now. I would like to ask the community?s help to provide feedback and ideas with regards to what to keep and what to update. >>>>> >>>>> Please add your feedback about the one-pager to this etherpad: https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fetherpad.opendev.org%2Fp%2Fstarlingx-one-pager-updates&data=05%7C01%7Cbruno.muniz%40encora.com%7C9fc5c8b25cb64430100908db379cab02%7C1e0c92b0f1bd441ebbe6c778f9ced553%7C0%7C0%7C638164918257462945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=tD9FQFHeBjtm4HqZxgRTYWSx5A1GQ7oujhutrbpBEI4%3D&reserved=0 >>>>> >>>>> __Please share your thoughts by April 16.__ >>>>> >>>>> Thanks and Best Regards, >>>>> Ildik? >>>>> >>>>> ??? >>>>> >>>>> Ildik? V?ncsa >>>>> Director of Community >>>>> Open Infrastructure Foundation >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From starlingx.build at gmail.com Thu May 11 02:38:01 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Wed, 10 May 2023 22:38:01 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 166 - Still Failing! In-Reply-To: <1631163840.200.1683700217051.JavaMail.javamailuser@localhost> References: <1631163840.200.1683700217051.JavaMail.javamailuser@localhost> Message-ID: <935309442.208.1683772682714.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 166 Status: Still Failing Timestamp: 20230510T134517Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230510T134517Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From kennelson11 at gmail.com Thu May 11 08:46:30 2023 From: kennelson11 at gmail.com (Kendall Nelson) Date: Thu, 11 May 2023 03:46:30 -0500 Subject: [Starlingx-discuss] Fwd: Extending the Forum In-Reply-To: References: Message-ID: Hello Everyone, We received feedback that critical Forum conversations were not able to make the schedule due to the intentional work on our part to avoid PTG / Forum overlap which ended up restricting the number of Forum discussion proposals we were able to accept. To mitigate this, we have opened up the Forum room for a third day. We have created a form to collect critical Forum proposals. We will leave the form open for one week to give all timezones fair representation. The deadline to submit a proposal for a forum discussion is Thursday May, 18th at 7:00 UTC. Shortly after, the OpenInfra Foundation will make final decisions and program the Forum on Thursday. -Kendall Nelson [1] https://openinfrafoundation.formstack.com/forms/forum_expansion -------------- next part -------------- An HTML attachment was scrubbed... URL: From starlingx.build at gmail.com Thu May 11 19:15:09 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Thu, 11 May 2023 15:15:09 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 167 - Still Failing! In-Reply-To: <23702671.206.1683772680290.JavaMail.javamailuser@localhost> References: <23702671.206.1683772680290.JavaMail.javamailuser@localhost> Message-ID: <1053470965.214.1683832510110.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 167 Status: Still Failing Timestamp: 20230511T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230511T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From Trevor.Tao at arm.com Fri May 12 13:26:59 2023 From: Trevor.Tao at arm.com (Trevor Tao) Date: Fri, 12 May 2023 13:26:59 +0000 Subject: [Starlingx-discuss] StarlingX engagement Message-ID: Hi StarlingX community: I am a software engineer from CE-OSS(Open Source Software) of Arm ltd, now I would like to engage and give contribution in the development work of StarlingX project and community. I am interested in StarlingX development, tests and especially the porting/enablement work on arm, so I would like to know which working groups would be best for me to join. Thanks, Best Regards, Zijin Tao(Trevor Tao, ???) ARM Electronic Technology (Shanghai) Co., Ltd ?????????????? Building 11, Shanghai Busininess Park? , No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China ?????????1016???????2??10??200233 Cell: +86-153 7109 6192 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Juanita.Balaraj at windriver.com Sat May 13 04:18:32 2023 From: Juanita.Balaraj at windriver.com (Balaraj, Juanita) Date: Sat, 13 May 2023 04:18:32 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 10-05-2023 In-Reply-To: References: Message-ID: Hello All, Here are last week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. [1] Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings [2] Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation Thanks, Juanita Balaraj ============ 10-May-23 Stx 9.0 Release Tracking Spreadsheet: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit?usp=sharing. Created stories in Stx 9.0 related to doc updates submitted to the master branch. Gerrit Reviews: - Open Reviews pending; https://review.opendev.org/q/starlingx/docs+status:open - To be reviewed and merged - Merged ~8 reviews. (Focussed mainly on Gerrit Reviews) - Bruno Muniz / Gustavo Herzmann created a Gerrit review to use the automated script for Vbox installs: To raise LP Bugs / Stories; https://storyboard.openstack.org/#!/story/2005051#comment-203593; - Discussions were held with Bruno Muniz / Doug Periera / Greg / Ron / Juanita to address the gaps in "Install StarlingX Kubernetes in a virtual environment" (Libvert / Virtual Box - Discussion about adding a script to the Virtual Box env. - To discuss with Greg and the team) Launchpad Doc Bugs: - https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs Total 7 outstanding bugs - The DOC team to create LP defects corresponding with any DS defects - WIP. Teams to add all the impacted Releases when raising a LP bug - Gabriel to raise an LP Bug for stx-docs Miscellaneous Updates: - Numbering in the Distributed Cloud Guide - AR Ron to check https://review.opendev.org/c/starlingx/docs/+/880085 - Ron to update the Verified H/W page with the new link in https://www.windriver.com/studio/operator/self-validated-and-certified-hosts# - Currently Commented out - Script needs to be updated and link readded....- AR Ron General Updates: - Bruno Muniz showed interest in creating DOC Videos supporting the StarlingX Installation Process. To check with Ildiko / Greg whether this is ok. These Videos can be hosted in a location in StarlingX. The Installation Docs can point to these videos - AR Bruno / Juanita to get approvals. - Sphinx Tools - Need to have further discussions about the version used upstream vs. downstream - AR Ron -To determine version. - Docker Container upstream / downstream - AR Ron (Discuss it with Greg / Ildiko) - Operations Guide Archive - On Hold until further clarifications are discussed with Greg (https://review.opendev.org/c/starlingx/docs/+/822030) - OpenInfra Summit & PTG: June 13-15, Vancouver, Canada - https://openinfra.dev/summit/vancouver-2023/ - Workshop Details are tracked in https://etherpad.opendev.org/p/stx_hands_on_workshop_2023 - IRC: Everyone to use the IRC channel for communication with the community. AR Juanita to forward link to the team to install IRC and start using an Opensource community communication channel. - To Diff HTML Files for PV to validate new content related to code blocks etc. (Current / previous Release) - Ron AR ____________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From starlingx.build at gmail.com Sat May 13 06:05:01 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 13 May 2023 02:05:01 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_8.0_build_debian - Build # 24 - Still Failing! In-Reply-To: <622466226.158.1683353064526.JavaMail.javamailuser@localhost> References: <622466226.158.1683353064526.JavaMail.javamailuser@localhost> Message-ID: <2117491416.224.1683957902957.JavaMail.javamailuser@localhost> Project: STX_8.0_build_debian Build #: 24 Status: Still Failing Timestamp: 20230513T060000Z Branch: Check logs at: $PUBLISH_LOGS_URL -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: r/stx.8.0 BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From starlingx.build at gmail.com Sat May 13 19:21:40 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 13 May 2023 15:21:40 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.6.0 STX_repo_sync_layered - Build # 5092 - Failure! Message-ID: <102812453.229.1684005701545.JavaMail.javamailuser@localhost> Project: STX_repo_sync_layered Build #: 5092 Status: Failure Timestamp: 20230513T192014Z Branch: r/stx.6.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/distro/20230513T191840Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: r/stx.6.0 MANIFEST: distro.xml PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/distro/20230513T191840Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/6.0/centos/distro/20230513T191840Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/rc-6.0-distro From starlingx.build at gmail.com Sat May 13 19:21:43 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 13 May 2023 15:21:43 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.6.0 STX_6.0_build_layer_distro - Build # 35 - Still Failing! In-Reply-To: <927655700.166.1683400275503.JavaMail.javamailuser@localhost> References: <927655700.166.1683400275503.JavaMail.javamailuser@localhost> Message-ID: <536541581.232.1684005704855.JavaMail.javamailuser@localhost> Project: STX_6.0_build_layer_distro Build #: 35 Status: Still Failing Timestamp: 20230513T191840Z Branch: r/stx.6.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/distro/20230513T191840Z/logs -------------------------------------------------------------------------------- Parameters FULL_BUILD: false FORCE_BUILD: true From starlingx.build at gmail.com Sat May 13 23:41:13 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 13 May 2023 19:41:13 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_repo_sync_layered - Build # 5094 - Failure! Message-ID: <2144619236.237.1684021274612.JavaMail.javamailuser@localhost> Project: STX_repo_sync_layered Build #: 5094 Status: Failure Timestamp: 20230513T233948Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/distro/20230513T233735Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: r/stx.7.0 MANIFEST: distro.xml PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/distro/20230513T233735Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/distro/20230513T233735Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/rc-7.0-distro From starlingx.build at gmail.com Sat May 13 23:41:16 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sat, 13 May 2023 19:41:16 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_distro - Build # 45 - Still Failing! In-Reply-To: <995972626.174.1683416505675.JavaMail.javamailuser@localhost> References: <995972626.174.1683416505675.JavaMail.javamailuser@localhost> Message-ID: <28127376.240.1684021277566.JavaMail.javamailuser@localhost> Project: STX_7.0_build_layer_distro Build #: 45 Status: Still Failing Timestamp: 20230513T233735Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/distro/20230513T233735Z/logs -------------------------------------------------------------------------------- Parameters FULL_BUILD: false FORCE_BUILD: true From Ghada.Khalil at windriver.com Sun May 14 20:01:07 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Sun, 14 May 2023 20:01:07 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - May 10/2023 Message-ID: Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases Release Team Meeting - May 10 2023 stx.9.0 - Release/Feature Planning: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit?usp=sharing - Milestone-2 is scheduled for May 10 -- this week - Progress towards Milestone-2 Criteria - Feature plans defined and feature development well underway - A large portion of the features don't have dates defined yet or a plan for dates - Reminder sent to the mailing list: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014076.html - Milestone criteria not met - Release test plan defined - including test automation deliverables - Test folder and tracking spreadsheets created: https://drive.google.com/drive/folders/123lDBEtyg8JUb5QWKoagTZfd_T3_xWOY - Need the feature dates as input into the release test plan - Agreed to re-forecast MS-2 by 2wks to May 24 and review the status in the next release meeting. stx.8.0 - Blogs - O-RAN Spec Compliant O2 Interfaces - Prime: Litao Gao - Status: Published on May 1 - Pull Request Merged: https://github.com/StarlingXWeb/starlingx-website/pull/225 - PTP Enhancements - Multiple NIC Support / SyncE / Various NIC Support - Prime: Ghada Khalil / Author: Cole Walker - Forecast: mid-Sept >> end-Jan >> end-Apr - Status: In Review - Pull Request Posted: https://github.com/StarlingXWeb/starlingx-website/pull/226 - Comments added by Ildiko last week. Ghada to follow-up with Cole to update. Target is to publish by end-May. - FEC Device Configurability (fec-operator Integration) for ACC100 & N3000 - Prime: Balendu (Mouli) Burla - Forecast: May 1 >> May 19 - Status: Confirmed / Not posted - Platform Single Core Tuning - Prime: Guilherme Batista Leite - Forecast: May 9 >> need re-forecast - Status: Confirmed / Not posted - PTP O-RAN Compliant API Notification - Prime: Ghada Khalil - Forecast: Jun 30 - Status: Confirmed / Not posted From Ghada.Khalil at windriver.com Sun May 14 21:37:26 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Sun, 14 May 2023 21:37:26 +0000 Subject: [Starlingx-discuss] Minutes: Community Call (May 10, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-status Minutes from the community call May 10, 2023 Standing topics - Build - Main Branch Debian Builds - Hit a number of build issues this week - openstack container image build failures encountered due to openstack branch deletion - Ildiko suggested reaching out on the openstack-discuss mailing list to ask about this and discuss how branches should be managed going forward. Action: ScottL - These issues are impacting builds on all branches - stx.6.0 Weekly RC Builds - Blocked on the openstack branch deletion - Need to lock on a specific SHA since the branch is no longer - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/ - stx.7.0 Weekly RC Builds - Blocked on the openstack branch deletion - Need to lock on a specific SHA since the branch is no longer - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/ - stx.8.0 Weekly RC Builds - Blocked on the openstack branch deletion - Need to lock on a specific SHA since the branch is no longer - Build Output: https://mirror.starlingx.cengn.ca/mirror/starlingx/rc/8.0/ - CENGN Mirror Running Low on Space - Storage is limited. - ScottL is investigating what snapshots can be deleted without impacting older builds. - The distro.os team is also asking for more snapshots which is putting pressure on the storage requirements for mirroring. - github Mirroring Issue - Email: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014000.html - The majority of the mirroring is working now after manually updating the key. - The correct / longer term solution is to setup our own zuul configuration project for StarlingX and not piggy-back on openstack - Estimate is about 2wks of work - Raised in the build project team to determine if there are resources to do this work - Action: Greg to review the requirements for github mirroring to confirm if it's required for all repos or just a subset to meet k8s conformance requirements. - Transition from CENGN - As discussed in the PTG, CENGN will no longer be able to host the StarlingX builds. - Build team is working on transitioning the builds to WR infrastructure. - Timing: TBD - Status: Progressing, but slowly. Have an experimental env setup (not publich yet) and able to run ISO builds, but not containers builds yet. - Sanity - Debian Main Branch Platform Sanity - Lab issues encountered during May 9 sanity: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014073.html - Additionally, no full successful builds after May 4. ISO builds are successful, but not container builds. - Last sanity email sent on May 2: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014041.html - Status: Green for SX. Green for DX. - Debian Main Branch stx-openstack Sanity - Encountered new openstack build issue: https://bugs.launchpad.net/starlingx/+bug/2019015 due to the removal of the Ussuri branch - Last sanity email sent on Apr 11: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/013968.html - No sanity since Apr 11 due to build issues - Gerrit Reviews in Need of Attention - tools repo reviews - Virtual Env Setup - https://review.opendev.org/c/starlingx/tools/+/880870 - https://review.opendev.org/c/starlingx/tools/+/882728 - https://review.opendev.org/c/starlingx/tools/+/881832 - https://review.opendev.org/c/starlingx/tools/+/882174 - Recommendation is to focus on adding/engaging 2 core reviewers instead of adding everyone - From previous meetings: Fixes to libvirt env: https://review.opendev.org/c/starlingx/tools/+/863735 - Review comments provided in Nov; still waiting for author (Scott Kamp) to respond/address review comments - Jan 18: Some activity in the review as of Jan 15 - Feb 1: Alternative fix proposed on Jan 18; waiting for ScottK's review - Feb 15: ScottK is going back to this - Mar 22: Next action is w/ ScottK; As per today's meeting, he'll be looking at the comments - Apr 11: Review is still open. Next action is w/ ScottK (the author) - May 4: ScottK lost his setup, so needs to recover the review - Reference Links: - Active Branch (open): https://review.opendev.org/q/projects:starlingx+is:open+branch:+master - Active Branch (merged): https://review.opendev.org/q/projects:starlingx+is:merged+branch:master Topics for this week - Project One Pager Update - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014052.html - Final version is available after review with marketing team. Ready to merge. - StarlingX Gathering at Summit - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014068.html - If attending, please RSVP: https://openinfrafoundation.formstack.com/forms/starlingx_5th_anniversary_celebration - StarlingX Zoom Meet-Up - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014069.html - Scheduled for May 11 / Coordinated by the opendev foundation - TSC Election - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014072.html - stx.9.0 Release Update - https://etherpad.opendev.org/p/stx-releases -- May 10 meeting notes - Did not meet Milestone-2 today as a large number of features don't have dates yet - Re-forecasted by 2wks from May 10 to May 24 ARs from Previous Meetings - None Open Requests for Help - Issue w/ pxebooting a second node on StarlingX - Question raised on the community call (Apr 26) by Kevin - The initial node installs/boots correctly, but but an identical second node doesn't. This setup is using vmare to run StarlingX in VMs. - Status: Open / Greg has some information to share, but isn't sure how to get in touch w/ Kevin - Build System Setup - Question was posted on IRC by Kevin - StarlingX documentation has a lot of outdated information. It took a lot of digging to find the right documentation for setting up a build env with minikube. - Requested that Kevin open an LP to the doc team and/or send an email to the mailing list w/ more details to the mailing list - Status: Open / No email sent to the mailing list yet. Unsure if LP was opened. - Support for StarlingX 8 setup bring up - Reported by Prashanthi - Email thread: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014026.html - Status: Open / Discussion is active on the mailing list. Greg providing assitance. The issues are related to date/time issues on servers being setup as well as firewall issues From Greg.Waines at windriver.com Mon May 15 11:07:42 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Mon, 15 May 2023 11:07:42 +0000 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: Welcome Trevor. Thanks for your interest. Arm support is a topic that has come up a lot recently in StarlingX discussions and one we are very interested in. I would suggest by starting to attend the Bi-Weekly StarlingX OS Distro Project Meeting. I have attached the calendar event. Greg. From: Trevor Tao Sent: Friday, May 12, 2023 9:27 AM To: starlingx-discuss at lists.starlingx.io Cc: Huang, Jie (Jackie) Subject: [Starlingx-discuss] StarlingX engagement CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi StarlingX community: I am a software engineer from CE-OSS(Open Source Software) of Arm ltd, now I would like to engage and give contribution in the development work of StarlingX project and community. I am interested in StarlingX development, tests and especially the porting/enablement work on arm, so I would like to know which working groups would be best for me to join. Thanks, Best Regards, Zijin Tao(Trevor Tao, ???) ARM Electronic Technology (Shanghai) Co., Ltd ?????????????? Building 11, Shanghai Busininess Park? , No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China ?????????1016???????2??10??200233 Cell: +86-153 7109 6192 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded message was scrubbed... From: "Wang, Linda" Subject: Bi-Weekly StarlingX OS Distro & Multi-OS meeting Date: Wed, 26 Oct 2022 14:05:37 +0000 Size: 20548 URL: From ildiko at openinfra.dev Mon May 15 20:01:57 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 15 May 2023 13:01:57 -0700 Subject: [Starlingx-discuss] StarlingX TSC election - Nomination period started In-Reply-To: References: Message-ID: Hi StarlingX Community, It is a friendly reminder that the nomination period of the 2023 H1 StarlingX TSC election is open until __May 16, 2023 20:45 UTC__. If you would like to run for one of the 2 open TSC seats you can find details on how to submit your candidacy on the election web page[1]. In case you have any questions please respond to this thread or reach out to the election officials[2]. Thank you, [1] https://docs.starlingx.io/election/#how-to-submit-a-candidacy [2] https://docs.starlingx.io/election/#election-officials > On May 9, 2023, at 14:41, Ildiko Vancsa wrote: > > Hi StarlingX Community, > > Nominations for the 2 Technical Steering Committee positions are now open and will remain open until __May 16, 2023, 20:45 UTC__. > > All nominations must be submitted as a text file to the starlingx/election repository as explained on the election website[1]. > > Please note that the name of the file should match the email address in your Gerrit configuration. > > Candidates for the Technical Steering Committee Positions: Any contributing community member can propose their candidacy for an available, directly-elected TSC seat. > > The election will be held from May 23, 2023, 20:45 UTC through to May 30, 2023, 20:45 UTC. > > The electorate are the community members that are also contributors for one of the official teams[2] or served in a leadership role (TSC, PL, TL) over the 12-month timeframe May 9, 2022 to May 9, 2023, as well as the contributors who are acknowledged by the TSC. > > Please see the website[3] for additional details about this election. > Please find below the timeline: > > TC nomination starts @ May 9, 2023, 20:45 UTC > TC nomination ends @ May 16, 2023, 20:45 UTC > TC campaigning starts @ May 16, 2023, 20:45 UTC > TC campaigning ends @ May 23, 2023, 20:45 UTC > TC elections starts @ May 23, 2023, 20:45 UTC > TC elections ends @ May 30, 2023, 20:45 UTC > > If you have any questions please be sure to either ask them on the mailing list or to the elections officials[4]. > > Thank you, > > [1] https://docs.starlingx.io/election/#how-to-submit-a-candidacy > [2] https://docs.starlingx.io/governance/reference/tsc/projects/index.html > [3] https://docs.starlingx.io/election/ > [4] https://docs.starlingx.io/election/#election-officials > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Bruno.Muniz at encora.com Tue May 16 15:01:00 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Tue, 16 May 2023 15:01:00 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: Chandu, I'm sorry! I completely missed this email. I was curious about your setup and came here to look for my last exchange with you and found this email that I didn't answer. I'm sorry for that. Thanks for the log screenshot. It clearly shows that the installation was not able to download the images that it needs from docker registries out there. This is a fairly common problem that we face, especially when we're on an office network where multiple people access the internet (and the Docker registries) with the same IP address. These registries might rate limit you and the Ansible task gets stuck like that. We have a Task to work on a guide for the community on how to avoid these problems by creating your own local Docker registries or a pull-through registry that's shared in an office network. The task is currently not being worked on but will be very soon. Honestly, what I ended up doing was kicking off the installation late at night at the office network and coming back the next day. Also, using my home network I didn't have any problems with the rate limit since I'm the only one using the network for that. However, I did see the problem again when I tried to do multiple installations in a short period. Let me know if this helps and what's the state of things for you since the last time we talked. Regards, Bruno. ________________________________ From: Chandu Vangala Sent: Monday, May 8, 2023 06:51 To: Bruno Drugowick Muniz ; Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S Subject: Re: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, As per your suggestions, we have waited till script complete. Observed installation failed with below errors. Attaching complete script output log file and error screenshot below. [cid:ec2086fa-8bf1-4658-a977-370bdfe73ac1] Thanks & Regards, Chandu.v ________________________________ From: Bruno Drugowick Muniz Sent: Saturday, May 6, 2023 1:24 AM To: Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S ; Chandu Vangala Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Prashanthi, here's an example of the final message of the script when the installation succeeds: [cid:0d599ab0-8160-44f9-a37a-ebb66d74db59] When it fails, in the metrics, you will be able to see in which stage it stopped, which helps in narrowing down what might be the problem you're having. Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz Sent: Friday, May 5, 2023 16:29 To: Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S ; Chandu Vangala Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. Hello, Prashanthi. > Bruno, Python script was still on when VM is up and login was success, script is not exited What was the last output from the script that you were able to see? Did you let the script run until the end or did you interrupt it? Logging in to the VM is not necessary before the script finishes and might even be a problem depending on what you do while the script is running. For future versions, we are planning to default to a headless installation where the VM never shows up to avoid confusing the user into thinking that the VM is ready to be used. And, of course, make this clear in the docs to-be-written about this installation method. Thanks for taking the time to try these WIP scripts, by the way. The feedback you're providing is already being considered in our future work. If you want more synchronous help, I'm usually available on the #starlingx IRC channel from around 12 to 9 PM UTC on weekdays. I'm brunomuniz there. Regards, Bruno. TCS Confidential TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 79871 bytes Desc: image.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 67184 bytes Desc: image.png URL: From prashanthi.moligi at tcs.com Tue May 16 15:26:57 2023 From: prashanthi.moligi at tcs.com (Prashanthi Moligi) Date: Tue, 16 May 2023 15:26:57 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: TCS Confidential Hi Bruno, No issues with your late reply and thanks for support. But currently team and I is busy with other activities, so we will work on this work around once we get some bandwidth and will reply. Thanks & Regards, Prashanthi.M From: Bruno Drugowick Muniz Sent: Tuesday, May 16, 2023 8:31 PM To: Chandu Vangala ; Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Chandu, I'm sorry! I completely missed this email. I was curious about your setup and came here to look for my last exchange with you and found this email that I didn't answer. I'm sorry for that. Thanks for the log screenshot. It clearly shows that the installation was not able to download the images that it needs from docker registries out there. This is a fairly common problem that we face, especially when we're on an office network where multiple people access the internet (and the Docker registries) with the same IP address. These registries might rate limit you and the Ansible task gets stuck like that. We have a Task to work on a guide for the community on how to avoid these problems by creating your own local Docker registries or a pull-through registry that's shared in an office network. The task is currently not being worked on but will be very soon. Honestly, what I ended up doing was kicking off the installation late at night at the office network and coming back the next day. Also, using my home network I didn't have any problems with the rate limit since I'm the only one using the network for that. However, I did see the problem again when I tried to do multiple installations in a short period. Let me know if this helps and what's the state of things for you since the last time we talked. Regards, Bruno. ________________________________ From: Chandu Vangala > Sent: Monday, May 8, 2023 06:51 To: Bruno Drugowick Muniz >; Prashanthi Moligi >; StarlingX ML > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: Re: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, As per your suggestions, we have waited till script complete. Observed installation failed with below errors. Attaching complete script output log file and error screenshot below. [cid:image001.png at 01D98838.F01144F0] Thanks & Regards, Chandu.v ________________________________ From: Bruno Drugowick Muniz > Sent: Saturday, May 6, 2023 1:24 AM To: Prashanthi Moligi >; StarlingX ML > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Prashanthi, here's an example of the final message of the script when the installation succeeds: [cid:image002.png at 01D98838.F01144F0] When it fails, in the metrics, you will be able to see in which stage it stopped, which helps in narrowing down what might be the problem you're having. Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz > Sent: Friday, May 5, 2023 16:29 To: Prashanthi Moligi >; StarlingX ML > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. Hello, Prashanthi. > Bruno, Python script was still on when VM is up and login was success, script is not exited What was the last output from the script that you were able to see? Did you let the script run until the end or did you interrupt it? Logging in to the VM is not necessary before the script finishes and might even be a problem depending on what you do while the script is running. For future versions, we are planning to default to a headless installation where the VM never shows up to avoid confusing the user into thinking that the VM is ready to be used. And, of course, make this clear in the docs to-be-written about this installation method. Thanks for taking the time to try these WIP scripts, by the way. The feedback you're providing is already being considered in our future work. If you want more synchronous help, I'm usually available on the #starlingx IRC channel from around 12 to 9 PM UTC on weekdays. I'm brunomuniz there. Regards, Bruno. TCS Confidential TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 67184 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 79871 bytes Desc: image002.png URL: From Bruno.Muniz at encora.com Tue May 16 15:39:44 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Tue, 16 May 2023 15:39:44 +0000 Subject: [Starlingx-discuss] Need support for starlingX 8 setup bring up. In-Reply-To: References: Message-ID: Thanks for the info, Prashanthi. I'll keep an eye on the mailing list for your emails. ? Regards, Bruno. ________________________________ From: Prashanthi Moligi Sent: Tuesday, May 16, 2023 12:26 To: Bruno Drugowick Muniz ; Chandu Vangala ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S Subject: RE: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, No issues with your late reply and thanks for support. But currently team and I is busy with other activities, so we will work on this work around once we get some bandwidth and will reply. Thanks & Regards, Prashanthi.M From: Bruno Drugowick Muniz Sent: Tuesday, May 16, 2023 8:31 PM To: Chandu Vangala ; Prashanthi Moligi ; StarlingX ML Cc: Nidhi Tomar ; Naga Sushma Gandrothu ; Meghana S Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Chandu, I'm sorry! I completely missed this email. I was curious about your setup and came here to look for my last exchange with you and found this email that I didn't answer. I'm sorry for that. Thanks for the log screenshot. It clearly shows that the installation was not able to download the images that it needs from docker registries out there. This is a fairly common problem that we face, especially when we're on an office network where multiple people access the internet (and the Docker registries) with the same IP address. These registries might rate limit you and the Ansible task gets stuck like that. We have a Task to work on a guide for the community on how to avoid these problems by creating your own local Docker registries or a pull-through registry that's shared in an office network. The task is currently not being worked on but will be very soon. Honestly, what I ended up doing was kicking off the installation late at night at the office network and coming back the next day. Also, using my home network I didn't have any problems with the rate limit since I'm the only one using the network for that. However, I did see the problem again when I tried to do multiple installations in a short period. Let me know if this helps and what's the state of things for you since the last time we talked. Regards, Bruno. ________________________________ From: Chandu Vangala > Sent: Monday, May 8, 2023 06:51 To: Bruno Drugowick Muniz >; Prashanthi Moligi >; StarlingX ML > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S > Subject: Re: Need support for starlingX 8 setup bring up. External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Bruno, As per your suggestions, we have waited till script complete. Observed installation failed with below errors. Attaching complete script output log file and error screenshot below. [cid:image001.png at 01D98838.F01144F0] Thanks & Regards, Chandu.v ________________________________ From: Bruno Drugowick Muniz > Sent: Saturday, May 6, 2023 1:24 AM To: Prashanthi Moligi >; StarlingX ML > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: Re: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" Prashanthi, here's an example of the final message of the script when the installation succeeds: [cid:image002.png at 01D98838.F01144F0] When it fails, in the metrics, you will be able to see in which stage it stopped, which helps in narrowing down what might be the problem you're having. Regards, Bruno. ________________________________ From: Bruno Drugowick Muniz > Sent: Friday, May 5, 2023 16:29 To: Prashanthi Moligi >; StarlingX ML > Cc: Nidhi Tomar >; Naga Sushma Gandrothu >; Meghana S >; Chandu Vangala > Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. Hello, Prashanthi. > Bruno, Python script was still on when VM is up and login was success, script is not exited What was the last output from the script that you were able to see? Did you let the script run until the end or did you interrupt it? Logging in to the VM is not necessary before the script finishes and might even be a problem depending on what you do while the script is running. For future versions, we are planning to default to a headless installation where the VM never shows up to avoid confusing the user into thinking that the VM is ready to be used. And, of course, make this clear in the docs to-be-written about this installation method. Thanks for taking the time to try these WIP scripts, by the way. The feedback you're providing is already being considered in our future work. If you want more synchronous help, I'm usually available on the #starlingx IRC channel from around 12 to 9 PM UTC on weekdays. I'm brunomuniz there. Regards, Bruno. TCS Confidential TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you TCS Confidential TCS Confidential -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 67184 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 79871 bytes Desc: image002.png URL: From Peng.Peng at windriver.com Tue May 16 17:48:13 2023 From: Peng.Peng at windriver.com (Peng, Peng) Date: Tue, 16 May 2023 17:48:13 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20230514T060000Z Message-ID: Sanity Test from 2023 May 15 (https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230514T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso) Status: GREEN SX sanity Passed: 17 (100.0%) Failed: 0 (0.0%) Total Executed: 17 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_isolated_2p_2_big_pod_best_effort_HT_AIO PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] DX sanity lab installation is blocked by lab config issue. Once the issue is fixed, we will rerun DX sanity. Regards, PV team -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Tue May 16 23:08:30 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Tue, 16 May 2023 16:08:30 -0700 Subject: [Starlingx-discuss] StarlingX TSC election - Nomination period ended In-Reply-To: References: Message-ID: <8278DD6B-8689-456F-B97C-247E3A83852C@openinfra.dev> Hi StarlingX Community, I would like to inform you that the nomination period[1] for the StarlingX TSC election has ended. Thank you to all candidates who submitted their nominations into this round. The election officials[2] are still finalizing some details and will come back with further updates shortly. Thank you, [1] https://docs.starlingx.io/election/ [2] https://docs.starlingx.io/election/#election-officials > On May 15, 2023, at 13:01, Ildiko Vancsa wrote: > > Hi StarlingX Community, > > It is a friendly reminder that the nomination period of the 2023 H1 StarlingX TSC election is open until __May 16, 2023 20:45 UTC__. > > If you would like to run for one of the 2 open TSC seats you can find details on how to submit your candidacy on the election web page[1]. > > In case you have any questions please respond to this thread or reach out to the election officials[2]. > > Thank you, > > [1] https://docs.starlingx.io/election/#how-to-submit-a-candidacy > [2] https://docs.starlingx.io/election/#election-officials > > > >> On May 9, 2023, at 14:41, Ildiko Vancsa wrote: >> >> Hi StarlingX Community, >> >> Nominations for the 2 Technical Steering Committee positions are now open and will remain open until __May 16, 2023, 20:45 UTC__. >> >> All nominations must be submitted as a text file to the starlingx/election repository as explained on the election website[1]. >> >> Please note that the name of the file should match the email address in your Gerrit configuration. >> >> Candidates for the Technical Steering Committee Positions: Any contributing community member can propose their candidacy for an available, directly-elected TSC seat. >> >> The election will be held from May 23, 2023, 20:45 UTC through to May 30, 2023, 20:45 UTC. >> >> The electorate are the community members that are also contributors for one of the official teams[2] or served in a leadership role (TSC, PL, TL) over the 12-month timeframe May 9, 2022 to May 9, 2023, as well as the contributors who are acknowledged by the TSC. >> >> Please see the website[3] for additional details about this election. >> Please find below the timeline: >> >> TC nomination starts @ May 9, 2023, 20:45 UTC >> TC nomination ends @ May 16, 2023, 20:45 UTC >> TC campaigning starts @ May 16, 2023, 20:45 UTC >> TC campaigning ends @ May 23, 2023, 20:45 UTC >> TC elections starts @ May 23, 2023, 20:45 UTC >> TC elections ends @ May 30, 2023, 20:45 UTC >> >> If you have any questions please be sure to either ask them on the mailing list or to the elections officials[4]. >> >> Thank you, >> >> [1] https://docs.starlingx.io/election/#how-to-submit-a-candidacy >> [2] https://docs.starlingx.io/governance/reference/tsc/projects/index.html >> [3] https://docs.starlingx.io/election/ >> [4] https://docs.starlingx.io/election/#election-officials >> >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Trevor.Tao at arm.com Wed May 17 02:51:20 2023 From: Trevor.Tao at arm.com (Trevor Tao) Date: Wed, 17 May 2023 02:51:20 +0000 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: Hi Greg: It?s glad to get your support and suggestion here, especially on the arm support. I would attend the meeting if available. Thank you. Best Regards, Zijin Tao(Trevor Tao, ???) ARM Electronic Technology (Shanghai) Co., Ltd ?????????????? Building 11, Shanghai Busininess Park? , No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China ?????????1016???????2??10??200233 Cell: +86-153 7109 6192 From: Waines, Greg Sent: Monday, May 15, 2023 7:08 PM To: Trevor Tao ; starlingx-discuss at lists.starlingx.io Cc: Huang, Jie (Jackie) Subject: RE: StarlingX engagement Welcome Trevor. Thanks for your interest. Arm support is a topic that has come up a lot recently in StarlingX discussions and one we are very interested in. I would suggest by starting to attend the Bi-Weekly StarlingX OS Distro Project Meeting. I have attached the calendar event. Greg. From: Trevor Tao > Sent: Friday, May 12, 2023 9:27 AM To: starlingx-discuss at lists.starlingx.io Cc: Huang, Jie (Jackie) > Subject: [Starlingx-discuss] StarlingX engagement CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi StarlingX community: I am a software engineer from CE-OSS(Open Source Software) of Arm ltd, now I would like to engage and give contribution in the development work of StarlingX project and community. I am interested in StarlingX development, tests and especially the porting/enablement work on arm, so I would like to know which working groups would be best for me to join. Thanks, Best Regards, Zijin Tao(Trevor Tao, ???) ARM Electronic Technology (Shanghai) Co., Ltd ?????????????? Building 11, Shanghai Busininess Park? , No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China ?????????1016???????2??10??200233 Cell: +86-153 7109 6192 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From starlingx.build at gmail.com Wed May 17 06:30:10 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Wed, 17 May 2023 02:30:10 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 172 - Failure! Message-ID: <958422643.258.1684305011943.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 172 Status: Failure Timestamp: 20230517T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230517T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From outbackdingo at gmail.com Wed May 17 06:50:25 2023 From: outbackdingo at gmail.com (Outback Dingo) Date: Wed, 17 May 2023 13:50:25 +0700 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: might i also suggest a good start down that path might be to get meta-stx to build for arm64 under yocto ?? On Wed, May 17, 2023 at 12:50?PM Trevor Tao wrote: > > Hi Greg: > > > > It?s glad to get your support and suggestion here, especially on the arm support. > > I would attend the meeting if available. > > Thank you. > > > > Best Regards, > > > > Zijin Tao(Trevor Tao, ???) > > ARM Electronic Technology (Shanghai) Co., Ltd > > ?????????????? > > Building 11, Shanghai Busininess Park? , > > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > > ?????????1016???????2??10??200233 > > Cell: +86-153 7109 6192 > > > > From: Waines, Greg > Sent: Monday, May 15, 2023 7:08 PM > To: Trevor Tao ; starlingx-discuss at lists.starlingx.io > Cc: Huang, Jie (Jackie) > Subject: RE: StarlingX engagement > > > > Welcome Trevor. > > Thanks for your interest. Arm support is a topic that has come up a lot recently in StarlingX discussions and one we are very interested in. > > > > I would suggest by starting to attend the Bi-Weekly StarlingX OS Distro Project Meeting. > > I have attached the calendar event. > > > > Greg. > > > > From: Trevor Tao > Sent: Friday, May 12, 2023 9:27 AM > To: starlingx-discuss at lists.starlingx.io > Cc: Huang, Jie (Jackie) > Subject: [Starlingx-discuss] StarlingX engagement > > > > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Hi StarlingX community: > > > > I am a software engineer from CE-OSS(Open Source Software) of Arm ltd, now I would like to engage and give contribution in the development work of StarlingX project and community. > > I am interested in StarlingX development, tests and especially the porting/enablement work on arm, so I would like to know which working groups would be best for me to join. > > > > Thanks, > > > > Best Regards, > > > > Zijin Tao(Trevor Tao, ???) > > ARM Electronic Technology (Shanghai) Co., Ltd > > ?????????????? > > Building 11, Shanghai Busininess Park? , > > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > > ?????????1016???????2??10??200233 > > Cell: +86-153 7109 6192 > > > > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. > > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Greg.Waines at windriver.com Wed May 17 12:47:08 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 17 May 2023 12:47:08 +0000 Subject: [Starlingx-discuss] support for Free Range Routing (FRR) Support (or Quagga Support) Message-ID: @scott-kamp ( Outback Dingo outbackdingo at gmail.com ) Hey Scott, You talked about adding "support for Free Range Routing (FRR) Support (or Quagga Support)" in Starlingx. Can you provide more detail on the use case / context of this ? e.g. on what networks (OAM, Cluster-host, openstack neutron networks, ...) is this routing required ? key benefits of FRR versus current routing protocols supported ? etc. ... just looking to understand the request better, Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Linda.Wang at windriver.com Wed May 17 13:28:45 2023 From: Linda.Wang at windriver.com (Wang, Linda) Date: Wed, 17 May 2023 13:28:45 +0000 Subject: [Starlingx-discuss] Bi-Weekly StarlingX OS Distro & Multi-OS meeting minutes May 3, 2023 Message-ID: May 3rd, 2023 Attendees: Davlet, Mark A., Charles S. Linda W.,, Scott L. 1. Gerneral Topics * 1.1 Split package list between repositories (ISO and container images) * Separation of the list is done per Davlet. * AI: Devlet will check the documentation on package list. * 1.2 Log into the git before download the source. * * How to pass the credential through the tooling layer when log into git repo. * * workaround: currently use repo sync outside of the containers. * * AI: Scott to write up a feature request for the tool - file a request in Story Board. * 1.3 Pre-patch ISO (Luis) (Carols replacing Luis Barbosa) * AI: to invite Carlos Pocahy to this meeting to discuss Pre-patch ISO. (lwang8: Ping Carlos and his manager to make sure he attends) 2. StartlingX 8.0 * 2.1 ISO size bigger than 4G with OOT driver may need to include the kernel source/debug package that will allow OOT tree driver to be built on customer target. * This will add the ISO size back up to greater than 4G. * Extension to the ISO build standard, 9660, for longer file names, addresses the daisy chain of the ISO for larger achieve. * AI: OS team need to investigate the workaround by passing a parameter to ISO creation. (Bring this up) * 2.2 Unresolved patch review needs clean up * https://review.opendev.org/c/starlingx/tools/+/835770 * https://review.opendev.org/c/starlingx/tools/+/831156 * Ai: Hongxu to review if these patches are still needed. * 2.3 SPEC to be written by Mark regarding new direction for the kernel, possibly to use the Debian kernel * 2.4 SPEC from Chuck on OSTree generation on the colltroller, pending review. April 19th, 2023 and April 20th, 2023 Attendees: ScottL, MouliB, SteveG, MarkA, Bruno Muniz, Charles Short, Linda W - Research on on target os-tree generation - SPEC should be written and reviewed - LAT can still be used to generate ISO? without os-tree when it is no longer required? should be yes and yes - SPEC to be written by Mark regarding new direction for the kernel, possibly to use the Debian kernel - Explore opportunities to reduce IO (disk) access, not restricted to SW solutions only but could involve tracking additional metadata to properly use system resources, doesn't have to be uniform across all packages but focus on the heavyweights * - scheduler enhancements to better "pack" jobs, avoiding resources being idle * - continue to investigate proper package reuse to avoid unnecessary rebuilding of packages. This work is essentially done but a review should be performed to ensure this is always working as expected. Next Meeting May 17, 2023 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bruno.Muniz at encora.com Wed May 17 20:24:16 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Wed, 17 May 2023 20:24:16 +0000 Subject: [Starlingx-discuss] Reviews mentioned in the Community Call Message-ID: Hey, folks. Sorry for not being able to talk at the Community Call earlier today. I'm getting a new headset tomorrow. ? To give some insight into what my team is doing in the Reviews mentioned, this is a brief summary: * We chose to collaborate openly, thus you will see +1? from ourselves in the Reviews because Gerrit is where we communicate amongst ourselves regarding code. * The idea behind this is to share with the community while recording everything, hopefully helping Reviewers (and our future selves when revisiting past decisions). * We're currently focusing on the VirtualBox setup because it helps developers and firstcomers. * Our work is being done on top of existing code that's currently not working for the latest version(s) of StarlingX. * We fixed it with the least amount of changes possible. * We've been making more changes on top of it since then (and building a backlog). Any help is appreciated in our endeavor. I'm on IRC between 12 noon to 9 PM (UTC) if you prefer a synchronous conversation. Regards, Bruno -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Wed May 17 21:45:07 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Wed, 17 May 2023 14:45:07 -0700 Subject: [Starlingx-discuss] StarlingX TSC election update and results Message-ID: <08FBCCD0-7065-41A0-983E-595B99252946@openinfra.dev> Hi StarlingX Community, I?m reaching out to you with announcements about the recent StarlingX TSC election. As the number of candidates[2] doesn?t exceed the number of open seats and the new TSC group fulfills all criteria we have listed on the governance page[3], we will skip the voting period for this election and form the new TSC group. To follow the original election timeline the new and returning members? term starts on the week of May 29th and it is approximately one year long. To follow the above, hereby I would like to announce the electing of Shuquan Huang who is a returning TSC member in this round. Please join the election officials[1] to congratulate him! Thanks and Best Regards, [1] https://docs.starlingx.io/election/#election-officials [2] https://opendev.org/starlingx/election/src/branch/master/candidates/2023_H1/tsc [3] https://docs.starlingx.io/governance/reference/tsc/stx_charter.html#elections From Bruno.Muniz at encora.com Fri May 19 20:03:35 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Fri, 19 May 2023 20:03:35 +0000 Subject: [Starlingx-discuss] StarlingX "/tis-repo" repository Message-ID: Hi, StarlingX Community. I recently came across this story (and its associated repository: https://opendev.org/starlingx/tis-repo) and it seems to share similarities with what I'm working on in another story (related to this repository: https://opendev.org/starlingx/tools/src/branch/master/deployment/virtualbox/pybox). I'm seeking assistance from anyone who can provide insights into these repositories and stories. Together, we can ensure that we avoid duplicating efforts by working on similar tasks in different places. Feel free to reach out to me here or directly on IRC (brunomuniz). Best regards, Bruno. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Al.Bailey at windriver.com Fri May 19 20:28:06 2023 From: Al.Bailey at windriver.com (Bailey, Henry Albert (Al)) Date: Fri, 19 May 2023 20:28:06 +0000 Subject: [Starlingx-discuss] StarlingX "/tis-repo" repository In-Reply-To: References: Message-ID: Hi Bruno The tis-repo has code related to setting up a virtualbox developer environment. It doesn't have things for a test env (controllers, routers, etc..). It clones STX, rebuilds the containers, runs the downloader, and installs the normal things a person would need to be able to run tox or build an ISO. I don't think many people use it because they prefer to just try and setup their own unix env with their own tools. Al From: Bruno Drugowick Muniz Sent: Friday, May 19, 2023 4:04 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] StarlingX "/tis-repo" repository CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi, StarlingX Community. I recently came across this story (and its associated repository: https://opendev.org/starlingx/tis-repo) and it seems to share similarities with what I'm working on in another story (related to this repository: https://opendev.org/starlingx/tools/src/branch/master/deployment/virtualbox/pybox). I'm seeking assistance from anyone who can provide insights into these repositories and stories. Together, we can ensure that we avoid duplicating efforts by working on similar tasks in different places. Feel free to reach out to me here or directly on IRC (brunomuniz). Best regards, Bruno. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gabriel.CalixtodePaula at windriver.com Fri May 19 22:00:00 2023 From: Gabriel.CalixtodePaula at windriver.com (Calixto de Paula, Gabriel) Date: Fri, 19 May 2023 22:00:00 +0000 Subject: [Starlingx-discuss] Sanity and Regression - StarlingX + STX-Openstack MASTER build [20230518T060000Z] results - May-18 Message-ID: Hi all, StarlingX + STX-Openstack sanity and regression results: Overall status: GREEN Build Info: Build date: 18-May ISO: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230518T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso Helm Charts: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230518T060000Z/outputs/helm-charts/stx-openstack-1.0-1.stx.47-debian-stable-versioned.tgz AIO-DX Baremetal with VSWITCH_TYPE=OVS Sanity Results: Overall status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 15 (100.00%) Failed: 0 (0.0%) Total Executed: 15 List of Test Cases: ------------------------------------------------------ PASS??20230519 17:25:00?test_ssh_to_hosts PASS??20230519 17:26:25?test_lock_unlock_host PASS??20230519 17:45:52?test_openstack_services_healthy PASS??20230519 17:46:51?test_reapply_stx_openstack_no_change[controller-0] PASS??20230411 17:48:43 test_reapply_stx_openstack_no_change[controller-1] PASS??20230519 17:57:59?test_horizon_create_delete_instance PASS??20230519 18:01:35?test_swact_controllers PASS??20230519 18:10:00?test_ping_between_two_vms[tis-centos-guest-virtio-virtio] PASS??20230519 18:17:01?test_migrate_vm[tis-centos-guest-live-None] PASS??20230519 18:22:30?test_nova_actions[tis-centos-guest-dedicated-pause-unpause] PASS??20230519 18:27:11?test_nova_actions[tis-centos-guest-dedicated-suspend-resume] PASS??20230519 18:31:44?test_evacuate_vms PASS??20230519 19:05:26?test_system_coredumps_and_crashes[core_dumps] PASS??20230519 19:05:41?test_system_coredumps_and_crashes[crash_reports] PASS??20230519 19:05:48?test_system_alarms ----------------------------------------------------------------------- Regression Results: Overall status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 12 (100.00%) Failed: 0 (0.00%) Total Executed: 12 ------------------------------------------------------ PASS??20230519 19:15:12?test_lldp_neighbor_remote_port PASS??20230519 19:16:31?test_kernel_module_signatures PASS??20230519 19:17:23?test_delete_heat_after_swact[OS_Cinder_Volume.yaml] PASS??20230519 19:22:13?test_multiports_on_same_network_vm_actions[virtio_x4] PASS??20230519 19:49:31?test_cpu_pol_vm_actions[2-dedicated-image-volume] PASS??20230519 20:03:52?test_vm_mem_pool_default_config[2048] PASS??20230519 20:07:35?test_vm_mem_pool_default_config[1048576] PASS??20230519 20:14:36?test_resize_vm_positive[local_image-4_1_512-5_2_1024-image] PASS??20230519 20:23:12?test_server_group_boot_vms[affinity-2] PASS??20230519 20:29:37?test_server_group_boot_vms[anti_affinity-2] PASS??20230519 20:36:35?test_vm_with_config_drive PASS??20230519 21:00:45?TestLockWithVMs::test_lock_with_vms ----------------------------------------------------------------------- Thanks, STX-Openstack Distro Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Sat May 20 03:14:44 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Sat, 20 May 2023 03:14:44 +0000 Subject: [Starlingx-discuss] Minutes: Community Call (May 17, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-status Minutes from the community call May 17, 2023 Standing topics - Build - Main Branch Debian Builds - Build issues from last week (due to the removal of openstack branches) have been addressed - Scott is now on the openstack announce mailing list and will monitor announcements. Thales will add himself as well. - Had 4-5 builds pass in a row - Hit a network/DNS issue last night, so that build failed, but is expected to pass on a re-run - stx.6.0 Weekly RC Builds - Failed due to the network/DNS issue - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/ - stx.7.0 Weekly RC Builds - Green - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/ - stx.8.0 Weekly RC Builds - Failed on the removal of openstack branches. Review merged to use SHA instead. Should pass next week. - Build Output: https://mirror.starlingx.cengn.ca/mirror/starlingx/rc/8.0/ - CENGN Mirror Running Low on Space - Partially resolved as some stx.8.0 builds were not being cleaned up properly. - Still low, but not urgent - github Mirroring Issue - Email: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014000.html - The majority of the mirroring is working now after manually updating the key. - The correct / longer term solution is to setup our own zuul configuration project for StarlingX and not piggy-back on openstack - Estimate is about 2wks of work - Raised in the build project team to determine if there are resources to do this work - Story Board Created: https://storyboard.openstack.org/#!/story/2010754 - Action: Greg to review the requirements for github mirroring to confirm if it's required for all repos or just a subset to meet k8s conformance requirements. - Transition from CENGN - As discussed in the PTG, CENGN will no longer be able to host the StarlingX builds. - Build team is working on transitioning the builds to WR infrastructure. - Timing: TBD - Status: Progressing. Able to build the main branch builds (iso+container) on a parallel env. Will work on stx.8.0 RC builds next. - Sanity - Debian Main Branch Platform Sanity - Last sanity email sent on May 16: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014097.html - Status: Green for SX. Not run for DX due to lab issues - Debian Main Branch stx-openstack Sanity - Last week's build issues have been addressed. LP: https://bugs.launchpad.net/starlingx/+bug/2019015 - Hit some lab issues and were not able to run sanity this week - Last sanity email sent on Apr 11: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/013968.html - Gerrit Reviews in Need of Attention - tools repo reviews - Virtual Env Setup - https://review.opendev.org/c/starlingx/tools/+/880870 - https://review.opendev.org/c/starlingx/tools/+/882728 - https://review.opendev.org/c/starlingx/tools/+/881832 - https://review.opendev.org/c/starlingx/tools/+/882174 - Still waiting for core reviewers to have a look; it's unclear who is familiar with this area and would make the best candidates to review. - From previous meetings: Fixes to libvirt env: https://review.opendev.org/c/starlingx/tools/+/863735 - Review comments provided in Nov; still waiting for author (Scott Kamp) to respond/address review comments - Jan 18: Some activity in the review as of Jan 15 - Feb 1: Alternative fix proposed on Jan 18; waiting for ScottK's review - Feb 15: ScottK is going back to this - Mar 22: Next action is w/ ScottK; As per today's meeting, he'll be looking at the comments - Apr 11: Review is still open. Next action is w/ ScottK (the author) - May 4: ScottK lost his setup, so needs to recover the review - Reference Links: - Active Branch (open): https://review.opendev.org/q/projects:starlingx+is:open+branch:+master - Active Branch (merged): https://review.opendev.org/q/projects:starlingx+is:merged+branch:master Topics for this week - No new topics raised - Election and PTG/Summit topics were already covered in the TSC portion of the meeting ARs from Previous Meetings - None Open Requests for Help - Issue w/ pxebooting a second node on StarlingX - Question raised on the community call (Apr 26) by Kevin - The initial node installs/boots correctly, but but an identical second node doesn't. This setup is using vmare to run StarlingX in VMs. - Status: Open / Greg has some information to share, but isn't sure how to get in touch w/ Kevin - Build System Setup - Question was posted on IRC by Kevin - StarlingX documentation has a lot of outdated information. It took a lot of digging to find the right documentation for setting up a build env with minikube. - Requested that Kevin open an LP to the doc team and/or send an email to the mailing list w/ more details to the mailing list - Status: Open / No email sent to the mailing list yet. Unsure if LP was opened. - Support for StarlingX 8 setup bring up - Reported by Prashanthi - Email thread: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014026.html - Status: Open / Discussion is active on the mailing list. Greg providing assitance. The issues are related to date/time issues on servers being setup as well as firewall issues From starlingx.build at gmail.com Sun May 21 10:41:32 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 21 May 2023 06:41:32 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_flock_images - Build # 711 - Still Failing! In-Reply-To: <1493524459.116.1682851539044.JavaMail.javamailuser@localhost> References: <1493524459.116.1682851539044.JavaMail.javamailuser@localhost> Message-ID: <1250324978.282.1684665698003.JavaMail.javamailuser@localhost> Project: STX_build_docker_flock_images Build #: 711 Status: Still Failing Timestamp: 20230521T060126Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs -------------------------------------------------------------------------------- Parameters WEB_HOST: mirror.starlingx.cengn.ca MY_WORKSPACE: /localdisk/loadbuild/jenkins/rc-7.0-containers/20230521T051649Z OS: centos MY_REPO: /localdisk/designer/jenkins/rc-7.0-containers/cgcs-root BASE_VERSION: rc-7.0-stable-20230521T051649Z PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs REGISTRY_USERID: slittlewrs LATEST_PREFIX: rc-7.0 PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs PUBLISH_TIMESTAMP: 20230521T051649Z FLOCK_VERSION: rc-7.0-centos-stable-20230521T051649Z WEB_HOST_PORT: 80 PREFIX: rc-7.0 TIMESTAMP: 20230521T051649Z BUILD_STREAM: stable REGISTRY_ORG: starlingx PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/outputs REGISTRY: docker.io From starlingx.build at gmail.com Sun May 21 10:41:40 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 21 May 2023 06:41:40 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] r/stx.7.0 STX_build_docker_images_layered - Build # 467 - Still Failing! In-Reply-To: <228354167.119.1682851544768.JavaMail.javamailuser@localhost> References: <228354167.119.1682851544768.JavaMail.javamailuser@localhost> Message-ID: <826021674.285.1684665701582.JavaMail.javamailuser@localhost> Project: STX_build_docker_images_layered Build #: 467 Status: Still Failing Timestamp: 20230521T053117Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: r/stx.7.0 MY_WORKSPACE: /localdisk/loadbuild/jenkins/rc-7.0-containers/20230521T051649Z OS: centos MUNGED_BRANCH: rc-7.0 MY_REPO: /localdisk/designer/jenkins/rc-7.0-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs MASTER_BUILD_NUMBER: 37 PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs MASTER_JOB_NAME: STX_7.0_build_layer_containers MY_REPO_ROOT: /localdisk/designer/jenkins/rc-7.0-containers PUBLISH_DISTRO_BASE: /export/mirror/starlingx/rc/7.0/centos/containers PUBLISH_TIMESTAMP: 20230521T051649Z DOCKER_BUILD_ID: jenkins-rc-7.0-containers-20230521T051649Z-builder TIMESTAMP: 20230521T051649Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/inputs LAYER: containers PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/outputs MAIN_HELM_CHART_RPM_NAME: stx-openstack-helm From starlingx.build at gmail.com Sun May 21 10:41:43 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 21 May 2023 06:41:43 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! In-Reply-To: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> References: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> Message-ID: <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> Project: STX_7.0_build_layer_containers Build #: 37 Status: Still Failing Timestamp: 20230521T051649Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true FORCE_BUILD: true From Bruno.Muniz at encora.com Mon May 22 13:01:38 2023 From: Bruno.Muniz at encora.com (Bruno Drugowick Muniz) Date: Mon, 22 May 2023 13:01:38 +0000 Subject: [Starlingx-discuss] StarlingX "/tis-repo" repository In-Reply-To: References: Message-ID: Hi, Al. Got it. Thanks! If there are similarities they're just a few in the VirtualBox setup, then. Regards, Bruno. ________________________________ From: Bailey, Henry Albert (Al) Sent: Friday, May 19, 2023 17:28 To: Bruno Drugowick Muniz ; starlingx-discuss at lists.starlingx.io Subject: RE: StarlingX "/tis-repo" repository You don't often get email from al.bailey at windriver.com. Learn why this is important External Mail: Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Bruno The tis-repo has code related to setting up a virtualbox developer environment. It doesn?t have things for a test env (controllers, routers, etc..). It clones STX, rebuilds the containers, runs the downloader, and installs the normal things a person would need to be able to run tox or build an ISO. I don?t think many people use it because they prefer to just try and setup their own unix env with their own tools. Al From: Bruno Drugowick Muniz Sent: Friday, May 19, 2023 4:04 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] StarlingX "/tis-repo" repository CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi, StarlingX Community. I recently came across this story (and its associated repository: https://opendev.org/starlingx/tis-repo) and it seems to share similarities with what I'm working on in another story (related to this repository: https://opendev.org/starlingx/tools/src/branch/master/deployment/virtualbox/pybox). I'm seeking assistance from anyone who can provide insights into these repositories and stories. Together, we can ensure that we avoid duplicating efforts by working on similar tasks in different places. Feel free to reach out to me here or directly on IRC (brunomuniz). Best regards, Bruno. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko at openinfra.dev Mon May 22 15:53:11 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 22 May 2023 08:53:11 -0700 Subject: [Starlingx-discuss] Project video updates - process change Message-ID: Hi StarlingX Community, I'm reaching out to you about the video recordings that the OpenInfra Foundation has been collecting to capture project updates from each OpenInfra community. These videos were initially collected leading up to the OpenInfra Summits to showcase what each project has accomplished in the past year/release. This year we are implementing a change to the cadence of collecting this video content, to better fit with the communities' timeline, milestones and achievements. It will also help us better promote the new content, without it getting lost among the news and buzz around the OpenInfra Summit. Moving forward, the community will need to make decisions about items, such as the cadence and format of recording the project updates. * Cadence: There are various options to pick from. The community can define a stable cadence, stick to bigger milestones, like major releases, project anniversaries, and more. * Format: The community can produce pre-recorded content, which can include slide materials, and share that with us. If there is enough content and volunteers, the community also has the option to talk about the latest project news and updates during an OpenInfra Live episode. We will post all recordings on the OpenInfra Foundation YouTube channel and promote them in relevant social media channels. * Timeline: The new process will start after this year's OpenInfra Summit, which will happen on June 13-15 in Vancouver, Canada. After the event, I will reach out to help the community decide on the above items and take next steps in the process. Please let me know if you have any questions in the meantime. Thanks and Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation From ildiko at openinfra.dev Mon May 22 21:42:34 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Mon, 22 May 2023 14:42:34 -0700 Subject: [Starlingx-discuss] Date and Time for In-Person PTG at upcoming OpenInfra Summit in Vancouver In-Reply-To: References: Message-ID: Hi Greg and All, Based on our conversation on last week?s Community Call, I booked two tables for Wednesday afternoon starting at 2:30pm local time. It should accommodate ~18 people. Do you want me to book additional space? You can see the booking here: https://ptg.opendev.org/ptg.html @Greg: Have you created an etherpad already to use? If not, we can also use the autogenerated one: https://etherpad.opendev.org/p/vancouver-june2023-starlingx Please let me know. Thanks, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation > On May 10, 2023, at 07:18, Waines, Greg wrote: > > Request for input ?. > > We are planning on having an In-Person PTG for StarlingX at the upcoming OpenInfra Summit in Vancouver (June 13-15). > > Potential time intervals ( based on trying to avoid conflicts with other StarlingX -related activities at summit ): > ? Wednesday after lunch, starting at 2:30pm PST > ? Thursday after lunch, starting at 2pm PST > > Please provide some input on which time is preferable, > Thanks, > Greg. > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Juanita.Balaraj at windriver.com Tue May 23 01:28:52 2023 From: Juanita.Balaraj at windriver.com (Balaraj, Juanita) Date: Tue, 23 May 2023 01:28:52 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 17-05-2023 In-Reply-To: References: Message-ID: Hello All, Here are last week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. [1] Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings [2] Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation Thanks, Juanita Balaraj ============ 17-May-23 To check with Greg/Ildiko about moving our time to a convenient time to include Asia Pacific time zone...Monday 9, Thursday 9.00 - Weekly meeting - AR Juanita to send an email to the StarlingX community. Stx 9.0 Release Tracking Spreadsheet: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit?usp=sharing. Created stories in Stx 9.0 related to doc updates submitted to the master branch. - AR Juanita to create additional stories for Features supported in Stx 9.0. Gerrit Reviews: - Open Reviews pending; https://review.opendev.org/q/starlingx/docs+status:open - To be reviewed and merged - Merged ~9 reviews. (Focussed mainly on Gerrit Reviews) - Bruno Muniz / Gustavo Herzmann created a gerrit review to use the automated script for Vbox installs: To raise LP Bugs / Stories; https://storyboard.openstack.org/#!/story/2005051#comment-203593; - Discussions were held with Bruno Muniz / Doug Periera / Greg / Ron / Juanita to address the gaps in "Install StarlingX Kubernetes in a virtual environment" (Libvert / Virtual Box - Discussion about adding a script to the Virtual Box env. - To discuss with Greg and the team) Launchpad Doc Bugs: - https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs Total 7 outstanding bugs - The DOC team to create LP defects corresponding with any DS defects - WIP. Teams to add all the impacted Releases when raising a LP bug - Gabriel to raise an LP Bug for stx-docs - AR Gabriel Francischini de Souza Miscellaneous Updates: - Numbering in the Distributed Cloud Guide - AR Ron to check https://review.opendev.org/c/starlingx/docs/+/880085 - Ron to update the Verified H/W page with the new link in https://www.windriver.com/studio/operator/self-validated-and-certified-hosts# - Currently Commented out - Script needs to be updated and link readded....- AR Ron General Updates: - Bruno Muniz showed interest in creating DOC Videos supporting the StarlingX Installation Process. To check with Ildiko / Greg whether this is ok. These Videos can be hosted in a location in StarlingX. The Installation Docs can point to these videos - AR Bruno / Juanita to get approvals from Ildiko / Greg - Sphinx Tools - Need to have further discussions about the version used upstream vs. downstream - AR Ron -To determine version. - Docker Container upstream / downstream - AR Ron (Discuss it with Greg / Ildiko) - Operations Guide Archive - On Hold until further clarifications are discussed with Greg (https://review.opendev.org/c/starlingx/docs/+/822030) - OpenInfra Summit & PTG: June 13-15, Vancouver, Canada - https://openinfra.dev/summit/vancouver-2023/ - Workshop Details are tracked in https://etherpad.opendev.org/p/stx_hands_on_workshop_2023 - IRC: Everyone to use the IRC channel for communication with the community. AR Juanita to forward link to the team to install IRC and start using an Opensource community communication channel. - To Diff HTML Files for PV to validate new content related to code blocks etc. (Current / previous Release) - Ron AR Engineering Status: StarlingX Eng Stx Status: https://etherpad.opendev.org/p/stx-status StarlingX Eng Status 2023 https://etherpad.opendev.org/p/stx-cores ____________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jackie.Huang at windriver.com Tue May 23 05:54:34 2023 From: Jackie.Huang at windriver.com (Huang, Jie (Jackie)) Date: Tue, 23 May 2023 05:54:34 +0000 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: Hi StarlingX community, As mentioned in the last call of the StarlingX OS Distro Project Meeting (Minutes: https://etherpad.opendev.org/p/stx-distro-other), I would like to share the development status of the work to support ARM, which I started three months ago: - It's a native build solution on HPE RL300 Gen11 server (Ampere Altra 1x80 cores) - All code changes are POC level with many hard-codes and workarounds. - Built out a bootable ISO image and tested deployment of AIO-SX and AIO-DX Detail status please refer to: https://github.com/jackiehjm/stx-builds/blob/master/docs/2023_stx_on_arm_status.md And as follow-up in the call, I have the following questions need to ask here: 1. For container images re-generated for ARM64 arch, how can I push them to docker hub https://hub.docker.com/u/starlingx? Or can I ask for help on creating all container images for ARM64 and push to docker hub automatically so all container images on https://hub.docker.com/u/starlingx will support both x86 and ARM64? 2. Pre-built packages for x86_64 are in CENGN as package mirror, how can push ARM packages there as well? Thanks, Jackie > -----Original Message----- > From: Outback Dingo > Sent: Wednesday, May 17, 2023 2:50 PM > To: Trevor Tao > Cc: Waines, Greg ; starlingx- > discuss at lists.starlingx.io; Huang, Jie (Jackie) > Subject: Re: [Starlingx-discuss] StarlingX engagement > > might i also suggest a good start down that path might be to get meta-stx to > build for arm64 under yocto ?? > > On Wed, May 17, 2023 at 12:50?PM Trevor Tao wrote: > > > > Hi Greg: > > > > > > > > It?s glad to get your support and suggestion here, especially on the arm > support. > > > > I would attend the meeting if available. > > > > Thank you. > > > > > > > > Best Regards, > > > > > > > > Zijin Tao(Trevor Tao, ???) > > > > ARM Electronic Technology (Shanghai) Co., Ltd > > > > ?????????????? > > > > Building 11, Shanghai Busininess Park? , > > > > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > > > > ?????????1016???????2??10??200233 > > > > Cell: +86-153 7109 6192 > > > > > > > > From: Waines, Greg > > Sent: Monday, May 15, 2023 7:08 PM > > To: Trevor Tao ; > > starlingx-discuss at lists.starlingx.io > > Cc: Huang, Jie (Jackie) > > Subject: RE: StarlingX engagement > > > > > > > > Welcome Trevor. > > > > Thanks for your interest. Arm support is a topic that has come up a lot > recently in StarlingX discussions and one we are very interested in. > > > > > > > > I would suggest by starting to attend the Bi-Weekly StarlingX OS Distro > Project Meeting. > > > > I have attached the calendar event. > > > > > > > > Greg. > > > > > > > > From: Trevor Tao > > Sent: Friday, May 12, 2023 9:27 AM > > To: starlingx-discuss at lists.starlingx.io > > Cc: Huang, Jie (Jackie) > > Subject: [Starlingx-discuss] StarlingX engagement > > > > > > > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > know the content is safe. > > > > Hi StarlingX community: > > > > > > > > I am a software engineer from CE-OSS(Open Source Software) of Arm ltd, > now I would like to engage and give contribution in the development work of > StarlingX project and community. > > > > I am interested in StarlingX development, tests and especially the > porting/enablement work on arm, so I would like to know which working > groups would be best for me to join. > > > > > > > > Thanks, > > > > > > > > Best Regards, > > > > > > > > Zijin Tao(Trevor Tao, ???) > > > > ARM Electronic Technology (Shanghai) Co., Ltd > > > > ?????????????? > > > > Building 11, Shanghai Busininess Park? , > > > > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > > > > ?????????1016???????2??10??200233 > > > > Cell: +86-153 7109 6192 > > > > > > > > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended recipient, > please notify the sender immediately and do not disclose the contents to any > other person, use it for any purpose, or store or copy the information in any > medium. Thank you. > > > > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended recipient, > please notify the sender immediately and do not disclose the contents to any > other person, use it for any purpose, or store or copy the information in any > medium. Thank you. > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io From Greg.Waines at windriver.com Tue May 23 11:43:01 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Tue, 23 May 2023 11:43:01 +0000 Subject: [Starlingx-discuss] Next two StarlingX TSC Meetings Message-ID: FYI ... I will miss the next two TSC Meetings (May 24 and 31), I have update the etherpad ( https://etherpad.opendev.org/p/stx-cores ). Note the Community Meeting, immediately after the TSC Topics, will still be held. Greg. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gabriel.CalixtodePaula at windriver.com Tue May 23 14:42:08 2023 From: Gabriel.CalixtodePaula at windriver.com (Calixto de Paula, Gabriel) Date: Tue, 23 May 2023 14:42:08 +0000 Subject: [Starlingx-discuss] Sanity and Regression - StarlingX + STX-Openstack MASTER build [20230522T060000Z] results - May-22 Message-ID: Hi all, StarlingX + STX-Openstack sanity and regression results: Overall status: GREEN Build Info: Build date: 22-May ISO: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230522T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso Helm Charts:https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230522T060000Z/outputs/helm-charts/stx-openstack-1.0-1.stx.48-debian-stable-versioned.tgz AIO-DX Baremetal with VSWITCH_TYPE=OVS Sanity Results: Overall status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 15 (100.00%) Failed: 0 (0.0%) Total Executed: 15 List of Test Cases: ------------------------------------------------------ PASS??20230523 04:32:18?test_ssh_to_hosts PASS??20230523 04:33:40?test_lock_unlock_host PASS??20230523 04:53:16?test_openstack_services_healthy PASS??20230523 04:54:13?test_reapply_stx_openstack_no_change[controller-0] PASS??20230523 04:55:59?test_reapply_stx_openstack_no_change[controller-1] PASS??20230523 05:04:37?test_horizon_create_delete_instance PASS??20230523 05:08:01?test_swact_controllers PASS??20230523 05:17:35?test_ping_between_two_vms[tis-centos-guest-virtio-virtio] PASS??20230523 05:24:09?test_migrate_vm[tis-centos-guest-live-None] PASS??20230523 05:29:22?test_nova_actions[tis-centos-guest-dedicated-pause-unpause] PASS??20230523 05:33:47?test_nova_actions[tis-centos-guest-dedicated-suspend-resume] FAIL??20230523 05:38:08?test_evacuate_vms PASS??20230523 06:23:27?test_system_coredumps_and_crashes[core_dumps] PASS??20230523 06:23:41?test_system_coredumps_and_crashes[crash_reports] PASS??20230523 06:23:48?test_system_alarms ----------------------------------------------------------------------- The test_evacuate_vms failed due to the issue described in this launchpad: https://bugs.launchpad.net/starlingx/+bug/2007303 - STX-Openstack: "nova live-migration" fails to live migrate after host is forcefully turned off/on Regression Results: Overall status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 14 (100.00%) Failed: 0 (0.00%) Total Executed: 14 ------------------------------------------------------ PASS??20230523 07:01:56?test_lldp_neighbor_remote_port PASS??20230523 07:03:28?test_delete_heat_after_swact[OS_Cinder_Volume.yaml] PASS??20230523 07:08:04?test_multiports_on_same_network_vm_actions[virtio_x4] PASS??20230523 07:33:41?test_cpu_pol_vm_actions[2-dedicated-image-volume] PASS??20230523 07:45:03?test_cpu_thread_vm_topology_nova_actions[3-dedicated-require-image-None-volume-live_migrate] PASS??20230523 07:51:43?test_boot_pinned_isolated_vm_fails PASS??20230523 07:54:39?test_vm_mem_pool_default_config[2048] PASS??20230523 08:02:55?test_vm_mem_pool_default_config[1048576] PASS??20230523 08:12:48?test_resize_vm_positive[local_image-4_1_512-5_2_1024-image] PASS??20230523 08:20:08?test_server_group_boot_vms[affinity-2] PASS??20230523 08:25:32?test_server_group_boot_vms[anti_affinity-2] PASS??20230523 08:30:39?test_dvr_vms_network_connection[2-anti-affinity] PASS??20230523 08:37:08?test_vm_with_config_drive PASS??20230523 08:57:15?test_lock_with_vms ----------------------------------------------------------------------- Thanks, STX-Openstack Distro Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gabriel.CalixtodePaula at windriver.com Tue May 23 14:46:07 2023 From: Gabriel.CalixtodePaula at windriver.com (Calixto de Paula, Gabriel) Date: Tue, 23 May 2023 14:46:07 +0000 Subject: [Starlingx-discuss] Sanity and Regression - StarlingX + STX-Openstack MASTER build [20230522T060000Z] results - May-22 In-Reply-To: References: Message-ID: Hi all, Just a correction on the last email, we had YELLOW sanity results: Sanity Results: Overall status: YELLOW Automated Test Results Summary: ------------------------------------------------------ Passed: 14 (93.33%) Failed: 1 (6.67%) Total Executed: 15 List of Test Cases: ------------------------------------------------------ PASS??20230523 04:32:18?test_ssh_to_hosts PASS??20230523 04:33:40?test_lock_unlock_host PASS??20230523 04:53:16?test_openstack_services_healthy PASS??20230523 04:54:13?test_reapply_stx_openstack_no_change[controller-0] PASS??20230523 04:55:59?test_reapply_stx_openstack_no_change[controller-1] PASS??20230523 05:04:37?test_horizon_create_delete_instance PASS??20230523 05:08:01?test_swact_controllers PASS??20230523 05:17:35?test_ping_between_two_vms[tis-centos-guest-virtio-virtio] PASS??20230523 05:24:09?test_migrate_vm[tis-centos-guest-live-None] PASS??20230523 05:29:22?test_nova_actions[tis-centos-guest-dedicated-pause-unpause] PASS??20230523 05:33:47?test_nova_actions[tis-centos-guest-dedicated-suspend-resume] FAIL??20230523 05:38:08?test_evacuate_vms PASS??20230523 06:23:27?test_system_coredumps_and_crashes[core_dumps] PASS??20230523 06:23:41?test_system_coredumps_and_crashes[crash_reports] PASS??20230523 06:23:48?test_system_alarms ----------------------------------------------------------------------- The test_evacuate_vms failed due to the issue described in this launchpad: https://bugs.launchpad.net/starlingx/+bug/2007303 - STX-Openstack: "nova live-migration" fails to live migrate after host is forcefully turned off/on Apologies for this one. regards, STX-Openstack Distro Team ________________________________ From: Calixto de Paula, Gabriel Sent: Tuesday, May 23, 2023 11:42 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity and Regression - StarlingX + STX-Openstack MASTER build [20230522T060000Z] results - May-22 Hi all, StarlingX + STX-Openstack sanity and regression results: Overall status: GREEN Build Info: Build date: 22-May ISO: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230522T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso Helm Charts:https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230522T060000Z/outputs/helm-charts/stx-openstack-1.0-1.stx.48-debian-stable-versioned.tgz AIO-DX Baremetal with VSWITCH_TYPE=OVS Sanity Results: Overall status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 15 (100.00%) Failed: 0 (0.0%) Total Executed: 15 List of Test Cases: ------------------------------------------------------ PASS??20230523 04:32:18?test_ssh_to_hosts PASS??20230523 04:33:40?test_lock_unlock_host PASS??20230523 04:53:16?test_openstack_services_healthy PASS??20230523 04:54:13?test_reapply_stx_openstack_no_change[controller-0] PASS??20230523 04:55:59?test_reapply_stx_openstack_no_change[controller-1] PASS??20230523 05:04:37?test_horizon_create_delete_instance PASS??20230523 05:08:01?test_swact_controllers PASS??20230523 05:17:35?test_ping_between_two_vms[tis-centos-guest-virtio-virtio] PASS??20230523 05:24:09?test_migrate_vm[tis-centos-guest-live-None] PASS??20230523 05:29:22?test_nova_actions[tis-centos-guest-dedicated-pause-unpause] PASS??20230523 05:33:47?test_nova_actions[tis-centos-guest-dedicated-suspend-resume] FAIL??20230523 05:38:08?test_evacuate_vms PASS??20230523 06:23:27?test_system_coredumps_and_crashes[core_dumps] PASS??20230523 06:23:41?test_system_coredumps_and_crashes[crash_reports] PASS??20230523 06:23:48?test_system_alarms ----------------------------------------------------------------------- The test_evacuate_vms failed due to the issue described in this launchpad: https://bugs.launchpad.net/starlingx/+bug/2007303 - STX-Openstack: "nova live-migration" fails to live migrate after host is forcefully turned off/on Regression Results: Overall status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 14 (100.00%) Failed: 0 (0.00%) Total Executed: 14 ------------------------------------------------------ PASS??20230523 07:01:56?test_lldp_neighbor_remote_port PASS??20230523 07:03:28?test_delete_heat_after_swact[OS_Cinder_Volume.yaml] PASS??20230523 07:08:04?test_multiports_on_same_network_vm_actions[virtio_x4] PASS??20230523 07:33:41?test_cpu_pol_vm_actions[2-dedicated-image-volume] PASS??20230523 07:45:03?test_cpu_thread_vm_topology_nova_actions[3-dedicated-require-image-None-volume-live_migrate] PASS??20230523 07:51:43?test_boot_pinned_isolated_vm_fails PASS??20230523 07:54:39?test_vm_mem_pool_default_config[2048] PASS??20230523 08:02:55?test_vm_mem_pool_default_config[1048576] PASS??20230523 08:12:48?test_resize_vm_positive[local_image-4_1_512-5_2_1024-image] PASS??20230523 08:20:08?test_server_group_boot_vms[affinity-2] PASS??20230523 08:25:32?test_server_group_boot_vms[anti_affinity-2] PASS??20230523 08:30:39?test_dvr_vms_network_connection[2-anti-affinity] PASS??20230523 08:37:08?test_vm_with_config_drive PASS??20230523 08:57:15?test_lock_with_vms ----------------------------------------------------------------------- Thanks, STX-Openstack Distro Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From ThalesElero.Cervi at windriver.com Tue May 23 18:15:57 2023 From: ThalesElero.Cervi at windriver.com (Cervi, Thales Elero) Date: Tue, 23 May 2023 18:15:57 +0000 Subject: [Starlingx-discuss] Minutes: OpenStack Distro Team Call (May 23, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-distro-openstack-meetings Minutes from the OpenStack Distro team call May 23, 2023 Build: - Build Issues: None Sanity with stx-openstack (main branch): - Last Successful Execution: Mon Mai 22 12:39:12 UTC 2023 - Overall status: YELLOW ??????Sanity - Passed: 14 (93.33%) | Failed: 1 (6.67%) ??????Regression - Passed: 15 (100.00%) | Failed: 0 (0.00%) - Open Launchpads: ??????bug/2012389: On Hold. Not easy to reproduce. ??????bug/2007303: Will be selected for investigation soon. - StarlingX 9.0 Release: ??????Feature Test Forecasted to: 08/16/2023 ??????We WILL NOT be able to fit the OpenStack upversion inside this timeframe!! ??????Made the community aware or TSC/Community Call (04/26/2023) ??????Created Storyboard/Tasks for OpenStack upversion: https://storyboard.openstack.org/#!/story/2010715 - Antelope upversion development work should start soon (next weeks) ??????Filled the StarlingX Release Plan 9.0 Spreadsheet Best Regards, Thales -------------- next part -------------- An HTML attachment was scrubbed... URL: From Peng.Peng at windriver.com Tue May 23 19:03:41 2023 From: Peng.Peng at windriver.com (Peng, Peng) Date: Tue, 23 May 2023 19:03:41 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20230522T060000Z Message-ID: Sanity Test from 2023 May 23 (https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230522T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso) Status: GREEN SX sanity Passed: 17 (100.0%) Failed: 0 (0.0%) Total Executed: 17 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_isolated_2p_2_big_pod_best_effort_HT_AIO PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] DX sanity lab installation is blocked by lab config issue. Once the issue is fixed, we will rerun DX sanity. Regards, PV team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Wed May 24 11:27:59 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Wed, 24 May 2023 11:27:59 +0000 Subject: [Starlingx-discuss] Short community meeting today: May 24 Message-ID: Hello all, Due to a conflict, I can only chair the community meeting for about 30mins today. Please also note that the TSC portion is cancelled. Sorry for the short notice. Regards, Ghada Ghada Khalil Manager, Wind River Cloud Platform ________________________________ [Wind River] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 7931 bytes Desc: image001.png URL: From scott.little at windriver.com Wed May 24 13:52:37 2023 From: scott.little at windriver.com (Scott Little) Date: Wed, 24 May 2023 09:52:37 -0400 Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! In-Reply-To: <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> References: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> Message-ID: <99fb590f-07fa-cdb1-316b-2c01b51de652@windriver.com> Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5.? The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5.? The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos.? It appears gitlab requires a newer version git.? Centos is using version 1.8.x. Debain is using a version 2.x.x. r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on. The alternative is to discontinue contained builds from r/stx.7.0 Thoughts? Scott On 2023-05-21 06:41, starlingx.build at gmail.com wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Project: STX_7.0_build_layer_containers > Build #: 37 > Status: Still Failing > Timestamp: 20230521T051649Z > Branch: r/stx.7.0 > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs > -------------------------------------------------------------------------------- > Parameters > > BUILD_CONTAINERS_DEV: false > BUILD_CONTAINERS_STABLE: true > FORCE_BUILD: true > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From scott.little at windriver.com Wed May 24 14:29:55 2023 From: scott.little at windriver.com (Scott Little) Date: Wed, 24 May 2023 10:29:55 -0400 Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build issue on r/stx.7.0 Message-ID: Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5.? The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5.? The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos.? It appears gitlab requires a newer version git.? Centos is using version 1.8.x. Debain is using a version 2.x.x. We have a few options: 1) r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on.? A tricky thing to fix. 2) Move to a newer version of Centos across all Loci images, Prohibitive cost. 3) Discontinue container builds for r/stx.7.0 4) Selectively discontinue builds of stx-nova and any other image needing spice-html5 for r/stx.7.0 Thoughts? Scott From scott.little at windriver.com Wed May 24 14:46:56 2023 From: scott.little at windriver.com (Scott Little) Date: Wed, 24 May 2023 10:46:56 -0400 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: Hi Jackie Sorry I missed the OS Distro Project Meeting last week.? Sounds like it was an interesting one. On the subject of CENGN hosting arm packages, We can't do that at this time.? The storage at CENGN is very tight at the moment, we don't have the space.? However, we are actively looking into a move to an alternate provider, perhaps in the August time frame.? At that time, we should be in a better position to host ARM mirrors and build artifacts. On the subject of pushing arm containers to https://hub.docker.com/u/starlingx, again I think the answer is no, not at this time.? We only want officially built content to be pushed there.? I'd suggest we work together to create a new project, perhaps https://hub.docker.com/u/starlingx-staging-arm, where you can push images during the prototyping phase. Scott On 2023-05-23 01:54, Huang, Jie (Jackie) wrote: > Hi StarlingX community, > > As mentioned in the last call of the StarlingX OS Distro Project Meeting (Minutes: https://etherpad.opendev.org/p/stx-distro-other), > I would like to share the development status of the work to support ARM, which I started three months ago: > - It's a native build solution on HPE RL300 Gen11 server (Ampere Altra 1x80 cores) > - All code changes are POC level with many hard-codes and workarounds. > - Built out a bootable ISO image and tested deployment of AIO-SX and AIO-DX > > Detail status please refer to: > https://github.com/jackiehjm/stx-builds/blob/master/docs/2023_stx_on_arm_status.md > > And as follow-up in the call, I have the following questions need to ask here: > 1. For container images re-generated for ARM64 arch, how can I push them to docker hub https://hub.docker.com/u/starlingx? > Or can I ask for help on creating all container images for ARM64 and push to docker hub automatically so all container images > on https://hub.docker.com/u/starlingx will support both x86 and ARM64? > 2. Pre-built packages for x86_64 are in CENGN as package mirror, how can push ARM packages there as well? > > Thanks, > Jackie > >> -----Original Message----- >> From: Outback Dingo >> Sent: Wednesday, May 17, 2023 2:50 PM >> To: Trevor Tao >> Cc: Waines, Greg ; starlingx- >> discuss at lists.starlingx.io; Huang, Jie (Jackie) >> Subject: Re: [Starlingx-discuss] StarlingX engagement >> >> might i also suggest a good start down that path might be to get meta-stx to >> build for arm64 under yocto ?? >> >> On Wed, May 17, 2023 at 12:50?PM Trevor Tao wrote: >>> Hi Greg: >>> >>> >>> >>> It?s glad to get your support and suggestion here, especially on the arm >> support. >>> I would attend the meeting if available. >>> >>> Thank you. >>> >>> >>> >>> Best Regards, >>> >>> >>> >>> Zijin Tao(Trevor Tao, ???) >>> >>> ARM Electronic Technology (Shanghai) Co., Ltd >>> >>> ?????????????? >>> >>> Building 11, Shanghai Busininess Park? , >>> >>> No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China >>> >>> ?????????1016???????2??10??200233 >>> >>> Cell: +86-153 7109 6192 >>> >>> >>> >>> From: Waines, Greg >>> Sent: Monday, May 15, 2023 7:08 PM >>> To: Trevor Tao ; >>> starlingx-discuss at lists.starlingx.io >>> Cc: Huang, Jie (Jackie) >>> Subject: RE: StarlingX engagement >>> >>> >>> >>> Welcome Trevor. >>> >>> Thanks for your interest. Arm support is a topic that has come up a lot >> recently in StarlingX discussions and one we are very interested in. >>> >>> >>> I would suggest by starting to attend the Bi-Weekly StarlingX OS Distro >> Project Meeting. >>> I have attached the calendar event. >>> >>> >>> >>> Greg. >>> >>> >>> >>> From: Trevor Tao >>> Sent: Friday, May 12, 2023 9:27 AM >>> To: starlingx-discuss at lists.starlingx.io >>> Cc: Huang, Jie (Jackie) >>> Subject: [Starlingx-discuss] StarlingX engagement >>> >>> >>> >>> CAUTION: This email comes from a non Wind River email account! >>> Do not click links or open attachments unless you recognize the sender and >> know the content is safe. >>> Hi StarlingX community: >>> >>> >>> >>> I am a software engineer from CE-OSS(Open Source Software) of Arm ltd, >> now I would like to engage and give contribution in the development work of >> StarlingX project and community. >>> I am interested in StarlingX development, tests and especially the >> porting/enablement work on arm, so I would like to know which working >> groups would be best for me to join. >>> >>> >>> Thanks, >>> >>> >>> >>> Best Regards, >>> >>> >>> >>> Zijin Tao(Trevor Tao, ???) >>> >>> ARM Electronic Technology (Shanghai) Co., Ltd >>> >>> ?????????????? >>> >>> Building 11, Shanghai Busininess Park? , >>> >>> No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China >>> >>> ?????????1016???????2??10??200233 >>> >>> Cell: +86-153 7109 6192 >>> >>> >>> >>> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended recipient, >> please notify the sender immediately and do not disclose the contents to any >> other person, use it for any purpose, or store or copy the information in any >> medium. Thank you. >>> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended recipient, >> please notify the sender immediately and do not disclose the contents to any >> other person, use it for any purpose, or store or copy the information in any >> medium. Thank you. >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Greg.Waines at windriver.com Wed May 24 16:38:46 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Wed, 24 May 2023 16:38:46 +0000 Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build issue on r/stx.7.0 In-Reply-To: References: Message-ID: Technically STX7 is not EOL until Sep 2023. Would be nice to keep it build-able for another 4x months. Is there another option to rollback the move to gitlab's copy of the spice-html5, in STX 7.0 ? For option 4), would it only be stx-nova that would be unbuildable for 4x months ? Greg. -----Original Message----- From: Scott Little Sent: Wednesday, May 24, 2023 10:30 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build issue on r/stx.7.0 Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5.? The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5.? The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos.? It appears gitlab requires a newer version git.? Centos is using version 1.8.x. Debain is using a version 2.x.x. We have a few options: 1) r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on.? A tricky thing to fix. 2) Move to a newer version of Centos across all Loci images, Prohibitive cost. 3) Discontinue container builds for r/stx.7.0 4) Selectively discontinue builds of stx-nova and any other image needing spice-html5 for r/stx.7.0 Thoughts? Scott _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io From ThalesElero.Cervi at windriver.com Wed May 24 18:54:54 2023 From: ThalesElero.Cervi at windriver.com (Cervi, Thales Elero) Date: Wed, 24 May 2023 18:54:54 +0000 Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! In-Reply-To: <99fb590f-07fa-cdb1-316b-2c01b51de652@windriver.com> References: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> <99fb590f-07fa-cdb1-316b-2c01b51de652@windriver.com> Message-ID: Hi Scott, >From my point of view, since we already have the official release images built and tagged, I don't see why not to discontinue container builds from r/stx.7.0. This would only affect re-builds of our older branch and apparently to maintain that code base is starting to become a problematic task without any rewards if no one is needing those docker images to be re-build. I would agree with discontinuing it. Thales ________________________________ From: Scott Little Sent: Wednesday, May 24, 2023 10:52 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5. The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5. The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos. It appears gitlab requires a newer version git. Centos is using version 1.8.x. Debain is using a version 2.x.x. r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on. The alternative is to discontinue contained builds from r/stx.7.0 Thoughts? Scott On 2023-05-21 06:41, starlingx.build at gmail.com wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Project: STX_7.0_build_layer_containers > Build #: 37 > Status: Still Failing > Timestamp: 20230521T051649Z > Branch: r/stx.7.0 > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs > -------------------------------------------------------------------------------- > Parameters > > BUILD_CONTAINERS_DEV: false > BUILD_CONTAINERS_STABLE: true > FORCE_BUILD: true > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Thu May 25 03:05:28 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 25 May 2023 03:05:28 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - May 24/2023 Message-ID: Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases Release Team Meeting - May 24 2023 stx.9.0 - Release/Feature Planning: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit?usp=sharing - Milestone-2 is scheduled for May 24 -- this week - Progress towards Milestone-2 Criteria - Feature plans defined and feature development well underway - Total # of Features: 37 - # of Features w/ Dates: 29 - # of Features w/o Dates: 8 - # of Features w/ a Date for a plan: 3 - 78% of features have dates + another 8% w/ a plan by mid-June. - 2 features have dates beyond the current release milestones: Milestone-3: Aug 2 / Feature Test Complete: Aug 30 - K8s API CLI oidc auth with local LDAP backend -- Code Merged: Aug 15 / Feature Tested: Sep 5 << smaller feature - Openstack services upversion: Ussuri -> Antelope -- Code Merged: Aug 22 / Feature Tested: Sep 15 << key feature - Options: - (1) Keep the current release dates and handle these features as exceptions - (2) Align the release dates to accommodate the openstack feature to move to Antelope - Agreed to get input from the TSC on the above two options. - Ghada, Ildiko, Thales are in favor of option 2. - Action: Ghada to send TSC request to the mailing list. Maybe able to reach consensus by email. If not, will discuss in the community call on Jun 14. - Release test plan defined - Test folder and tracking spreadsheets created: https://drive.google.com/drive/folders/123lDBEtyg8JUb5QWKoagTZfd_T3_xWOY - Dates are being populated - Milestone-2 Verdict: - Milestone criteria met. The only exception is the decision from the TSC on the release dates. - Agreed to conditional declaration -- to be finalized once release dates are finalized. Blogs - O-RAN Spec Compliant O2 Interfaces - Prime: Litao Gao - Status: Complete. Published on May 1 - Pull Request Merged: https://github.com/StarlingXWeb/starlingx-website/pull/225 - PTP Enhancements - Multiple NIC Support / SyncE / Various NIC Support - Prime: Ghada Khalil / Author: Cole Walker - Forecast: mid-Sept >> end-Jan >> end-Apr - Status: In Review - Pull Request Posted: https://github.com/StarlingXWeb/starlingx-website/pull/226 - Review in progress; only minor formatting/cleanup required. Target is to publish by end-May. - FEC Device Configurability (fec-operator Integration) for ACC100 & N3000 - Prime: Balendu (Mouli) Burla - Forecast: May 1 >> May 19 >> need re-forecast - Status: Confirmed / Not posted - Platform Single Core Tuning - Prime: Guilherme Batista Leite - Forecast: May 9 >> Jun 6 - Status: Confirmed / Not posted - PTP O-RAN Compliant API Notification - Prime: Ghada Khalil - Forecast: Jun 30 - Status: Confirmed / Not posted From Ghada.Khalil at windriver.com Thu May 25 03:12:33 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 25 May 2023 03:12:33 +0000 Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates Message-ID: Hello TSC members, As per the minutes from the release meeting today [1], we need your input on the stx.9.0 release dates. Specifically, the "Openstack Services upversion: Ussuri -> Antelope" has milestone dates beyond the release milestones. -- Feature Code Merged: Aug 22 / Feature Tested: Sep 15 Current stx.9.0 milestone dates: -- Code Merged / Milestone-3: Aug 2 / Feature Test Complete: Aug 30 There are two options to deal with the above: (1) Keep the current release dates and handle the feature as an exception (2) Align the release dates to accommodate the openstack feature to move to Antelope given this is a key feature. We are looking for your input on which option to proceed with. On the call, several team members (myself, Ildiko, Thales - openstack prime) were in favor of option 2, but that will push the release from September 27 to October 18. Looking forward to your response. Regards, Ghada [1] https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014129.html From Jackie.Huang at windriver.com Thu May 25 08:48:14 2023 From: Jackie.Huang at windriver.com (Huang, Jie (Jackie)) Date: Thu, 25 May 2023 08:48:14 +0000 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: Hi Scott, Thanks for the answers, and I understand that I can't do these for now. As for the containers, I already created one during my prototyping phase: https://hub.docker.com/u/stx4arm Thanks, Jackie > -----Original Message----- > From: Scott Little > Sent: Wednesday, May 24, 2023 10:47 PM > To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] StarlingX engagement > > Hi Jackie > > Sorry I missed the OS Distro Project Meeting last week.? Sounds like it was an > interesting one. > > On the subject of CENGN hosting arm packages, We can't do that at this > time.? The storage at CENGN is very tight at the moment, we don't have the > space.? However, we are actively looking into a move to an alternate provider, > perhaps in the August time frame.? At that time, we should be in a better > position to host ARM mirrors and build artifacts. > > On the subject of pushing arm containers to > https://hub.docker.com/u/starlingx, again I think the answer is no, not at this > time.? We only want officially built content to be pushed there.? I'd suggest we > work together to create a new project, perhaps > https://hub.docker.com/u/starlingx-staging-arm, where you can push images > during the prototyping phase. > > Scott > > > On 2023-05-23 01:54, Huang, Jie (Jackie) wrote: > > Hi StarlingX community, > > > > As mentioned in the last call of the StarlingX OS Distro Project > > Meeting (Minutes: https://etherpad.opendev.org/p/stx-distro-other), > > I would like to share the development status of the work to support ARM, > which I started three months ago: > > - It's a native build solution on HPE RL300 Gen11 server (Ampere Altra > 1x80 cores) > > - All code changes are POC level with many hard-codes and workarounds. > > - Built out a bootable ISO image and tested deployment of AIO-SX > > and AIO-DX > > > > Detail status please refer to: > > https://github.com/jackiehjm/stx-builds/blob/master/docs/2023_stx_on_a > > rm_status.md > > > > And as follow-up in the call, I have the following questions need to ask here: > > 1. For container images re-generated for ARM64 arch, how can I push them > to docker hub https://hub.docker.com/u/starlingx? > > Or can I ask for help on creating all container images for ARM64 and > push to docker hub automatically so all container images > > on https://hub.docker.com/u/starlingx will support both x86 and ARM64? > > 2. Pre-built packages for x86_64 are in CENGN as package mirror, how can > push ARM packages there as well? > > > > Thanks, > > Jackie > > > >> -----Original Message----- > >> From: Outback Dingo > >> Sent: Wednesday, May 17, 2023 2:50 PM > >> To: Trevor Tao > >> Cc: Waines, Greg ; starlingx- > >> discuss at lists.starlingx.io; Huang, Jie (Jackie) > >> > >> Subject: Re: [Starlingx-discuss] StarlingX engagement > >> > >> might i also suggest a good start down that path might be to get > >> meta-stx to build for arm64 under yocto ?? > >> > >> On Wed, May 17, 2023 at 12:50?PM Trevor Tao > wrote: > >>> Hi Greg: > >>> > >>> > >>> > >>> It?s glad to get your support and suggestion here, especially on the > >>> arm > >> support. > >>> I would attend the meeting if available. > >>> > >>> Thank you. > >>> > >>> > >>> > >>> Best Regards, > >>> > >>> > >>> > >>> Zijin Tao(Trevor Tao, ???) > >>> > >>> ARM Electronic Technology (Shanghai) Co., Ltd > >>> > >>> ?????????????? > >>> > >>> Building 11, Shanghai Busininess Park? , > >>> > >>> No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > >>> > >>> ?????????1016???????2??10??200233 > >>> > >>> Cell: +86-153 7109 6192 > >>> > >>> > >>> > >>> From: Waines, Greg > >>> Sent: Monday, May 15, 2023 7:08 PM > >>> To: Trevor Tao ; > >>> starlingx-discuss at lists.starlingx.io > >>> Cc: Huang, Jie (Jackie) > >>> Subject: RE: StarlingX engagement > >>> > >>> > >>> > >>> Welcome Trevor. > >>> > >>> Thanks for your interest. Arm support is a topic that has come up a > >>> lot > >> recently in StarlingX discussions and one we are very interested in. > >>> > >>> > >>> I would suggest by starting to attend the Bi-Weekly StarlingX OS > >>> Distro > >> Project Meeting. > >>> I have attached the calendar event. > >>> > >>> > >>> > >>> Greg. > >>> > >>> > >>> > >>> From: Trevor Tao > >>> Sent: Friday, May 12, 2023 9:27 AM > >>> To: starlingx-discuss at lists.starlingx.io > >>> Cc: Huang, Jie (Jackie) > >>> Subject: [Starlingx-discuss] StarlingX engagement > >>> > >>> > >>> > >>> CAUTION: This email comes from a non Wind River email account! > >>> Do not click links or open attachments unless you recognize the > >>> sender and > >> know the content is safe. > >>> Hi StarlingX community: > >>> > >>> > >>> > >>> I am a software engineer from CE-OSS(Open Source Software) of Arm > >>> ltd, > >> now I would like to engage and give contribution in the development > >> work of StarlingX project and community. > >>> I am interested in StarlingX development, tests and especially the > >> porting/enablement work on arm, so I would like to know which working > >> groups would be best for me to join. > >>> > >>> > >>> Thanks, > >>> > >>> > >>> > >>> Best Regards, > >>> > >>> > >>> > >>> Zijin Tao(Trevor Tao, ???) > >>> > >>> ARM Electronic Technology (Shanghai) Co., Ltd > >>> > >>> ?????????????? > >>> > >>> Building 11, Shanghai Busininess Park? , > >>> > >>> No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > >>> > >>> ?????????1016???????2??10??200233 > >>> > >>> Cell: +86-153 7109 6192 > >>> > >>> > >>> > >>> IMPORTANT NOTICE: The contents of this email and any attachments are > >> confidential and may also be privileged. If you are not the intended > >> recipient, please notify the sender immediately and do not disclose > >> the contents to any other person, use it for any purpose, or store or > >> copy the information in any medium. Thank you. > >>> IMPORTANT NOTICE: The contents of this email and any attachments are > >> confidential and may also be privileged. If you are not the intended > >> recipient, please notify the sender immediately and do not disclose > >> the contents to any other person, use it for any purpose, or store or > >> copy the information in any medium. Thank you. > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Trevor.Tao at arm.com Thu May 25 07:54:45 2023 From: Trevor.Tao at arm.com (Trevor Tao) Date: Thu, 25 May 2023 07:54:45 +0000 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: Hi Greg, StarlingX community: For the StarlingX arm enablement issue, we would like to ask about the support of Starlingx building infrastructure for arm platform. Could you provide the requirement or any suggestion for the building infrastructure for arm from the community side? After talking with Windriver guys, we imagine there would be 2 build servers and 4 testing servers, the initial required config for those servers that we thought of is listed below as a reference, but it may still be under discussion and support by our LoB and vendors since it still has gaps between the desired config here and their initial provision we got to know: 1. 2 Build servers configuration requirement, for each: ? 1 x Q64-30 processor ? 128G MEM ? 2 x 1T SSD storage ? 1 x 1GB onboard NIC 2. 4 testing servers configuration requirement, for each: ? 1 x Q64-30 processor ? 128G MEM ? 3 x 500G SSD storage ? 2 x 10GB ports on NIC (preferably Mellanox) ? 2 x 1GB Thanks for your support, Best Regards, Zijin Tao(Trevor Tao, ???) ARM Electronic Technology (Shanghai) Co., Ltd ?????????????? Building 11, Shanghai Busininess Park? , No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China ?????????1016???????2??10??200233 Cell: +86-153 7109 6192 -----Original Message----- From: Huang, Jie (Jackie) Sent: Tuesday, May 23, 2023 1:55 PM To: starlingx-discuss at lists.starlingx.io Cc: Waines, Greg ; Outback Dingo ; Trevor Tao Subject: RE: [Starlingx-discuss] StarlingX engagement Hi StarlingX community, As mentioned in the last call of the StarlingX OS Distro Project Meeting (Minutes: https://etherpad.opendev.org/p/stx-distro-other), I would like to share the development status of the work to support ARM, which I started three months ago: - It's a native build solution on HPE RL300 Gen11 server (Ampere Altra 1x80 cores) - All code changes are POC level with many hard-codes and workarounds. - Built out a bootable ISO image and tested deployment of AIO-SX and AIO-DX Detail status please refer to: https://github.com/jackiehjm/stx-builds/blob/master/docs/2023_stx_on_arm_status.md And as follow-up in the call, I have the following questions need to ask here: 1. For container images re-generated for ARM64 arch, how can I push them to docker hub https://hub.docker.com/u/starlingx? Or can I ask for help on creating all container images for ARM64 and push to docker hub automatically so all container images on https://hub.docker.com/u/starlingx will support both x86 and ARM64? 2. Pre-built packages for x86_64 are in CENGN as package mirror, how can push ARM packages there as well? Thanks, Jackie > -----Original Message----- > From: Outback Dingo > Sent: Wednesday, May 17, 2023 2:50 PM > To: Trevor Tao > Cc: Waines, Greg ; starlingx- > discuss at lists.starlingx.io; Huang, Jie (Jackie) > > Subject: Re: [Starlingx-discuss] StarlingX engagement > > might i also suggest a good start down that path might be to get > meta-stx to build for arm64 under yocto ?? > > On Wed, May 17, 2023 at 12:50?PM Trevor Tao wrote: > > > > Hi Greg: > > > > > > > > It?s glad to get your support and suggestion here, especially on the > > arm > support. > > > > I would attend the meeting if available. > > > > Thank you. > > > > > > > > Best Regards, > > > > > > > > Zijin Tao(Trevor Tao, ???) > > > > ARM Electronic Technology (Shanghai) Co., Ltd > > > > ?????????????? > > > > Building 11, Shanghai Busininess Park? , > > > > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > > > > ?????????1016???????2??10??200233 > > > > Cell: +86-153 7109 6192 > > > > > > > > From: Waines, Greg > > Sent: Monday, May 15, 2023 7:08 PM > > To: Trevor Tao ; > > starlingx-discuss at lists.starlingx.io > > Cc: Huang, Jie (Jackie) > > Subject: RE: StarlingX engagement > > > > > > > > Welcome Trevor. > > > > Thanks for your interest. Arm support is a topic that has come up a > > lot > recently in StarlingX discussions and one we are very interested in. > > > > > > > > I would suggest by starting to attend the Bi-Weekly StarlingX OS > > Distro > Project Meeting. > > > > I have attached the calendar event. > > > > > > > > Greg. > > > > > > > > From: Trevor Tao > > Sent: Friday, May 12, 2023 9:27 AM > > To: starlingx-discuss at lists.starlingx.io > > Cc: Huang, Jie (Jackie) > > Subject: [Starlingx-discuss] StarlingX engagement > > > > > > > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the > > sender and > know the content is safe. > > > > Hi StarlingX community: > > > > > > > > I am a software engineer from CE-OSS(Open Source Software) of Arm > > ltd, > now I would like to engage and give contribution in the development > work of StarlingX project and community. > > > > I am interested in StarlingX development, tests and especially the > porting/enablement work on arm, so I would like to know which working > groups would be best for me to join. > > > > > > > > Thanks, > > > > > > > > Best Regards, > > > > > > > > Zijin Tao(Trevor Tao, ???) > > > > ARM Electronic Technology (Shanghai) Co., Ltd > > > > ?????????????? > > > > Building 11, Shanghai Busininess Park? , > > > > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > > > > ?????????1016???????2??10??200233 > > > > Cell: +86-153 7109 6192 > > > > > > > > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose > the contents to any other person, use it for any purpose, or store or > copy the information in any medium. Thank you. > > > > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose > the contents to any other person, use it for any purpose, or store or > copy the information in any medium. Thank you. > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. From Greg.Waines at windriver.com Thu May 25 16:07:18 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Thu, 25 May 2023 16:07:18 +0000 Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates In-Reply-To: References: Message-ID: I am ok with either option ... I would lean towards option (2). But would like to hear from ScottK. Greg. -----Original Message----- From: Khalil, Ghada Sent: Wednesday, May 24, 2023 11:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates Hello TSC members, As per the minutes from the release meeting today [1], we need your input on the stx.9.0 release dates. Specifically, the "Openstack Services upversion: Ussuri -> Antelope" has milestone dates beyond the release milestones. -- Feature Code Merged: Aug 22 / Feature Tested: Sep 15 Current stx.9.0 milestone dates: -- Code Merged / Milestone-3: Aug 2 / Feature Test Complete: Aug 30 There are two options to deal with the above: (1) Keep the current release dates and handle the feature as an exception (2) Align the release dates to accommodate the openstack feature to move to Antelope given this is a key feature. We are looking for your input on which option to proceed with. On the call, several team members (myself, Ildiko, Thales - openstack prime) were in favor of option 2, but that will push the release from September 27 to October 18. Looking forward to your response. Regards, Ghada [1] https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014129.html _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io From Greg.Waines at windriver.com Thu May 25 16:53:26 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Thu, 25 May 2023 16:53:26 +0000 Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! In-Reply-To: References: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> <99fb590f-07fa-cdb1-316b-2c01b51de652@windriver.com> Message-ID: Scott Kamp ? (or anyone else) Can you comment on whether you are building STX 7 that would require container builds ? Greg. From: Cervi, Thales Elero Sent: Wednesday, May 24, 2023 2:55 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Hi Scott, >From my point of view, since we already have the official release images built and tagged, I don't see why not to discontinue container builds from r/stx.7.0. This would only affect re-builds of our older branch and apparently to maintain that code base is starting to become a problematic task without any rewards if no one is needing those docker images to be re-build. I would agree with discontinuing it. Thales ________________________________ From: Scott Little > Sent: Wednesday, May 24, 2023 10:52 AM To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5. The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5. The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos. It appears gitlab requires a newer version git. Centos is using version 1.8.x. Debain is using a version 2.x.x. r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on. The alternative is to discontinue contained builds from r/stx.7.0 Thoughts? Scott On 2023-05-21 06:41, starlingx.build at gmail.com wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Project: STX_7.0_build_layer_containers > Build #: 37 > Status: Still Failing > Timestamp: 20230521T051649Z > Branch: r/stx.7.0 > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs > -------------------------------------------------------------------------------- > Parameters > > BUILD_CONTAINERS_DEV: false > BUILD_CONTAINERS_STABLE: true > FORCE_BUILD: true > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ramaswamy.Subramanian at windriver.com Thu May 25 18:02:18 2023 From: Ramaswamy.Subramanian at windriver.com (Subramanian, Ramaswamy) Date: Thu, 25 May 2023 18:02:18 +0000 Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates In-Reply-To: References: Message-ID: +1 for option 2. -----Original Message----- From: Waines, Greg Sent: Thursday, May 25, 2023 12:07 PM To: Khalil, Ghada ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates I am ok with either option ... I would lean towards option (2). But would like to hear from ScottK. Greg. -----Original Message----- From: Khalil, Ghada Sent: Wednesday, May 24, 2023 11:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates Hello TSC members, As per the minutes from the release meeting today [1], we need your input on the stx.9.0 release dates. Specifically, the "Openstack Services upversion: Ussuri -> Antelope" has milestone dates beyond the release milestones. -- Feature Code Merged: Aug 22 / Feature Tested: Sep 15 Current stx.9.0 milestone dates: -- Code Merged / Milestone-3: Aug 2 / Feature Test Complete: Aug 30 There are two options to deal with the above: (1) Keep the current release dates and handle the feature as an exception (2) Align the release dates to accommodate the openstack feature to move to Antelope given this is a key feature. We are looking for your input on which option to proceed with. On the call, several team members (myself, Ildiko, Thales - openstack prime) were in favor of option 2, but that will push the release from September 27 to October 18. Looking forward to your response. Regards, Ghada [1] https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014129.html _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io From fungi at yuggoth.org Thu May 25 21:37:16 2023 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 25 May 2023 21:37:16 +0000 Subject: [Starlingx-discuss] Incorrect "StaringX Documentation" menu In-Reply-To: <168503516462.406.6729761538107419920@lists01.opendev.org> References: <168503516462.406.6729761538107419920@lists01.opendev.org> Message-ID: <20230525213716.2zhwc5a5zr3ecxt7@yuggoth.org> On 2023-05-25 17:19:24 -0000 (-0000), ronald.stone at windriver.com wrote: > The dark blue header on the TOC at the left of each page of > StarlingX documentation (docs.starlingx.io) has a drop down menu > titled "StarlingX Documentation", with a triangular 'down' arrow > to its right. This menu has only two static entries, "Install > Guides" and "API Guides". The Install Guides entry points to the > root of the doc set, not the Install Guide. Neither entry updates > correctly when switching version, e.g. to release 7. > > We don't see any value in this menu given that complete > information is available in the TOC and would like to replace it > with a static header. I do not see any definition for it in > conf.py. > > How can we change this behavior? Note that the service-discuss at lists.opendev.org mailing list's scope is around the services run within the OpenDev Collaboratory, so it's not that great of a place for projects to discuss changes to their source code and documentation. Ideally these are the sorts of topics the StarlingX community will discuss with its membership and develop its own internal expertise in. The most I can do is some keyword searches and trying to interpret the results of what I find, and make connections with other interested parties who may be able to help. As such, I'm redirecting replies to the starlingx-discuss mailing list which is better suited for this discussion (I'm subscribed there too, and do my best to reply to posts where I can be of help). Starting with a search for "Install Guides" in the default branches of Git repositories hosted in OpenDev[*], I see that the string appears within StarlingX's customization subtree[**] in the OpenStackDocsTheme project. What little I know about HTML suggests that removing the content in that file (making it a completely empty file) will hopefully have the intended effect. Further searching for references to that sidebartoc_menu.html file indicates it's unconditionally included in the inherited OpenStackDocsTheme sidebartoc.html[***] so probably can't be safely removed without forking that file as well. Note that there is nothing stopping the StarlingX community from dropping the use of the OpenStackDocsTheme Sphinx extension and replacing it with a completely custom theme of their own, which would provide a lot more direct control over these sorts of details. Hopefully that helps? If not, lets talk through specifics on the StarlingX mailing list so that we can build a better understanding of this among members of the project's community. [*] https://opendev.org/explore/code?q=Install+Guides [**] https://opendev.org/openstack/openstackdocstheme/src/commit/88b610f/openstackdocstheme/theme/starlingxdocs/sidebartoc_menu.html [***] https://opendev.org/openstack/openstackdocstheme/src/commit/b301ee7/openstackdocstheme/theme/openstackdocs/sidebartoc.html#L8 -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From ildiko at openinfra.dev Thu May 25 21:46:55 2023 From: ildiko at openinfra.dev (Ildiko Vancsa) Date: Thu, 25 May 2023 14:46:55 -0700 Subject: [Starlingx-discuss] Project achievements, milestones and memorable moments Message-ID: <6A4C64BD-8ECA-4239-AE2E-071C2A317184@openinfra.dev> Hi StarlingX Community, I?m reaching out to you about the StarlingX project?s 5th anniversary. The project was announced 5 years ago this week, at the OpenStack Summit in Vancouver! Both the community and the platform have evolved a lot in the past 5 years, which would be great to highlight on social media and the blog. I would like to ask for your help to collect milestones, achievements and memorable moments to highlight throughout the year. Please share your memorable moments and milestones you would like to highlight on the etherpad I created for the 5th year anniversary plans: https://etherpad.opendev.org/p/starlingx_5th_anniversary Thanks and Best Regards, Ildik? ??? Ildik? V?ncsa Director of Community Open Infrastructure Foundation From scott.kamp at xunison.com Thu May 25 23:26:14 2023 From: scott.kamp at xunison.com (Scott Kamp) Date: Thu, 25 May 2023 23:26:14 +0000 Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! In-Reply-To: References: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> <99fb590f-07fa-cdb1-316b-2c01b51de652@windriver.com> Message-ID: no we are not... Thanks, Scott ________________________________ From: Waines, Greg Sent: Thursday, May 25, 2023 11:53 PM To: Cervi, Thales Elero ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Scott Kamp ? (or anyone else) Can you comment on whether you are building STX 7 that would require container builds ? Greg. From: Cervi, Thales Elero Sent: Wednesday, May 24, 2023 2:55 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Hi Scott, >From my point of view, since we already have the official release images built and tagged, I don't see why not to discontinue container builds from r/stx.7.0. This would only affect re-builds of our older branch and apparently to maintain that code base is starting to become a problematic task without any rewards if no one is needing those docker images to be re-build. I would agree with discontinuing it. Thales ________________________________ From: Scott Little > Sent: Wednesday, May 24, 2023 10:52 AM To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5. The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5. The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos. It appears gitlab requires a newer version git. Centos is using version 1.8.x. Debain is using a version 2.x.x. r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on. The alternative is to discontinue contained builds from r/stx.7.0 Thoughts? Scott On 2023-05-21 06:41, starlingx.build at gmail.com wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Project: STX_7.0_build_layer_containers > Build #: 37 > Status: Still Failing > Timestamp: 20230521T051649Z > Branch: r/stx.7.0 > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs > -------------------------------------------------------------------------------- > Parameters > > BUILD_CONTAINERS_DEV: false > BUILD_CONTAINERS_STABLE: true > FORCE_BUILD: true > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io -------------- next part -------------- An HTML attachment was scrubbed... URL: From starlingx.build at gmail.com Fri May 26 06:38:40 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Fri, 26 May 2023 02:38:40 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 180 - Failure! Message-ID: <1530673608.310.1685083122464.JavaMail.javamailuser@localhost> Project: STX_build_debian_master Build #: 180 Status: Failure Timestamp: 20230526T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230526T060000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true From Ghada.Khalil at windriver.com Fri May 26 12:31:24 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Fri, 26 May 2023 12:31:24 +0000 Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates In-Reply-To: References: Message-ID: @Scott Kamp Can you provide your input as well? -----Original Message----- From: Subramanian, Ramaswamy Sent: Thursday, May 25, 2023 2:02 PM To: Waines, Greg ; Khalil, Ghada ; starlingx-discuss at lists.starlingx.io Subject: RE: Input Requested from the TSC regarding stx.9.0 release dates +1 for option 2. -----Original Message----- From: Waines, Greg Sent: Thursday, May 25, 2023 12:07 PM To: Khalil, Ghada ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates I am ok with either option ... I would lean towards option (2). But would like to hear from ScottK. Greg. -----Original Message----- From: Khalil, Ghada Sent: Wednesday, May 24, 2023 11:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates Hello TSC members, As per the minutes from the release meeting today [1], we need your input on the stx.9.0 release dates. Specifically, the "Openstack Services upversion: Ussuri -> Antelope" has milestone dates beyond the release milestones. -- Feature Code Merged: Aug 22 / Feature Tested: Sep 15 Current stx.9.0 milestone dates: -- Code Merged / Milestone-3: Aug 2 / Feature Test Complete: Aug 30 There are two options to deal with the above: (1) Keep the current release dates and handle the feature as an exception (2) Align the release dates to accommodate the openstack feature to move to Antelope given this is a key feature. We are looking for your input on which option to proceed with. On the call, several team members (myself, Ildiko, Thales - openstack prime) were in favor of option 2, but that will push the release from September 27 to October 18. Looking forward to your response. Regards, Ghada [1] https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014129.html _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io From Ghada.Khalil at windriver.com Fri May 26 12:45:30 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Fri, 26 May 2023 12:45:30 +0000 Subject: [Starlingx-discuss] stx.9.0 Miletsone-2 Conditionally Declared Message-ID: Hello all, Based on the stx.9.0 release/feature reviews, the stx release team is conditionally declaring stx.9.0 Milestone-2 as of May 24. Milestone-2 Criteria: https://wiki.openstack.org/wiki/StarlingX/Release_Plan#Release_Milestones - Feature plans defined and feature development well underway - Release test plan defined - including test automation deliverables Milestone-2 Status relative to criteria: - Feature plans defined and feature development well underway << CRITERIA MET - Total # of Features: 37 - # of Features w/ Dates: 29 - # of Features w/o Dates: 8 - # of Features w/ a Date for a plan: 3 - 78% of features have dates + another 8% have a plan by mid-June. - 2 features have dates beyond the current release milestones: Milestone-3: Aug 2 / Feature Test Complete: Aug 30 - K8s API CLI oidc auth with local LDAP backend -- Code Merged: Aug 15 / Feature Tested: Sep 5 << smaller feature - Openstack services upversion: Ussuri -> Antelope -- Code Merged: Aug 22 / Feature Tested: Sep 15 << key feature - Release test plan defined << CRITERIA MET - Test folder and tracking spreadsheets created: https://drive.google.com/drive/folders/123lDBEtyg8JUb5QWKoagTZfd_T3_xWOY - Dates are being populated based on feature test dates Condition: Further input from the TSC on the subsequent milestone dates for the release as per email thread of the mailing list: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014130.html - Options: - (1) Keep the current release dates and handle these features as exceptions - (2) Align the release dates to accommodate the openstack feature to move to Antelope - Status: - 2 TSC members (Greg Waines, Ram S) have chosen option (2). Waiting for input from Scott Kamp. A list of features is available at: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit#gid=1107209846 Thank you to all community members who helped achieve this milestone. Regards, Ghada - stx releases prime From scott.kamp at xunison.com Fri May 26 13:51:56 2023 From: scott.kamp at xunison.com (Scott Kamp) Date: Fri, 26 May 2023 13:51:56 +0000 Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates In-Reply-To: References: Message-ID: option 2 without doubt ________________________________ From: Khalil, Ghada Sent: Friday, May 26, 2023 7:31 PM To: Subramanian, Ramaswamy ; Waines, Greg ; starlingx-discuss at lists.starlingx.io ; Scott Kamp Subject: RE: Input Requested from the TSC regarding stx.9.0 release dates @Scott Kamp Can you provide your input as well? -----Original Message----- From: Subramanian, Ramaswamy Sent: Thursday, May 25, 2023 2:02 PM To: Waines, Greg ; Khalil, Ghada ; starlingx-discuss at lists.starlingx.io Subject: RE: Input Requested from the TSC regarding stx.9.0 release dates +1 for option 2. -----Original Message----- From: Waines, Greg Sent: Thursday, May 25, 2023 12:07 PM To: Khalil, Ghada ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates I am ok with either option ... I would lean towards option (2). But would like to hear from ScottK. Greg. -----Original Message----- From: Khalil, Ghada Sent: Wednesday, May 24, 2023 11:13 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Input Requested from the TSC regarding stx.9.0 release dates Hello TSC members, As per the minutes from the release meeting today [1], we need your input on the stx.9.0 release dates. Specifically, the "Openstack Services upversion: Ussuri -> Antelope" has milestone dates beyond the release milestones. -- Feature Code Merged: Aug 22 / Feature Tested: Sep 15 Current stx.9.0 milestone dates: -- Code Merged / Milestone-3: Aug 2 / Feature Test Complete: Aug 30 There are two options to deal with the above: (1) Keep the current release dates and handle the feature as an exception (2) Align the release dates to accommodate the openstack feature to move to Antelope given this is a key feature. We are looking for your input on which option to proceed with. On the call, several team members (myself, Ildiko, Thales - openstack prime) were in favor of option 2, but that will push the release from September 27 to October 18. Looking forward to your response. Regards, Ghada [1] https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014129.html _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Sat May 27 04:17:46 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Sat, 27 May 2023 04:17:46 +0000 Subject: [Starlingx-discuss] stx.9.0 Miletsone-2 Declared In-Reply-To: References: Message-ID: The StarlingX TSC chose to align the stx.9.0 release milestones to accomodate the "Openstack services upversion: Ussuri -> Antelope" feature Release Dates: - Milestone-3 - 8/23/2023 - Feature Test Complete - 9/20/2023 - Regression Test Start - 8/30/2023 - Regression Test Complete - 9/20/2023 - RC1 - 9/27/2023 - Final Regression Complete - 10/11/2023 - Release - 10/18/2023 This addresses the condition below for the Milestone-2 declaration. Regards, Ghada - stx releases prime -----Original Message----- From: Khalil, Ghada Sent: Friday, May 26, 2023 8:46 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] stx.9.0 Miletsone-2 Conditionally Declared Hello all, Based on the stx.9.0 release/feature reviews, the stx release team is conditionally declaring stx.9.0 Milestone-2 as of May 24. Milestone-2 Criteria: https://wiki.openstack.org/wiki/StarlingX/Release_Plan#Release_Milestones - Feature plans defined and feature development well underway - Release test plan defined - including test automation deliverables Milestone-2 Status relative to criteria: - Feature plans defined and feature development well underway << CRITERIA MET - Total # of Features: 37 - # of Features w/ Dates: 29 - # of Features w/o Dates: 8 - # of Features w/ a Date for a plan: 3 - 78% of features have dates + another 8% have a plan by mid-June. - 2 features have dates beyond the current release milestones: Milestone-3: Aug 2 / Feature Test Complete: Aug 30 - K8s API CLI oidc auth with local LDAP backend -- Code Merged: Aug 15 / Feature Tested: Sep 5 << smaller feature - Openstack services upversion: Ussuri -> Antelope -- Code Merged: Aug 22 / Feature Tested: Sep 15 << key feature - Release test plan defined << CRITERIA MET - Test folder and tracking spreadsheets created: https://drive.google.com/drive/folders/123lDBEtyg8JUb5QWKoagTZfd_T3_xWOY - Dates are being populated based on feature test dates Condition: Further input from the TSC on the subsequent milestone dates for the release as per email thread of the mailing list: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014130.html - Options: - (1) Keep the current release dates and handle these features as exceptions - (2) Align the release dates to accommodate the openstack feature to move to Antelope - Status: - 2 TSC members (Greg Waines, Ram S) have chosen option (2). Waiting for input from Scott Kamp. A list of features is available at: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit#gid=1107209846 Thank you to all community members who helped achieve this milestone. Regards, Ghada - stx releases prime _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io From starlingx.build at gmail.com Sun May 28 11:11:37 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 28 May 2023 07:11:37 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_flock_images - Build # 712 - Still Failing! In-Reply-To: <1263153149.280.1684665690506.JavaMail.javamailuser@localhost> References: <1263153149.280.1684665690506.JavaMail.javamailuser@localhost> Message-ID: <485973873.322.1685272301638.JavaMail.javamailuser@localhost> Project: STX_build_docker_flock_images Build #: 712 Status: Still Failing Timestamp: 20230528T063942Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs -------------------------------------------------------------------------------- Parameters WEB_HOST: mirror.starlingx.cengn.ca MY_WORKSPACE: /localdisk/loadbuild/jenkins/rc-7.0-containers/20230528T054858Z OS: centos MY_REPO: /localdisk/designer/jenkins/rc-7.0-containers/cgcs-root BASE_VERSION: rc-7.0-stable-20230528T054858Z PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs REGISTRY_USERID: slittlewrs LATEST_PREFIX: rc-7.0 PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs PUBLISH_TIMESTAMP: 20230528T054858Z FLOCK_VERSION: rc-7.0-centos-stable-20230528T054858Z WEB_HOST_PORT: 80 PREFIX: rc-7.0 TIMESTAMP: 20230528T054858Z BUILD_STREAM: stable REGISTRY_ORG: starlingx PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/outputs REGISTRY: docker.io From starlingx.build at gmail.com Sun May 28 11:11:45 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 28 May 2023 07:11:45 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] r/stx.7.0 STX_build_docker_images_layered - Build # 468 - Still Failing! In-Reply-To: <503445209.283.1684665699460.JavaMail.javamailuser@localhost> References: <503445209.283.1684665699460.JavaMail.javamailuser@localhost> Message-ID: <915650450.325.1685272306238.JavaMail.javamailuser@localhost> Project: STX_build_docker_images_layered Build #: 468 Status: Still Failing Timestamp: 20230528T060440Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: r/stx.7.0 MY_WORKSPACE: /localdisk/loadbuild/jenkins/rc-7.0-containers/20230528T054858Z OS: centos MUNGED_BRANCH: rc-7.0 MY_REPO: /localdisk/designer/jenkins/rc-7.0-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs MASTER_BUILD_NUMBER: 38 PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs MASTER_JOB_NAME: STX_7.0_build_layer_containers MY_REPO_ROOT: /localdisk/designer/jenkins/rc-7.0-containers PUBLISH_DISTRO_BASE: /export/mirror/starlingx/rc/7.0/centos/containers PUBLISH_TIMESTAMP: 20230528T054858Z DOCKER_BUILD_ID: jenkins-rc-7.0-containers-20230528T054858Z-builder TIMESTAMP: 20230528T054858Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/inputs LAYER: containers PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/outputs MAIN_HELM_CHART_RPM_NAME: stx-openstack-helm From starlingx.build at gmail.com Sun May 28 11:11:48 2023 From: starlingx.build at gmail.com (starlingx.build at gmail.com) Date: Sun, 28 May 2023 07:11:48 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 38 - Still Failing! In-Reply-To: <1692331981.286.1684665702851.JavaMail.javamailuser@localhost> References: <1692331981.286.1684665702851.JavaMail.javamailuser@localhost> Message-ID: <52602953.328.1685272311116.JavaMail.javamailuser@localhost> Project: STX_7.0_build_layer_containers Build #: 38 Status: Still Failing Timestamp: 20230528T054858Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230528T054858Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true FORCE_BUILD: true From Ghada.Khalil at windriver.com Sun May 28 13:28:54 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Sun, 28 May 2023 13:28:54 +0000 Subject: [Starlingx-discuss] Minutes: Community Call (May 24, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-status Minutes from the community call May 24, 2023 Standing topics - Build - Main Branch Debian Builds - Green all week except of one intermittent/environmental issue on May 17 - stx.6.0 Weekly RC Builds - Green - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/ - stx.7.0 Weekly RC Builds - stx-nova still not able to build even after the fix in master was cherrypicked. However, the fix is not compatible w/ the version of git used for CentOS. - Tricky to fix - Action: ScottL to solicit input from the community on whether anyone would be impacted if the container builds are stopped for stx.7.0 - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/ - stx.8.0 Weekly RC Builds - Green - Build Output: https://mirror.starlingx.cengn.ca/mirror/starlingx/rc/8.0/ - github Mirroring Issue - Email: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014000.html - The majority of the mirroring is working now after manually updating the key. - The correct / longer term solution is to setup our own zuul configuration project for StarlingX and not piggy-back on openstack - Estimate is about 2wks of work - Raised in the build project team to determine if there are resources to do this work - Story Board Created: https://storyboard.openstack.org/#!/story/2010754 - Action: Greg to review the requirements for github mirroring to confirm if it's required for all repos or just a subset to meet k8s conformance requirements. - Transition from CENGN - As discussed in the PTG, CENGN will no longer be able to host the StarlingX builds. - Build team is working on transitioning the builds to WR infrastructure. - Timing: Tentatively end-July / early-Aug - Status: - Able to build Debain: the main branch builds (iso+container) as well as stx.8.0 RC builds. - All mirror jobs are also working - Working w/ WR IT on publicly posting build restults - Sanity - Debian Main Branch Platform Sanity - Last sanity email sent on May 23: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014122.html - Status: Green for SX. Not run for DX due to lab issues - Debian Main Branch stx-openstack Sanity - Last sanity email sent on May 23: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014120.html - Status: Yellow / one TC failed - Gerrit Reviews in Need of Attention - tools repo reviews - Virtual Env Setup - https://review.opendev.org/c/starlingx/tools/+/880870 <-- please focus on this one - Starting to see some reviews. - From previous meetings: Fixes to libvirt env: https://review.opendev.org/c/starlingx/tools/+/863735 - Review comments provided in Nov; still waiting for author (Scott Kamp) to respond/address review comments - Jan 18: Some activity in the review as of Jan 15 - Feb 1: Alternative fix proposed on Jan 18; waiting for ScottK's review - Feb 15: ScottK is going back to this - Mar 22: Next action is w/ ScottK; As per today's meeting, he'll be looking at the comments - Apr 11: Review is still open. Next action is w/ ScottK (the author) - May 4: ScottK lost his setup, so needs to recover the review - Reference Links: - Active Branch (open): https://review.opendev.org/q/projects:starlingx+is:open+branch:+master - Active Branch (merged): https://review.opendev.org/q/projects:starlingx+is:merged+branch:master Topics for this week - TSC Election Update - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014105.html - One candidate, Shuquan Huang, ran and his term was extended by one year. - ARM Support - Discussion is on-going as part of the OS-Distro project meeting. - Last thread from the mailing list: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014117.html - Jackie Huang shared his status and posted some questions about container image builds and mirroring - Action: Scott Kamp to respond to provide assistance/access to some arm machines; maybe - Action: Scott Little to respond regarding build questions - Cannot mirror more files on CENGN; will need to wait until we transition away from CENGN - Action: Scott Kamp to explore providing a hosting env temporarily - StarlingX Subprojet Meetings Updates - Ildiko is looking for updates on the following meetings to ensure the wiki is accurate with meeting times and cadence - Build Meeting: https://wiki.openstack.org/wiki/Starlingx/Meetings#7:30am_Pacific_-_Build_Team_Call_-_bi-weekly - Action: Scott Little to confirm w/ Mike Matteson on the build meeings - Containerization Meeting: https://wiki.openstack.org/wiki/Starlingx/Meetings#6:30am_Pacific_-_StarlingX_Infrastructure_Containerization_sub-project_bi-weekly_call - Action: Chris Friesen to provide an update ARs from Previous Meetings - None Open Requests for Help - Issue w/ pxebooting a second node on StarlingX - Question raised on the community call (Apr 26) by Kevin - The initial node installs/boots correctly, but but an identical second node doesn't. This setup is using vmare to run StarlingX in VMs. - Status: Open / Greg has some information to share, but isn't sure how to get in touch w/ Kevin - Build System Setup - Question was posted on IRC by Kevin - StarlingX documentation has a lot of outdated information. It took a lot of digging to find the right documentation for setting up a build env with minikube. - Requested that Kevin open an LP to the doc team and/or send an email to the mailing list w/ more details to the mailing list - Status: Open / No email sent to the mailing list yet. Unsure if LP was opened. - Support for StarlingX 8 setup bring up - Reported by Prashanthi - Email thread: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014026.html - Status: Open / Discussion is active on the mailing list. Greg providing assitance. The issues are related to date/time issues on servers being setup as well as firewall issues From scott.little at windriver.com Mon May 29 14:46:39 2023 From: scott.little at windriver.com (Scott Little) Date: Mon, 29 May 2023 10:46:39 -0400 Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build issue on r/stx.7.0 In-Reply-To: References: Message-ID: <59b774f8-f1f0-3432-b691-eba84c568129@windriver.com> Replies inline below, Scott On 2023-05-24 12:38, Waines, Greg wrote: > Technically STX7 is not EOL until Sep 2023. > Would be nice to keep it build-able for another 4x months. > > Is there another option to rollback the move to gitlab's copy of the spice-html5, in STX 7.0 ? [SL] The github URL was deleted.? There is no going back. > > For option 4), would it only be stx-nova that would be unbuildable for 4x months ? [SL] Correct. > > Greg. > > -----Original Message----- > From: Scott Little > Sent: Wednesday, May 24, 2023 10:30 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build issue on r/stx.7.0 > > Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. > > stx-nova's issues started with spice-html5.? The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5.? The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos.? It appears gitlab requires a newer version git.? Centos is using version 1.8.x. > Debain is using a version 2.x.x. > > We have a few options: > > 1) r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on.? A tricky thing to fix. > > 2) Move to a newer version of Centos across all Loci images, Prohibitive cost. > > 3) Discontinue container builds for r/stx.7.0 > > 4) Selectively discontinue builds of stx-nova and any other image needing spice-html5 for r/stx.7.0 > > Thoughts? > > Scott > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io From Greg.Waines at windriver.com Mon May 29 20:46:28 2023 From: Greg.Waines at windriver.com (Waines, Greg) Date: Mon, 29 May 2023 20:46:28 +0000 Subject: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! In-Reply-To: References: <1086513388.122.1682851547530.JavaMail.javamailuser@localhost> <1082637732.288.1684665705124.JavaMail.javamailuser@localhost> <99fb590f-07fa-cdb1-316b-2c01b51de652@windriver.com> Message-ID: Any one else with any concerns over discontinuing container builds from r/stx.7.0 ? As Thales mentioned, we have the official release container images built and tagged in r/stx.7.0 . So this would only impact someone building stx 7 "AND" requiring container images to be rebuilt ... probably a small chance. Plus, as previously mentioned, STX 7 is EOL in September. Any last concerns ? ... before we discontinue container builds in stx 7 ? Greg. From: Scott Kamp Sent: Thursday, May 25, 2023 7:26 PM To: Waines, Greg ; Cervi, Thales Elero ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. no we are not... Thanks, Scott ________________________________ From: Waines, Greg > Sent: Thursday, May 25, 2023 11:53 PM To: Cervi, Thales Elero >; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Scott Kamp ? (or anyone else) Can you comment on whether you are building STX 7 that would require container builds ? Greg. From: Cervi, Thales Elero > Sent: Wednesday, May 24, 2023 2:55 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Hi Scott, >From my point of view, since we already have the official release images built and tagged, I don't see why not to discontinue container builds from r/stx.7.0. This would only affect re-builds of our older branch and apparently to maintain that code base is starting to become a problematic task without any rewards if no one is needing those docker images to be re-build. I would agree with discontinuing it. Thales ________________________________ From: Scott Little > Sent: Wednesday, May 24, 2023 10:52 AM To: starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_containers - Build # 37 - Still Failing! Branch r/stx.7.0 can build ISO's, but container builds remain broken on stx-nova. stx-nova's issues started with spice-html5. The first issue was spice-html5's github repo, forcing a move to gitlab's copy of the spice-html5. The move to gitlab went smoothly for debian (master and r/stx.8.0), but is failing to clone from r/stx.7.0 centos. It appears gitlab requires a newer version git. Centos is using version 1.8.x. Debain is using a version 2.x.x. r/stx.7.0 needs to find a way to inject a newer version of git into the Loci CentOS container that stx-nova is based on. The alternative is to discontinue contained builds from r/stx.7.0 Thoughts? Scott On 2023-05-21 06:41, starlingx.build at gmail.com wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Project: STX_7.0_build_layer_containers > Build #: 37 > Status: Still Failing > Timestamp: 20230521T051649Z > Branch: r/stx.7.0 > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/containers/20230521T051649Z/logs > -------------------------------------------------------------------------------- > Parameters > > BUILD_CONTAINERS_DEV: false > BUILD_CONTAINERS_STABLE: true > FORCE_BUILD: true > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io -------------- next part -------------- An HTML attachment was scrubbed... URL: From Juanita.Balaraj at windriver.com Tue May 30 00:53:39 2023 From: Juanita.Balaraj at windriver.com (Balaraj, Juanita) Date: Tue, 30 May 2023 00:53:39 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 24-05-2023 In-Reply-To: References: Message-ID: Hello All, Here are last week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. [1] Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings (We are trying a new meeting option from June https://jitsi.org/jitsi-meet/ to be scheduled on Thursdays at 6.00 a.m. PST to accommodate the Asia Pacific time zone; details to follow) [2] Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation Thanks, Juanita Balaraj ============ 24-May-23 Stx 9.0 Release Tracking Spreadsheet: https://docs.google.com/spreadsheets/d/1aTjYzUkExodfayt-rjTv466jE-DP8b_YjrTHhXW6G9w/edit?usp=sharing. Created stories in Stx 9.0 related to doc updates submitted to the master branch. - AR Juanita to create additional stories for Features supported in Stx 9.0. (WIP) Gerrit Reviews: - Open Reviews pending; https://review.opendev.org/q/starlingx/docs+status:open - To be reviewed and merged - Merged ~4 reviews. - Bruno Muniz / Gustavo Herzmann created a gerrit review to use the automated script for Vbox installs: To raise LP Bugs / Stories; https://storyboard.openstack.org/#!/story/2005051#comment-203593; - Discussions were held with Bruno Muniz / Doug Periera / Greg / Ron / Juanita to address the gaps in "Install StarlingX Kubernetes in a virtual environment" (Libvert / Virtual Box - Discussion about adding a script to the Virtual Box env. - To discuss with Greg and the team) Launchpad Doc Bugs: - https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs Total 6 outstanding bugs - The DOC team to create LP defects corresponding with any DS defects - WIP. Teams to add all the impacted Releases when raising a LP bug Miscellaneous Updates: - Numbering in the Distributed Cloud Guide - AR Ron to check https://review.opendev.org/c/starlingx/docs/+/880085 - Ron to update the Verified H/W page with the new link in https://www.windriver.com/studio/operator/self-validated-and-certified-hosts# - Currently Commented out - Script needs to be updated and link readded- AR Ron General Updates: - Bruno Muniz showed interest in creating DOC Videos supporting the StarlingX Installation Process. To check with Ildiko / Greg whether this is ok. These Videos can be hosted in a location in StarlingX. The Installation Docs can point to these videos - AR Bruno / Juanita to get approvals from Ildiko / Greg - Sphinx Tools - Need to have further discussions about the version used upstream vs. downstream - AR Ron -To determine version. - Docker Container upstream / downstream - AR Ron (Discuss it with Greg / Ildiko) - Operations Guide Archive - On Hold until further clarifications are discussed with Greg (https://review.opendev.org/c/starlingx/docs/+/822030) - OpenInfra Summit & PTG: June 13-15, Vancouver, Canada - https://openinfra.dev/summit/vancouver-2023/ - Workshop Details are tracked in https://etherpad.opendev.org/p/stx_hands_on_workshop_2023 - IRC: Everyone to use the IRC channel for communication with the community. Team can use https://www.icechat.net/site/icechat-9/ from their browser - To Diff HTML Files for PV to validate new content related to code blocks etc. (Current / previous Release) - AR Ron Engineering Status: StarlingX Eng Stx Status: https://etherpad.opendev.org/p/stx-status StarlingX Eng Status 2023 https://etherpad.opendev.org/p/stx-cores ____________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Gabriel.CalixtodePaula at windriver.com Tue May 30 13:11:41 2023 From: Gabriel.CalixtodePaula at windriver.com (Calixto de Paula, Gabriel) Date: Tue, 30 May 2023 13:11:41 +0000 Subject: [Starlingx-discuss] Sanity and Regression - StarlingX + STX-Openstack MASTER build [20230528T060000Z] results - May-28 Message-ID: Hi all, StarlingX + STX-Openstack sanity and regression results: Overall status: RED Build Info: Build date: 28-May ISO: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230528T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso Helm Charts: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230528T060000Z/outputs/helm-charts/stx-openstack-1.0-1.stx.48-debian-stable-versioned.tgz AIO-DX Baremetal with VSWITCH_TYPE=OVS Sanity Results: Overall Status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 15 (100.0%) Failed: 0 (0.0%) Total Executed: 15 List of Test Cases: ------------------------------------------------------ PASS 20230530 04:08:12 test_ssh_to_hosts PASS 20230530 04:09:30 test_lock_unlock_host PASS 20230530 04:28:39 test_openstack_services_healthy PASS 20230530 04:29:40 test_reapply_stx_openstack_no_change[controller-0] PASS 20230530 04:31:26 test_reapply_stx_openstack_no_change[controller-1] PASS 20230530 04:36:37 test_horizon_create_delete_instance PASS 20230530 04:39:33 test_swact_controllers PASS 20230530 04:47:09 test_ping_between_two_vms[tis-centos-guest-virtio-virtio] PASS 20230530 04:53:44 test_migrate_vm[tis-centos-guest-live-None] PASS 20230530 04:58:37 test_nova_actions[tis-centos-guest-dedicated-pause-unpause] PASS 20230530 05:03:08 test_nova_actions[tis-centos-guest-dedicated-suspend-resume] PASS 20230530 05:07:36 test_evacuate_vms PASS 20230530 05:42:12 test_system_coredumps_and_crashes[core_dumps] PASS 20230530 05:42:26 test_system_coredumps_and_crashes[crash_reports] PASS 20230530 05:42:32 test_system_alarms ----------------------------------------------------------------------- Regression Results: Overall Status: RED Automated Test Results Summary: ------------------------------------------------------ Passed: 3 (23.08%) Failed: 10 (76.92%) Total Executed: 13 List of Test Cases: ------------------------------------------------------ PASS 20230530 05:46:53 test_lldp_neighbor_remote_port PASS 20230530 05:48:02 test_kernel_module_signatures PASS 20230530 05:48:53 test_delete_heat_after_swact[OS_Cinder_Volume.yaml] FAIL 20230530 05:53:18 test_multiports_on_same_network_vm_actions[virtio_x4] FAIL 20230530 05:54:58 test_cpu_pol_vm_actions[2-dedicated-image-volume] FAIL 20230530 05:56:13 test_vm_mem_pool_default_config[2048] FAIL 20230530 05:57:42 test_vm_mem_pool_default_config[1048576] FAIL 20230530 05:59:01 test_resize_vm_positive[remote-4_0_0-1_1_512-volume] FAIL 20230530 06:00:49 test_resize_vm_positive[local_image-4_1_512-5_2_1024-image] FAIL 20230530 06:02:19 test_server_group_boot_vms[affinity-2] FAIL 20230530 06:03:25 test_server_group_boot_vms[anti_affinity-2] FAIL 20230530 06:04:47 test_vm_with_config_drive FAIL 20230530 06:05:48 test_lock_with_vms ----------------------------------------------------------------------- The failures that occurred during the daily regression are related to the launchpad:#2021672 - STX-Openstack | fails to apply - yaml.load() require positional argument Loader regards, STX-Openstack Distro Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From Peng.Peng at windriver.com Wed May 31 02:18:47 2023 From: Peng.Peng at windriver.com (Peng, Peng) Date: Wed, 31 May 2023 02:18:47 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20230528T060000Z Message-ID: Sanity Test from 2023 May 30 (https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230528T060000Z/outputs/iso/starlingx-intel-x86-64-cd.iso) Status: GREEN SX sanity Passed: 17 (100.0%) Failed: 0 (0.0%) Total Executed: 17 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_isolated_2p_2_big_pod_best_effort_HT_AIO PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] DX sanity Passed: 23 (100.0%) Failed: 0 (0.0%) Total Executed: 23 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_swact_controller_platform PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_push_docker_image_to_local_registry_standby PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_force_reboot_host[active_controller-True] PASS test_force_reboot_host[active_controller-False] PASS test_force_reboot_host[standby_controller-False] PASS test_bmc_verify_bm_type_ipmi PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_netdev_connectivity_ipv6[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] Regards, PV team -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Wed May 31 13:52:41 2023 From: scott.little at windriver.com (Scott Little) Date: Wed, 31 May 2023 09:52:41 -0400 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: <3b1eb1e3-c64d-92ea-91e6-e7eacc069c8c@windriver.com> I can comment on the build server stats. I'd suggest a minimum of 4 disks, 12TB of storage and hardware raid controller. Otherwise it looks good Scott On 2023-05-25 03:54, Trevor Tao wrote: > After talking with Windriver guys, we imagine there would be 2 build servers and 4 testing servers, the initial required config for those servers that we thought of is listed below as a reference, but it may still be under discussion and support by our LoB and vendors since it still has gaps between the desired config here and their initial provision we got to know: > > 1. 2 Build servers configuration requirement, for each: > ? 1 x Q64-30 processor > ? 128G MEM > ? 2 x 1T SSD storage > ? 1 x 1GB onboard NIC From Bruce.Jones at windriver.com Wed May 31 14:56:19 2023 From: Bruce.Jones at windriver.com (Jones, Bruce) Date: Wed, 31 May 2023 14:56:19 +0000 Subject: [Starlingx-discuss] Restarting Infrastructure Containerization sub-project calls? Message-ID: Recently Ildiko asked if these calls are still happening. Looking at the meeting etherpad [1], it hasn't been updated since Jan 2021, so I believe the answer is no. While the conversion of StarlingX to a containerized architecture was completed several years ago, there is still on-going work in this space. If there is interest in that work in the community, we can restart these calls. Please let myself and Chris know if you'd be interested in attending this call. Thanks! brucej [1] https://etherpad.opendev.org/p/stx-containerization -------------- next part -------------- An HTML attachment was scrubbed... URL: From Davlet.Panech at windriver.com Wed May 31 15:06:04 2023 From: Davlet.Panech at windriver.com (Panech, Davlet) Date: Wed, 31 May 2023 15:06:04 +0000 Subject: [Starlingx-discuss] Input needed - split starlingx/tools git repo into multiple Message-ID: Good day, We are considering splitting the git repository starlingx/tools into multiple. Reason: it contains files & scripts from unrelated domains and it is difficult to find Git reviewers whose expertise covers all of them. At a minimum, I suggest we separate out the "deployment" directory in its own repository. Would it make sense to separate out any other directories? D. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Linda.Wang at windriver.com Wed May 31 15:08:09 2023 From: Linda.Wang at windriver.com (Wang, Linda) Date: Wed, 31 May 2023 15:08:09 +0000 Subject: [Starlingx-discuss] BI-Weekly StarlingX OS Distro & Multi-OS Meeting Minutes: May 17, 2023 Message-ID: May 17, 2023 Attendees: Charles, Steve, Trevor Tao, Jackie Huang, Davlet, Linda 1. 2. General Topics 3. ARM Support * Ampere Server Support * new features such as swapping kernel, kernel module for in-tree modules need community member to support and maintain. * HPE Ampere server - 1 Altra 1x80 Cores ARM (location NA) * Already set up * build environment * VM test environment * Porting is in progress, and built pkgs from master branch and a bootable ISO image * 28 packages failed built (work around by removing them from ISO image) * Install and work on standard kernel * RT kernel still failed to build. * a few package will need help from engineering team for remaining packages, ELF packages, kernel, and kernel modules, specifically rt-kernel will need help from engineering. * For ARM Build, we also need to re-generate container image for ARM arch. For container images, we push them to docker hub, and startlingX. * AI#1: Sent email to StartlingX mailing list to get tmp access to docker hub. * Packages for x86_64 are in CNGN, need to push ARM packages there.. how to do so? * ELF SDK is used to build image. Need to push the SDK to CNGN. * AI#2 Only built the SDK, then send email to Davelet Panch (or StartlingX mailing list) * How to moderate source code, add the machine-type = aarch 64/arm, add another name for UIO for ARM. * AI#3 need to discuss how to use these naming mechanism. * AI#4 also the branching name. How to build ARM branch in addtion to X86_64. 4. StartlingX 8.0 * ISO size bigger than 4G, * Resolved with option parameters passing into ISO build. * SPEC to be written by Mark regarding new direction for the kernel, possibly to use the newer version of Debian kernel. * SPEC from Chuck on OSTree generation on the colltroller, pending review. Next Meeting: May 31, 2023 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ghada.Khalil at windriver.com Wed May 31 16:38:06 2023 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Wed, 31 May 2023 16:38:06 +0000 Subject: [Starlingx-discuss] Minutes: Community Call (May 31, 2023) Message-ID: Etherpad: https://etherpad.opendev.org/p/stx-status Minutes from the community call May 31, 2023 Standing topics - Build - Main Branch Debian Builds - Builds are good; only one failure due to a networking env issue. - stx.6.0 Weekly RC Builds - Green - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/ - stx.7.0 Weekly RC Builds - stx-nova still not able to build - ongoing discussion on the mailing list: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014148.html - Have agreement with Greg, Douglas, Scott Kamp that the container images are not needed for stx.7.0 - Decision is to turn them off - Build Output: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/ - stx.8.0 Weekly RC Builds - Green - Build Output: https://mirror.starlingx.cengn.ca/mirror/starlingx/rc/8.0/ - Transition from CENGN - Build team is working on transitioning the builds to WR infrastructure as CENGN will no longer be able to host the StarlingX builds. - Timing: Tentatively end-July / early-Aug - Status: - Able to build Debian: the main branch builds (iso+container) as well as stx.8.0 RC builds. - All mirror jobs are also working - Working w/ WR IT on publicly posting build results << still under discussion - Sanity - Debian Main Branch Platform Sanity - Last sanity email sent on May 31: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014152.html - Status: Green for SX and DX - Debian Main Branch stx-openstack Sanity - Last sanity email sent on May 30: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014151.html - Status: Red - LP: https://bugs.launchpad.net/starlingx/+bug/2021672 - Issue introduced by a recent up-version to python3-yaml; team is actively working on a solution / code review in progress - Gerrit Reviews in Need of Attention - tools repo reviews - Virtual Env Setup - https://review.opendev.org/c/starlingx/tools/+/880870 - Core reviewers have not been active in reviewing the code - The changes are isolated and should be low risk - Suggestions - Ghada suggested to add a note to the review w/ @ - Ildiko suggested to grow the core reviewer community - Davlet suggested to split the tools repo into smaller repos as right now it's a mixed bag - Action: Davlet to start the discussion on the mailing list and move this forward - From previous meetings: Fixes to libvirt env: https://review.opendev.org/c/starlingx/tools/+/863735 - Review comments provided in Nov; still waiting for author (Scott Kamp) to respond/address review comments - Jan 18: Some activity in the review as of Jan 15 - Feb 1: Alternative fix proposed on Jan 18; waiting for ScottK's review - Feb 15: ScottK is going back to this - Mar 22: Next action is w/ ScottK; As per today's meeting, he'll be looking at the comments - Apr 11: Review is still open. Next action is w/ ScottK (the author) - May 4: ScottK lost his setup, so needs to recover the review - Reference Links: - Active Branch (open): https://review.opendev.org/q/projects:starlingx+is:open+branch:+master - Active Branch (merged): https://review.opendev.org/q/projects:starlingx+is:merged+branch:master Topics for this week - stx.9.0 Milestone-2 Declared - https://lists.starlingx.io/pipermail/starlingx-discuss/2023-May/014143.html - Release Dates - Milestone-3 - 8/23/2023 - Feature Test Complete - 9/20/2023 - Regression Test Start - 8/30/2023 - Regression Test Complete - 9/20/2023 - RC1 - 9/27/2023 - Final Regression Complete - 10/11/2023 - Release - 10/18/2023 - Restarting the containers subproject meeting? - Action: Bruce to send the question to the mailing list to see if there is any interest in restarting the meetings ARs from Previous Meetings - github Mirroring - Action: Greg to review the requirements for github mirroring to confirm if it's required for all repos or just a subset to meet k8s conformance requirements. - ARM Support - Action: Scott Kamp to respond to Jackie/the mailing list provide assistance/access to some arm machines - Action: Scott Little to respond regarding build questions - Cannot mirror more files on CENGN; will need to wait until we transition away from CENGN - Action: Scott Kamp to explore providing a hosting env temporarily - Under discussion in the OS subproject meeting - Jackie is donating hardware, but it needs to be managed by someone - No plan to publish images to dockerhub/starlingx until they are part of the official build infrastructure - StarlingX Subproject Meetings Update - Action: Scott Little to confirm w/ Mike Matteson on the build meeings - Scott is sugesting to cover build topics as part of the OS-distro meeting. Scott to discuss with the PL/TL. - Action: Chris Friesen to provide an update on the containerization meetings - Bruce will follow up on whether to restart the containerization meetings on the mailing list Open Requests for Help - Issue w/ pxebooting a second node on StarlingX - Question raised on the community call (Apr 26) by Kevin - The initial node installs/boots correctly, but but an identical second node doesn't. This setup is using vmare to run StarlingX in VMs. - Status: Open / Greg has some information to share, but isn't sure how to get in touch w/ Kevin - Build System Setup - Question was posted on IRC by Kevin - StarlingX documentation has a lot of outdated information. It took a lot of digging to find the right documentation for setting up a build env with minikube. - Requested that Kevin open an LP to the doc team and/or send an email to the mailing list w/ more details to the mailing list - Status: Open / No email sent to the mailing list yet. Unsure if LP was opened. - Support for StarlingX 8 setup bring up - Reported by Prashanthi - Email thread: https://lists.starlingx.io/pipermail/starlingx-discuss/2023-April/014026.html - Status: Open / Discussion is active on the mailing list. Greg providing assitance. The issues are related to date/time issues on servers being setup as well as firewall issues From Robert.Church at windriver.com Wed May 31 17:08:28 2023 From: Robert.Church at windriver.com (Church, Robert) Date: Wed, 31 May 2023 17:08:28 +0000 Subject: [Starlingx-discuss] Input needed - split starlingx/tools git repo into multiple In-Reply-To: References: Message-ID: +1 for moving ?deployment? out of tools and into its own repo with a set of core reviewers that use the scripts. As a core reviewer that does not use the scripts provided here, I don?t have the bandwidth to review these. Bob From: Panech, Davlet Date: Wednesday, May 31, 2023 at 10:09 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Input needed - split starlingx/tools git repo into multiple Good day, We are considering splitting the git repository starlingx/tools into multiple. Reason: it contains files & scripts from unrelated domains and it is difficult to find Git reviewers whose expertise covers all of them. At a minimum, I suggest we separate out the "deployment" directory in its own repository. Would it make sense to separate out any other directories? D. -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at eng.windriver.com Wed May 31 19:10:56 2023 From: scott.little at eng.windriver.com (Scott.Little) Date: Wed, 31 May 2023 15:10:56 -0400 Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build issue on r/stx.7.0 In-Reply-To: <59b774f8-f1f0-3432-b691-eba84c568129@windriver.com> References: <59b774f8-f1f0-3432-b691-eba84c568129@windriver.com> Message-ID: <3eafeda8-8834-e631-99f2-aca1a33fd028@eng.windriver.com> On 2023-05-29 10:46, Scott Little wrote: > Replies inline below, > > Scott > > On 2023-05-24 12:38, Waines, Greg wrote: >> Technically STX7 is not EOL until Sep 2023. >> Would be nice to keep it build-able for another 4x months. >> >> Is there another option to rollback the move to gitlab's copy of the >> spice-html5, in STX 7.0 ? > [SL] The github URL was deleted.? There is no going back. >> >> For option 4), would it only be stx-nova that would be unbuildable >> for 4x months ? > [SL] Correct. >> >> Greg. >> >> -----Original Message----- >> From: Scott Little >> Sent: Wednesday, May 24, 2023 10:30 AM >> To: starlingx-discuss at lists.starlingx.io >> Subject: [Starlingx-discuss] [Build] Input Needed - stx-nova build >> issue on r/stx.7.0 >> >> Branch r/stx.7.0 can build ISO's, but container builds remain broken >> on stx-nova. >> >> stx-nova's issues started with spice-html5.? The first issue was >> spice-html5's github repo, forcing a move to gitlab's copy of the >> spice-html5.? The move to gitlab went smoothly for debian (master and >> r/stx.8.0), but is failing to clone from r/stx.7.0 centos.? It >> appears gitlab requires a newer version git.? Centos is using version >> 1.8.x. >> Debain is using a version 2.x.x. >> >> We have a few options: >> >> 1) r/stx.7.0 needs to find a way to inject a newer version of git >> into the Loci CentOS container that stx-nova is based on.? A tricky >> thing to fix. >> >> 2) Move to a newer version of Centos across all Loci images, >> Prohibitive cost. >> >> 3) Discontinue container builds for r/stx.7.0 >> >> 4) Selectively discontinue builds of stx-nova and any other image >> needing spice-html5 for r/stx.7.0 >> >> Thoughts? >> >> Scott >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io From scott.little at eng.windriver.com Wed May 31 19:13:29 2023 From: scott.little at eng.windriver.com (Scott.Little) Date: Wed, 31 May 2023 15:13:29 -0400 Subject: [Starlingx-discuss] StarlingX engagement In-Reply-To: References: Message-ID: <55ff455c-9c4a-7d2e-6fdf-a34167a5fe66@eng.windriver.com> I can comment on the build server stats. I'd suggest a minimum of 4 disks, 12TB of storage and hardware raid controller. Otherwise it looks good Scott On 2023-05-25 03:54, Trevor Tao wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > Hi Greg, StarlingX community: > > For the StarlingX arm enablement issue, we would like to ask about the support of Starlingx building infrastructure for arm platform. > Could you provide the requirement or any suggestion for the building infrastructure for arm from the community side? > > After talking with Windriver guys, we imagine there would be 2 build servers and 4 testing servers, the initial required config for those servers that we thought of is listed below as a reference, but it may still be under discussion and support by our LoB and vendors since it still has gaps between the desired config here and their initial provision we got to know: > > 1. 2 Build servers configuration requirement, for each: > ? 1 x Q64-30 processor > ? 128G MEM > ? 2 x 1T SSD storage > ? 1 x 1GB onboard NIC > 2. 4 testing servers configuration requirement, for each: > ? 1 x Q64-30 processor > ? 128G MEM > ? 3 x 500G SSD storage > ? 2 x 10GB ports on NIC (preferably Mellanox) > ? 2 x 1GB > > Thanks for your support, > > Best Regards, > > Zijin Tao(Trevor Tao, ???) > ARM Electronic Technology (Shanghai) Co., Ltd > ?????????????? > Building 11, Shanghai Busininess Park? , > No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China > ?????????1016???????2??10??200233 > Cell: +86-153 7109 6192 > > -----Original Message----- > From: Huang, Jie (Jackie) > Sent: Tuesday, May 23, 2023 1:55 PM > To: starlingx-discuss at lists.starlingx.io > Cc: Waines, Greg ; Outback Dingo ; Trevor Tao > Subject: RE: [Starlingx-discuss] StarlingX engagement > > Hi StarlingX community, > > As mentioned in the last call of the StarlingX OS Distro Project Meeting (Minutes: https://etherpad.opendev.org/p/stx-distro-other), > I would like to share the development status of the work to support ARM, which I started three months ago: > - It's a native build solution on HPE RL300 Gen11 server (Ampere Altra 1x80 cores) > - All code changes are POC level with many hard-codes and workarounds. > - Built out a bootable ISO image and tested deployment of AIO-SX and AIO-DX > > Detail status please refer to: > https://github.com/jackiehjm/stx-builds/blob/master/docs/2023_stx_on_arm_status.md > > And as follow-up in the call, I have the following questions need to ask here: > 1. For container images re-generated for ARM64 arch, how can I push them to docker hub https://hub.docker.com/u/starlingx? > Or can I ask for help on creating all container images for ARM64 and push to docker hub automatically so all container images > on https://hub.docker.com/u/starlingx will support both x86 and ARM64? > 2. Pre-built packages for x86_64 are in CENGN as package mirror, how can push ARM packages there as well? > > Thanks, > Jackie > >> -----Original Message----- >> From: Outback Dingo >> Sent: Wednesday, May 17, 2023 2:50 PM >> To: Trevor Tao >> Cc: Waines, Greg ; starlingx- >> discuss at lists.starlingx.io; Huang, Jie (Jackie) >> >> Subject: Re: [Starlingx-discuss] StarlingX engagement >> >> might i also suggest a good start down that path might be to get >> meta-stx to build for arm64 under yocto ?? >> >> On Wed, May 17, 2023 at 12:50?PM Trevor Tao wrote: >>> Hi Greg: >>> >>> >>> >>> It?s glad to get your support and suggestion here, especially on the >>> arm >> support. >>> I would attend the meeting if available. >>> >>> Thank you. >>> >>> >>> >>> Best Regards, >>> >>> >>> >>> Zijin Tao(Trevor Tao, ???) >>> >>> ARM Electronic Technology (Shanghai) Co., Ltd >>> >>> ?????????????? >>> >>> Building 11, Shanghai Busininess Park? , >>> >>> No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China >>> >>> ?????????1016???????2??10??200233 >>> >>> Cell: +86-153 7109 6192 >>> >>> >>> >>> From: Waines, Greg >>> Sent: Monday, May 15, 2023 7:08 PM >>> To: Trevor Tao ; >>> starlingx-discuss at lists.starlingx.io >>> Cc: Huang, Jie (Jackie) >>> Subject: RE: StarlingX engagement >>> >>> >>> >>> Welcome Trevor. >>> >>> Thanks for your interest. Arm support is a topic that has come up a >>> lot >> recently in StarlingX discussions and one we are very interested in. >>> >>> >>> I would suggest by starting to attend the Bi-Weekly StarlingX OS >>> Distro >> Project Meeting. >>> I have attached the calendar event. >>> >>> >>> >>> Greg. >>> >>> >>> >>> From: Trevor Tao >>> Sent: Friday, May 12, 2023 9:27 AM >>> To: starlingx-discuss at lists.starlingx.io >>> Cc: Huang, Jie (Jackie) >>> Subject: [Starlingx-discuss] StarlingX engagement >>> >>> >>> >>> CAUTION: This email comes from a non Wind River email account! >>> Do not click links or open attachments unless you recognize the >>> sender and >> know the content is safe. >>> Hi StarlingX community: >>> >>> >>> >>> I am a software engineer from CE-OSS(Open Source Software) of Arm >>> ltd, >> now I would like to engage and give contribution in the development >> work of StarlingX project and community. >>> I am interested in StarlingX development, tests and especially the >> porting/enablement work on arm, so I would like to know which working >> groups would be best for me to join. >>> >>> >>> Thanks, >>> >>> >>> >>> Best Regards, >>> >>> >>> >>> Zijin Tao(Trevor Tao, ???) >>> >>> ARM Electronic Technology (Shanghai) Co., Ltd >>> >>> ?????????????? >>> >>> Building 11, Shanghai Busininess Park? , >>> >>> No.1016 Tianlin Rd, Minhang District, Shanghai, 200233 China >>> >>> ?????????1016???????2??10??200233 >>> >>> Cell: +86-153 7109 6192 >>> >>> >>> >>> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose >> the contents to any other person, use it for any purpose, or store or >> copy the information in any medium. Thank you. >>> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose >> the contents to any other person, use it for any purpose, or store or >> copy the information in any medium. Thank you. >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io