-
Notifications
You must be signed in to change notification settings - Fork 30
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
R2 release notes #84
R2 release notes #84
Conversation
content/en/docs/release-notes/R2.md
Outdated
|
||
## Prerequisites | ||
|
||
Please refer to the [Install Guide](https://github.com/nephio-project/docs/tree/main/content/en/docs/guides/install-guides) |
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.
I think that it's better to refer to the BYOC installation document
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.
Done
content/en/docs/release-notes/R2.md
Outdated
## Support Matrix | ||
|
||
The sandbox environment requires a physical or virtual machine with: | ||
- Ubuntu-20.04-focal Linux |
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.
That restriction is for free5Gc workloads, OAI has been tested on Ubuntu Jammy
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.
thanks @electrocucaracha . So users need different environments for Free5gc and OAI?
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.
Maybe they can use the same, but we have tested with different distros
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.
Can you please mention the exact versions here?
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.
@gvbalaji Where are we mentioning about Fedora? Because R1 was working in fedora right?
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.
Added, thanks.
content/en/docs/release-notes/R2.md
Outdated
* Security | ||
* Repo watcher changes | ||
* Documentation | ||
new web based documentation |
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.
new web based documentation | |
* new web based documentation |
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.
Done. Thanks.
content/en/docs/release-notes/R2.md
Outdated
|
||
## Prerequisites | ||
|
||
Please refer to the [Install Guide](https://github.com/nephio-project/docs/tree/main/content/en/docs/guides/install-guides) |
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.
Please use ref
style references instead of referring to the folders of files in GitHub directly.
I've updated this to use the ref
style reference and to refer to the prerequisites of the BYOC install guide.
Please refer to the [Install Guide](https://github.com/nephio-project/docs/tree/main/content/en/docs/guides/install-guides) | |
Please refer to the [Install Guide]({{< ref "docs/guides/install-guides/install-on-byoc.md#prerequisites" >}}) for the | |
prerequisites on supported environments. |
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.
Done. Thanks.
content/en/docs/release-notes/R2.md
Outdated
* GCP | ||
* OpenShift | ||
* OAI components | ||
* Deploying many OAI 5G core and RAN components (CU and DU) NFs via Python-based operators |
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.
@gvbalaji can you make these changes?
- Deploying OAI 5G Core and RAN Network Functions (CU-CP, CU-UP, RF Simulated DU)
- OAI 5G Core network functions are developed using Python KOPF (Kubernetes Operator Framework)
- End to End call with RF Simulated OAI-NR-UE
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.
Thanks Done.
Broken links are fixed in #90 |
content/en/docs/release-notes/R2.md
Outdated
|
||
## Known Issues and Workarounds | ||
|
||
* When deploying the sandbox environment on an Ubuntu VM running on OpenStack, |
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.
Remove this (or find out what it is about). Ask Francesco?
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.
@lapentad I know that you were playing around OpenStack, have you ever faced this issue. The way that I fixed in test-infra was adding these lines, but I'm not sure if this is the same issue.
content/en/docs/release-notes/R2.md
Outdated
|
||
* When deploying the sandbox environment on an Ubuntu VM running on OpenStack, | ||
the deployment may fail. Reinstalling the packages will get around this issue. | ||
* Occasionally packages may take a long time to be approved by the auto-approval |
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.
Open an issue (epic?) for this.
content/en/docs/release-notes/R2.md
Outdated
kubectl -n porch-system rollout restart deploy porch-server | ||
kubectl -n nephio-system rollout restart deploy nephio-controller | ||
``` | ||
* Occasional calls to `kpt alpha rpkg copy` may fail with a message like |
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.
Open an issue. Change to porchctl
instead of kpt alpha
.
content/en/docs/release-notes/R2.md
Outdated
|
||
This install has been verified on VMs running on Google Cloud. | ||
|
||
For non-sandbox installations, any conforming Kubernetes cluster is sufficient |
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.
Reword:
Note: A Nephio sandbox can be created on any Kubernetes cluster.
8f0964c
to
40b0a5f
Compare
/lgtm |
content/en/docs/release-notes/R2.md
Outdated
|
||
This installation has been verified on VMs running on Google Cloud. | ||
|
||
A Nephio sandbox can be created on any Kubernetes cluster. |
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.
I'm not sure if we should reduce the scope of this statement. Our End-to-End tests have been performed in v1.27.1
.
A Nephio sandbox can be created on any Kubernetes cluster. | |
A Nephio sandbox can be created on any [Certified Kubernetes](https://www.cncf.io/training/certification/software-conformance/) v1.27+ cluster. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: efiacor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We need to augment the contents for install , limitations and troubleshooting sections