Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
littleBu
OpenXG-RAN
Commits
b6c2dd78
Commit
b6c2dd78
authored
2 years ago
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README for OpenShift deployments using helm
parent
7d20568c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
openshift/README.md
openshift/README.md
+10
-7
No files found.
openshift/README.md
View file @
b6c2dd78
...
...
@@ -12,6 +12,8 @@
</tr>
</table>
[[
_TOC_
]]
# 1. Introduction
## General
...
...
@@ -119,13 +121,14 @@ The `<image>` could be `oai-gnb`, and the `<tag>` `ci-temp`.
# 6. Deployment using HELM Charts
**CAUTION: even more experimental.**
Helm charts are located in another repository:
Helm charts are located under
`charts`
. Assuming that the image is in the image
registry, the physims could be deployed as shown in the following steps:
```
bash
git clone https://github.com/OPENAIRINTERFACE/openair-k8s.git
cd
openair-k8s
git checkout helm-deployment-S6a-S1C-S1U-in-network-18-with-enb
helm
install
mme /path-to-your-cloned/openair-k8s/charts/oai-mme/
grep
-rl
OAICICD_PROJECT ./charts/ | xargs
sed
-i
-e
"s#OAICICD_PROJECT#oaicicd-ran#"
# select the correct project
sed
-i
-e
"s#TAG#ci-temp#g"
./charts/physims/values.yaml
# select the correct tag
helm
install
physim ./charts/physims/
# deploy
oc get pods
# get the list of deployed containers
oc logs <pod>
# inspect the logs of a pod
helm uninstall physim
# undeploy
```
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment