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
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.
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
Hey Prashanti,
… thanks for info.
It looks like you just copied /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml into localhost.yml and did not modify it for your site-specific parameters ?
Using /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml as a starting point for localhost.yml is a valid approach (i.e. see https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html#bootstrap-system-on-controller-0
) … but more for an expert user because it shows every possible attribute that you can put in localhost.yml … AND YOU HAVE TO EDIT IT FOR YOUR SITE-SPECIFIC PARAMETERS.
The other approach mentioned in that documentation reference is what you should probably be doing as a “first try”.
e.g. start with this MINIMAL localhost.yml
system_mode:
simplex
dns_servers:
-
8.8.8.8
-
8.8.4.4
external_oam_subnet:
<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.
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 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 scope host lo
valid_lft forever preferred_lft forever
inet
192.168.204.2/24 brd
192.168.204.255 scope host lo:1
valid_lft forever preferred_lft forever
inet
192.168.206.2/24 brd
192.168.206.255 scope host lo:5
valid_lft forever preferred_lft forever
inet
169.254.202.1/24 scope host lo
valid_lft forever preferred_lft forever
inet
192.168.206.1/24 scope host secondary lo
valid_lft forever preferred_lft forever
inet
192.168.204.1/24 scope host secondary lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s31f6: <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 brd
10.138.77.255 scope global dynamic enp0s31f6
valid_lft 237075sec preferred_lft 237075sec
inet6 fe80::2be:43ff:fed8:d506/64 scope link
Thanks&Regards,
Prashanthi.M
From: Waines, Greg <Greg.Waines@windriver.com>
Sent: Thursday, April 27, 2023 7:45 PM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>
Cc: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>
Subject: RE: Need support for starlingX 8 setup bring up.
TCS Confidential
Apologies Prashanthi … I was out-of-office for a few days.
I suspect Litao is on the right track … it doesn’t seem like
10.10.10.1 is a valid IP Address for your next hop gateway router.
Can you provide the following info
thanks
Greg.
From: Gao, Litao <Litao.Gao@windriver.com>
Sent: Thursday, April 27, 2023 4:05 AM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Waines, Greg <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?
From: Prashanthi Moligi <prashanthi.moligi@tcs.com>
Sent: Thursday, April 27, 2023 2:39 PM
To: Bruno Drugowick Muniz <Bruno.Muniz@encora.com>; Waines, Greg <Greg.Waines@windriver.com>; Gao, Litao <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>; Waines, Greg <Greg.Waines@windriver.com>; Gao, Litao <Litao.Gao@windriver.com>;
Schwager, Udi <Udi.Schwager@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <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” 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.
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>
Sent: Thursday, April 27, 2023 3:48 AM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Waines, Greg <Greg.Waines@windriver.com>; Gao, Litao <Litao.Gao@windriver.com>;
Schwager, Udi <Udi.Schwager@windriver.com>; StarlingX ML <starlingx-discuss@lists.starlingx.io>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <Steve.Geary@windriver.com>
Subject: Re: Need support for starlingX 8 setup bring up.
TCS Confidential
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:
I don't know if this is enough for the PoC that you want to do, but in case this helps, our changes are currently under review here:
https://review.opendev.org/c/starlingx/tools/+/880870.
Let me know if this is helpful and I can put a quick Shell script together that will get you the code with our changes and perform the installation for you.
Regards,
Bruno.
From: Prashanthi Moligi <prashanthi.moligi@tcs.com>
Sent: Wednesday, April 26, 2023 14:53
To: Waines, Greg <Greg.Waines@windriver.com>; Gao, Litao <Litao.Gao@windriver.com>; Schwager, Udi <Udi.Schwager@windriver.com>;
StarlingX ML <starlingx-discuss@lists.starlingx.io>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <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.
Learn why this is important |
External Mail:
Do not click links or open attachments unless you recognize the sender and know the content is safe.
|
TCS Confidential
Hi Greg/Litao,
We could able to proceed further in ansible playbook execution, but some of the steps failing and also we have doubts in parameter configuration of localhost.yml file, Attaching ansible log can please verify and guide us
to bring up the starlingX controller.
Greg,
As we discussed in last meeting can you please give one Point of contact, who can help us in setup bring up, it will be great help if you provide some POC ASAP.
Thanks & Regards,
Prashanthi.M
From: Waines, Greg <Greg.Waines@windriver.com>
Sent: Wednesday, April 19, 2023 8:29 PM
To: Gao, Litao <Litao.Gao@windriver.com>; Prashanthi Moligi <prashanthi.moligi@tcs.com>; Schwager, Udi <Udi.Schwager@windriver.com>;
StarlingX ML <starlingx-discuss@lists.starlingx.io>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <Steve.Geary@windriver.com>
Subject: RE: Need support for starlingX 8 setup bring up.
TCS Confidential
+ starlingx-discuss
From: Gao, Litao <Litao.Gao@windriver.com>
Sent: Wednesday, April 19, 2023 5:25 AM
To: Waines, Greg <Greg.Waines@windriver.com>; Prashanthi Moligi <prashanthi.moligi@tcs.com>; Schwager, Udi <Udi.Schwager@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <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.
From: Waines, Greg <Greg.Waines@windriver.com>
Sent: Tuesday, April 18, 2023 7:03 PM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Gao, Litao <Litao.Gao@windriver.com>; Schwager, Udi <Udi.Schwager@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <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>; Gao, Litao <Litao.Gao@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>;
Geary, Stephen (Steve) <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>
Sent: Tuesday, April 18, 2023 12:03 AM
To: Waines, Greg <Greg.Waines@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <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>
Sent: Monday, April 17, 2023 4:25 PM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>
Subject: RE: Need support for starlingX 8 setup bring up.
TCS Confidential
See in-lined responses below,
Greg.
From: Prashanthi Moligi <prashanthi.moligi@tcs.com>
Sent: Monday, April 17, 2023 1:57 AM
To: Waines, Greg <Greg.Waines@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <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:
Thanks,
Prashanthi.M
From: Waines, Greg <Greg.Waines@windriver.com>
Sent: Sunday, April 16, 2023 6:25 PM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com>
Subject: RE: Need support for starlingX 8 setup bring up.
TCS Confidential
Any luck ?
Greg.
From: Waines, Greg
Sent: Thursday, April 13, 2023 9:07 AM
To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil,
Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <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:
Let me know if that works first,
Greg.
From: Prashanthi Moligi <prashanthi.moligi@tcs.com>
Sent: Thursday, April 13, 2023 2:17 AM
To: Waines, Greg <Greg.Waines@windriver.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com>
Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <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