• No labels

28 Comments

  1. How to deploy the RIC platform? I can not find any doc or deploy script.

    I download some projects according Scope of the near-RT RIC platform and its components (summary), i need to install every projects?

  2. We're working on good instructions. For now the best is to start reading README.md in the repo "it/dep" (https://gerrit.o-ran-sc.org/r/gitweb?p=it/dep.git;a=tree). This is maintained outside of the RIC platform project, though. Eventually, we will have the RIC platform deployment in ric-plt/ric-dep.

    1. Recently I have try to deploy RIC platform with "it/dep". I found the deploy environment needs Docker、Kubernetes and Helm. So is there a version limit about docker、k8s and Helm ? Furthermore,can the platform be deployed on a virtual machine?

    2. Hi Thoralf:

      Recently I installed release Amber but failed, Can you help me?

      This is the result:

      Infact deployment-ricplt-rtmgr-5c5998d788-xv8px is not working. I changed the Command to make this pod running.

      I entered the docker container, and ran the script like this:

      It seems that the rtmgr can't connect to xApp manager.


      My questions is :

      Q1: Does the Amber Release contain the xApp Manager? Should I install it myself?

      According to the page(https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-rtmgr/en/latest/developer-guide.html#installing-routing-manager), I tried to install the mocked xApp manager but failed.

      Q2The state of part pods in Ric-aux are not running, any clue?

      Q3How can I confirm whether the three parts work well or not?

      Any help is helpful!


      Thanks

      Changjun

  3. user-32131

    Hi Everyone,

    I'm facing installation issues, while trying to install RIC Amber Release on Two openstack instance One for RIC Platform and other one is for Auxiliary.

    Steps :
    1. Create Openstack instance.

    git clone https://gerrit.o-ran-sc.org/r/it/dep

    2. deploy kubernetes infra

    3. Deploy RIC Infra.

    ~/dep# bin/deploy-ric-infra RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE

    Modified RIC_INFRA_RECIPE_EXAMPLE by changing the helm repository IP with the openstack allocated IP.

     #helmRepository: "http://10.0.2.100:32080/helm"
    helmRepository: "http://172.25.136.86:32080/helm"

    Got error for these two pods.

    ricinfra      deployment-tiller-ricxapp-65f9cbc8d7-fgpnx         0/1     ContainerCreating   0          21s
    ricinfra      tiller-secret-generator-5kzgk                      0/1     ImagePullBackOff    0          21s

    Even though Repositories path and credentials are available.

    kubectl describe po tiller-secret-generator-5kzgk -n ricinfra

    Events:

     Type     Reason     Age                     From                       Message
     ----     ------     ----                    ----                       -------
     Normal   Scheduled  <unknown>               default-scheduler          Successfully assigned ricinfra/tiller-secret-generator-5kzgk to ric-installation
     Normal   Pulling    6m26s (x4 over 7m54s)   kubelet, ric-installation  Pulling image "nexus3.o-ran-sc.org:10004/o-ran-sc/it-dep-secret:0.0.2"
     Warning  Failed     6m23s (x4 over 7m51s)   kubelet, ric-installation  Failed to pull image "nexus3.o-ran-sc.org:10004/o-ran-sc/it-dep-secret:0.0.2": rpc error: code = Unknown desc = Error response from daemon: manifest for nexus3.o-ran-sc.org:10004/o-ran-sc/it-dep-secret:0.0.2 not found
     Warning  Failed     6m23s (x4 over 7m51s)   kubelet, ric-installation  Error: ErrImagePull
     Warning  Failed     5m57s (x6 over 7m51s)   kubelet, ric-installation  Error: ImagePullBackOff
     Normal   BackOff    2m52s (x19 over 7m51s)  kubelet, ric-installation  Back-off pulling image "nexus3.o-ran-sc.org:10004/o-ran-sc/it-dep-secret:0.0.2"

    It would be very helpful if someone can provide installation instructions.

    1. Hi Saumya:

      I am also trying to install Amber and also failed.

      If you want to install Amber, I think you should download the Amber branch by:

      git clone https://gerrit.o-ran-sc.org/r/it/dep -b Amber

      And you should download the lacking docker images yourself and import to your environment.


      Thanks

      Changjun


      1. user-d3360

        Thanks Changjun.  

        Yes that is correct.  Please clone the Amber branch.  

        We have two docker image repos, one at nexus3.o-ran-sc.org:10002 and the other at nexus3.o-ran-sc.org:10004.  10004 is a "staging" repo and images on it will expired in 30 days and removed.  10002 is a "release" repo and images on it will not expire.

        Helm charts and overrides on the Amber branch point to images on the release registry, while Helm charts and overrides on the master branch point to images on the staging registry,


        Lusheng

  4. These kind of questions are better handled by a post to the O-RAN-SC mailing list: main@lists.o-ran-sc.org  also including the tag #RICP into the subject of the message. It's rare that comments on this wiki are checked.

    Please note that the O-RAN SC mailing lists are moderated mailing lists for preventing spams.  The first email from any sender needs to be verified manually before forwarded onto the lists.  Often this is the reason if you do not see your email showing up.  If this happens, please also send a direct email to user-d3360 or the PTL (Thoralf Czichy (following the logic of firstname.lastname@nokia.com)) and one of use will help unblocking it.

  5. Hi Everyone,

    I am curious about the difference between this project and Akraino.

    As mentioned in the architecture pdf, Akraino had been released and used as the Near-Realtime RIC platform.


  6. Hi Everyone,

    I have been trying to install Near-Realtime RIC using oracle-virtual box VMs. but not able to install O-ran on the top of K8s cluster. I have been facing some issue like pods are not in the running state. Could any please help me in this regards? Thanks in advance.

    Could anyone post the steps to install O-RAN on Virtualbox Vms/Openstack VMs?

  7. Hi Everyone,

    when installing Near RealTime RIC on Oracle-Virtualbox VMs, Core-dns pods are in the "Crealoopbackoff "status while remaining pods are in the running state.

    Could anyone please give the suggestion on the issue above?

    when sending mails main@lists.o-ran-sc.org , Mails are not getting delivered. To get reply from the community, to whom i need to send mail. Any suggestions?


  8. Hi Team,
    while installing the RIC-Aux cluster as
    part of The installation of RIC on Openstack VMs.
    One pod for Ric-dashboard is in the state of ImagePullBackOff.
    when I checked for that image in the nexus repo, There is an image with different tags but not the one which Docker is trying to pull.
    Could anyone help me out on this Please? or keep that image in the Repo?

  9. hi team

    I have the same issue as Bujunuri Reddy. any update or solution for this? 

    1. Hi HIBATUL AZIZI BIN HISYAM NG,


      I too faced the same issue and got the image id changed to 2.1.0 and it worked, i guess there was typo happened. You can try using the 

      sudo docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/ric-dashboard:2.1.0        and also update in your k8s template and then try the deployment.


      Thanks,

      Naga Chetan

  10. Hello team,

    May I know if current RIC could work with LTE eNodeb or not?

    Thanks!

  11. Hi all,

    Could you let me know the purpose of AUX cluster?

    Thanks,

    Trung.

  12. Hi all,

    The recipe for installing the RIC platform uses Helm v2.12.3 which is deprecated. Any plans to updating it to use Helm v3? They have also moved out from storage.google.apis.com so anything pointing there will respond with 403 forbidden.

    I have tried changing the route to the one in github (get.helm.sh) but looks like the v2.12.3 itself still uses the google storage, so it fails.

    + helm init -c
    Creating /root/.helm
    Creating /root/.helm/repository
    Creating /root/.helm/repository/cache
    Creating /root/.helm/repository/local
    Creating /root/.helm/plugins
    Creating /root/.helm/starters
    Creating /root/.helm/cache/archive
    Creating /root/.helm/repository/repositories.yaml
    Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
    Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden

    Thanks!

    1. I solved this installing Helm v2.17.0 instead of v2.12.3.


      Thanks

      1. This is indeed the workaround that I was using as well, but there's also this commit that changed it to 2.17.0 in Jun 2021  https://gerrit.o-ran-sc.org/r/gitweb?p=it/dep.git;a=commit;h=ff04eeabb5f77c060710a916270ed3eea064d1d1 in the master branch. Did you use the master branch of it/dep?

  13. Hi,


    Thank you for the complete guide.
    I intended to add the nearRT-RIC to the O1. I have the nearRT-RIC project successfully installed and running. In the O1 project, the tests were completed successfully (according to this page: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=35881895)
    When I am attempting to add the nearRT-RIC to the O1 via the command below, the nearRT-RIC stays in the "connecting" mode.

    curl -u admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U -X POST "http://<HOST_IP>:8181/rests/operations/netconf-node-topology:create-device" -H "accept: */*" -H "Content-Type: application/json" -d '{"input":{"pass-through":{},"login-password":{"username":"netconf","password":"netconf!"},"host":"'"$HOST_IP"'","port":"18310","node-id":"nearRtRIC"}}')

    I am not sure how to specify the HOST_IP and port variables in this command.
    I have attached the list of nearRT-RIC pods.


    Thank you




    1. Hi usually IP address is your Node or VM IP and port is your O1 mediator netconf port . to get port in your k8s cluster use " kubectl get svc -n ricplt | grep netconf". also you might need to change password to 'netconf' in curl command. 

      1. Hi Rajesh Kumar,
        Thank you for your response.
        I updated the port number and the password, and this is the result.


        When I use the "curl" command, I get 204 status code for adding the nearRT-RIC and 200 for checking the connection. Yet, in the GUI, the connection status is "connecting", and it also keeps showing the below message; Updating network element [$name].


        Thank you.

        1. hi Ftmzhra Safaeipour,

          Viewing your image, I can view that you have du_sim and ru_sim connected to the RIC, is that true?

          I would like to know what du_sim and ru_sim you have deployed.

          I have RIC (non and near RT) deployed in two virtual machine, but I want to test with CU/DU/RU simulator.


          Also, what is the tool that you are using to manage the newworks elements?


          Thanks in advance.


          BR,

          Fran

  14. user-92c82

    Hi, does anyone know how to install near-RT RIC platform on redhat or centos machine ?

  15. Hello team,

    I use the following command to get certificate of Kong Ingress Controller because I need to access Kong Ingress Controller using TLS.

      openssl s_client -connect RIC_Platform_IP:32443 -servername   RIC_Platform_IP  </dev/null | openssl x509 -text

    The domain name in the certificate is string 'localhost'.  How to change it ?


    Appreciate your help

  16. hi i am having problem in installing the  , ORAN SIM the actually Docker file is missing .  please share the video that , after Installing  F release I am having problem in installing the E2 interface , please share any video , that how it will work or share any video . please share any tutorial .

  17. Hi, From the docs I understood this ORAN supports till K8S 1.19 (tested). Since the LTS support of K8S<1.19 is stopped, any docs to deploy the same on higher k8s versions 1.22+.


    Appreciate your help.

    1. There's a Jira item RIC-990 about  this. So far this has not been picked up. Note that as part of the I release there were two alternative ways how to deploy the RIC platform, as per option 2 and option 3 under "How to deploy the near-RT RIC" in this demo page 2023-12-19 Release I.  Option 3 starts at about minute 31 in the demo. Instructions for #3 are in https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt/ric-dep.git;a=blob;f=new-installer/README.md . Option #2 starts at minute 3. I see one of these solutions - if explained and demoed well - as solution for RIC-990.