-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: deploy commit & image tags for oai-nfapi-sim-compose #552
base: main
Are you sure you want to change the base?
Conversation
doc: corrected command to exec shell in UE pod
@@ -1,20 +1,28 @@ | |||
# OpenAir Core + OpenAir RAN as a docker-compose | |||
We will use 5G L2 nFAPI simulator to test L2 and above Layers. Let's pull Eurecom's deployment for 5G SA mode with 1 User: [OAI Full Stack 5G-NR L2 simulation with containers and a proxy](https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/develop/ci-scripts/yaml_files/5g_l2sim_tdd) and replace the UPF with our eUPF. | |||
We will use 5G L2 nFAPI simulator to test L2 and above Layers. Let's pull Eurecom's deployment for 5G SA mode with 1 User: [OAI Full Stack 5G-NR L2 simulation with containers and a proxy](https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/f1d080d31515d3cc9a31a41fd548753ccba4f09f/ci-scripts/yaml_files/5g_l2sim_tdd) and replace the UPF with our eUPF. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to use tags instead of direct commit hash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, tags is better. But here we have faulty releases and configs. That commint found as working, and it It is parent to commit with faulty changes to docker-compose and config files. See Troubleshooting section in #547 (comment)
@@ -11,7 +11,7 @@ image: | |||
registry: ghcr.io | |||
repository: edgecomllc | |||
name: eupf | |||
tag: 893648fecb05faf4b92656647f26922b34148a6c | |||
tag: main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the latest tag instead pls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
about commit use tags instead of revision
@pirog-spb v2.1.0 is faulty, this commit brakes it all. This deploy will not work.
All proviously set OAI image tags was precisly selected as compatible, working set. As well, OAI commit hash was selected as having correct configs.
Use images oaisoftwarealliance/oai-gnb:2023.w43 and oaisoftwarealliance/oai-nr-ue:2023.w43 with relevant commit of docker-compose.yaml.