Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-upf-vpp
Commits
a58a0358
Commit
a58a0358
authored
Jun 03, 2021
by
Rohan
Browse files
rhel7 patch fix
parent
b568e219
Changes
3
Hide whitespace changes
Inline
Side-by-side
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-0
4-30 14:53:42.462488110
+0200
+++ b/Makefile
2021-0
4-30 14:50
:5
3
.1
89155910
+0200
--- a/Makefile
2021-0
6-03 13:13:38.123080239
+0200
+++ b/Makefile
2021-0
6-03 13:15
:5
8
.1
38016487
+0200
@@ -279,9 +279,9 @@
else ifneq ("$(wildcard /etc/redhat-release)","")
ifeq ($(OS_ID),rhel)
@sudo -E yum-config-manager --enable rhel-server-rhscl-7-rpms
-
@sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
-
@sudo -E yum install $(CONFIRM) $(RPM_DEPENDS)
-
@sudo -E debuginfo-install $(CONFIRM) glibc openssl-libs mbedtls-devel zlib
+
@sudo -E yum groupinstall -y $(RPM_DEPENDS_GROUPS)
+
@sudo -E yum install -y $(RPM_DEPENDS)
+
@sudo -E debuginfo-install -y glibc openssl-libs mbedtls-devel zlib
@sudo -E yum-config-manager --enable rhel-server-rhscl-7-rpms
-
@sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
-
@sudo -E yum install $(CONFIRM) $(RPM_DEPENDS)
-
@sudo -E debuginfo-install $(CONFIRM) glibc openssl-libs mbedtls-devel zlib
+
@sudo -E yum groupinstall -y $(RPM_DEPENDS_GROUPS)
+
@sudo -E yum install -y $(RPM_DEPENDS)
+
@sudo -E debuginfo-install -y glibc openssl-libs mbedtls-devel zlib
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 \
@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
Supports
Markdown
0%
Try again
or
attach a new 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