Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-UPF
Commits
a58a0358
Commit
a58a0358
authored
Jun 03, 2021
by
Rohan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rhel7 patch fix
parent
b568e219
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
12 deletions
+31
-12
docker/Dockerfile.upf-vpp.rhel7
docker/Dockerfile.upf-vpp.rhel7
+1
-0
scripts/patches/rpm_dep_force_install.patch
scripts/patches/rpm_dep_force_install.patch
+11
-12
scripts/tests/vpp-upf.env
scripts/tests/vpp-upf.env
+19
-0
No files found.
docker/Dockerfile.upf-vpp.rhel7
View file @
a58a0358
...
...
@@ -41,6 +41,7 @@ RUN rm -f /etc/rhsm-host && \
yum update -y && \
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm &&\
yum install -y \
python3 \
psmisc \
git \
make \
...
...
scripts/patches/rpm_dep_force_install.patch
View file @
a58a0358
--- a/Makefile
2021-04-30 14:53:42.462488110
+0200
+++ b/Makefile
2021-04-30 14:50:53.189155910
+0200
--- a/Makefile
2021-06-03 13:13:38.123080239
+0200
+++ b/Makefile
2021-06-03 13:15:58.138016487
+0200
@@ -279,9 +279,9 @@
else ifneq ("$(wildcard /etc/redhat-release)","")
ifeq ($(OS_ID),rhel)
...
...
@@ -13,4 +13,3 @@
else ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8)
@sudo -E dnf install $(CONFIRM) dnf-plugins-core epel-release
@sudo -E dnf config-manager --set-enabled \
scripts/tests/vpp-upf.env
0 → 100644
View file @
a58a0358
NWI_CORE=core.oai.org
NWI_ACCESS=access.oai.org
NWI_SGI=sgi.oai.org
GW_ID=1
MNC03=95
MCC=208
REALM=3gppnetwork.org
NETWORK_UE_IP=12.1.1.0/24
N3_IPV4_ADDRESS_REMOTE=192.168.75.198
N3_IPV4_ADDRESS_LOCAL=192.168.75.202
N4_IPV4_ADDRESS_REMOTE=192.168.74.196
N4_IPV4_ADDRESS_LOCAL=192.168.74.202
N6_IPV4_ADDRESS_REMOTE=192.168.76.205
N6_IPV4_ADDRESS_LOCAL=192.168.76.202
VPP_MAIN_CORE=0
VPP_CORE_WORKER=1
INTERFACE_CORE=eth1
INTERFACE_ACCESS=eth0
INTERFACE_SGI=eth2
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