Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up.
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... ) ... 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: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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 <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com>; Gao, Litao <Litao.Gao@windriver.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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 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@01D97A10.153CC5B0] [cid:image003.jpg@01D97A10.153CC5B0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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... ) ... 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: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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 <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
When is a time that you are available to get on a zoom call to look at this interactively ? Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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@01D97C04.246766D0] [cid:image003.jpg@01D97C04.246766D0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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 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 <Greg.Waines@windriver.com> Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D97C81.FEC26B40] [cid:image002.jpg@01D97C81.FEC26B40] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
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 <prashanthi.moligi@tcs.com> Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg <Greg.Waines@windriver.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D97CC1.128BBB60] [cid:image002.jpg@01D97CC1.128BBB60] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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 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 <Greg.Waines@windriver.com> Sent: Tuesday, May 2, 2023 4:11 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D97D11.CA8BB5D0] [cid:image002.jpg@01D97D11.CA8BB5D0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
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 <prashanthi.moligi@tcs.com> Sent: Tuesday, May 2, 2023 07:49 To: Waines, Greg <Greg.Waines@windriver.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <Greg.Waines@windriver.com> Sent: Tuesday, May 2, 2023 4:11 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D97D11.CA8BB5D0] [cid:image002.jpg@01D97D11.CA8BB5D0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) … 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>’ 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install “Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>” 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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 Sure Bruno, no issue for me, it will be great if you join the call. Thanks&Regards, Prashanthi.M From: Bruno Drugowick Muniz <Bruno.Muniz@encora.com> Sent: Tuesday, May 2, 2023 8:28 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Waines, Greg <Greg.Waines@windriver.com> Cc: Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, May 2, 2023 07:49 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, May 2, 2023 4:11 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, May 1, 2023 1:40 PM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, May 1, 2023 5:39 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D97D35.10848800] [cid:image002.jpg@01D97D35.10848800] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
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 <Greg.Waines@windriver.com> 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 <prashanthi.moligi@tcs.com> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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@01D97C04.246766D0] [cid:image003.jpg@01D97C04.246766D0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) … 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>’ 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install “Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>” 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
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 <Greg.Waines@windriver.com> 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 <prashanthi.moligi@tcs.com> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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@01D97C04.246766D0] [cid:image003.jpg@01D97C04.246766D0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) … 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> * external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> * external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> * 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>’ 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install “Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>” 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> * * WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
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 <g.nagasushma@tcs.com> Sent: Thursday, May 4, 2023 8:27 AM To: Waines, Greg <Greg.Waines@windriver.com>; Prashanthi Moligi <prashanthi.moligi@tcs.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D9817D.397033D0] [cid:image002.jpg@01D9817D.397033D0] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> o external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> o external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> ? ? WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> ? sudo ip link set up dev <PORT> ? sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> ? ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> ? ? WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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 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 <Greg.Waines@windriver.com> Sent: Monday, May 8, 2023 4:50 PM To: Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Prashanthi Moligi <prashanthi.moligi@tcs.com> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Nagma Meraj <nagma.meraj@tcs.com>; Nidhi Tomar <nidhi.tomar1@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io> 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 <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> Sent: Thursday, May 4, 2023 8:27 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 10:59 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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@01D981CE.B2827340] [cid:image002.jpg@01D981CE.B2827340] Thanks & Regards, Prashanthi.M From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Friday, April 28, 2023 4:53 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> 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<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html*bootstrap-system-on-controller-0__;Iw!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0zRBruH$> ) ... 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh75zjES-$> - 8.8.4.4<https://urldefense.com/v3/__http:/8.8.4.4__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh1odNj4q$> external_oam_subnet: <OAM-IP-SUBNET>/<OAM-IP-SUBNET-LENGTH> external_oam_gateway_address: <OAM-GATEWAY-IP-ADDRESS> external_oam_floating_address: <OAM-FLOATING-IP-ADDRESS> admin_username: admin admin_password: <admin-password> ansible_become_pass: <sysadmin-password> 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<https://urldefense.com/v3/__http:/10.138.77.0/24__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh5vEe1xs$> o external_oam_gateway_address: 10.138.77.1<https://urldefense.com/v3/__http:/10.138.77.1__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHhy7D_MJ-$> o external_oam_floating_address: 10.138.77.159<https://urldefense.com/v3/__http:/10.138.77.159__;!!AjveYdw8EvQ!aWL9Mncv_mu68RTZi5LIjTedT45jyIuH8_ERyXNS5mg8mXFeQHVCVzCWsuBwH13Xk66gIFcDJzjLJvNCwqQHh0oVzED3$> * * For <admin-password> and <sysadmin-password> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Friday, April 28, 2023 3:35 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Nagma Meraj <nagma.meraj@tcs.com<mailto:nagma.meraj@tcs.com>>; Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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: <LOOPBACK,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/127.0.0.1/8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzszkOIze$> scope host lo valid_lft forever preferred_lft forever inet 192.168.204.2/24<https://urldefense.com/v3/__http:/192.168.204.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzm_7bA4r$> brd 192.168.204.255<https://urldefense.com/v3/__http:/192.168.204.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOoI3FB$> scope host lo:1 valid_lft forever preferred_lft forever inet 192.168.206.2/24<https://urldefense.com/v3/__http:/192.168.206.2/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznPqvKD5$> brd 192.168.206.255<https://urldefense.com/v3/__http:/192.168.206.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzhNVG1is$> scope host lo:5 valid_lft forever preferred_lft forever inet 169.254.202.1/24<https://urldefense.com/v3/__http:/169.254.202.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzk2l8FI9$> scope host lo valid_lft forever preferred_lft forever inet 192.168.206.1/24<https://urldefense.com/v3/__http:/192.168.206.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzqINuFql$> scope host secondary lo valid_lft forever preferred_lft forever inet 192.168.204.1/24<https://urldefense.com/v3/__http:/192.168.204.1/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzoITr5gt$> scope host secondary lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> 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<https://urldefense.com/v3/__http:/10.138.77.159/24__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnznFv9Gsn$> brd 10.138.77.255<https://urldefense.com/v3/__http:/10.138.77.255__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzgOTiA9T$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Thursday, April 27, 2023 7:45 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> 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<https://urldefense.com/v3/__http:/10.10.10.1__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6Jnzpt0dIgy$> 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 <ifname>' 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<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!emVcjYx6rtjPA3nguod9QxkzKWZ5G-oL8wDUmlEMo5Rv_mSEqmlM0w15F8XL5vRuqJwZGqvtzUiKZG1Tb6JnzjmhWImx$> * can you also send me the contents of the /home/sysadmin/localhost.yml that you are using ? thanks Greg. From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Thursday, April 27, 2023 4:05 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> 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]<https://www.windriver.com/> From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 27, 2023 2:39 PM To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. Hi Bruno, I am tyring to install "Virtual All-in-one Simplex Installation<https://urldefense.com/v3/__https:/docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/virtual/aio_simplex.html__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-MpVQpE8$>" 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 <Bruno.Muniz@encora.com<mailto:Bruno.Muniz@encora.com>> Sent: Thursday, April 27, 2023 3:48 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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<https://urldefense.com/v3/__https:/review.opendev.org/c/starlingx/tools/*/880870__;Kw!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-PJhoWUw$>. 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Wednesday, April 26, 2023 14:53 To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: Re: [Starlingx-discuss] Need support for starlingX 8 setup bring up. You don't often get email from prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>. Learn why this is important<https://urldefense.com/v3/__https:/aka.ms/LearnAboutSenderIdentification__;!!AjveYdw8EvQ!amEX-sECO5eIwIskUSBkSiHV3ZPsCyzHs7EEkPD7gj8_8BkILaKk_gMArUfitD4YErIes6r__l64ytqXUL8-GGF0nNs$> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Wednesday, April 19, 2023 8:29 PM To: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>>; StarlingX ML <starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> Subject: RE: Need support for starlingX 8 setup bring up. TCS Confidential "External email. Open with Caution" + starlingx-discuss From: Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Sent: Wednesday, April 19, 2023 5:25 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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]<https://www.windriver.com/> From: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Tuesday, April 18, 2023 7:03 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>>; Schwager, Udi <Udi.Schwager@windriver.com<mailto:Udi.Schwager@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Gao, Litao <Litao.Gao@windriver.com<mailto:Litao.Gao@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>>; Geary, Stephen (Steve) <Steve.Geary@windriver.com<mailto:Steve.Geary@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Tuesday, April 18, 2023 12:03 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Monday, April 17, 2023 4:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Monday, April 17, 2023 1:57 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>> Sent: Sunday, April 16, 2023 6:25 PM To: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>>; Khalil, Ghada <Ghada.Khalil@windriver.com<mailto:Ghada.Khalil@windriver.com>>; Thothadri, Ram <Ram.Thothadri@windriver.com<mailto:Ram.Thothadri@windriver.com>> 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 <ifname> ? ? WHERE <ifname> 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 <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> ? sudo ip link set up dev <PORT> ? sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> ? ping 8.8.8.8<https://urldefense.com/v3/__http:/8.8.8.8__;!!AjveYdw8EvQ!c2QTPp_0Xx4jJQ1vaQ0zzS8EoV_lMJC1vDYkQX4A_lu1YDlpSl_QVoY9Qy8jDH-37W-Z8mDaiGu_C-FhzVo5tRvJvIxZ$> ? ? WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> 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
participants (4)
-
Bruno Drugowick Muniz
-
Naga Sushma Gandrothu
-
Prashanthi Moligi
-
Waines, Greg