Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thierry Turletti
oai-cn5g-fed
Commits
84f757b4
Commit
84f757b4
authored
4 years ago
by
Mohammed Ismail
Browse files
Options
Downloads
Patches
Plain Diff
[CI] update to adopt NRF
Signed-off-by:
Mohammed Ismail
<
mohammed.ismail@openairinterface.org
>
parent
7ee856cf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-scripts/Jenkinsfile-GitLab-Docker
+5
-5
5 additions, 5 deletions
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/dsTesterDockerCompose/docker-compose.tplt
+17
-15
17 additions, 15 deletions
ci-scripts/dsTesterDockerCompose/docker-compose.tplt
with
22 additions
and
20 deletions
ci-scripts/Jenkinsfile-GitLab-Docker
+
5
−
5
View file @
84f757b4
...
...
@@ -60,13 +60,13 @@ def scmEvent = false
def
upstreamEvent
=
false
// Default tags / branches --> could be passed on by upstream job or by PR content
def
nrfTag
=
'd
evelop
'
def
nrfBranch
=
'd
ockerfile
'
def
amfTag
=
'
develop
'
def
nrfTag
=
'd
ockerfile
'
def
nrfBranch
=
'd
evelop
'
def
amfTag
=
'
nrf-com
'
def
amfBranch
=
'develop'
def
smfTag
=
'd
evelop
'
def
smfTag
=
'd
ockerfile
'
def
smfBranch
=
'develop'
def
spgwuTag
=
'
v1.1.0
'
def
spgwuTag
=
'
nrf-com
'
def
spgwuBranch
=
'master'
//-------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/dsTesterDockerCompose/docker-compose.tplt
+
17
−
15
View file @
84f757b4
...
...
@@ -9,6 +9,7 @@ services:
volumes:
- ../../docker-compose/oai_db.sql:/docker-entrypoint-initdb.d/oai_db.sql:rw
environment:
- TZ=Europe/Paris
- MYSQL_DATABASE=oai_db
- MYSQL_USER=test
- MYSQL_PASSWORD=test
...
...
@@ -29,6 +30,7 @@ services:
- 80
- 9090
environment:
- TZ=Europe/Paris
- NRF_INTERFACE_NAME_FOR_SBI=eth0
- NRF_INTERFACE_PORT_FOR_SBI=80
- NRF_INTERFACE_HTTP2_PORT_FOR_SBI=9090
...
...
@@ -81,9 +83,11 @@ services:
- SMF_INSTANCE_ID_0=1
- SMF_IPV4_ADDR_0=192.168.61.197
- SMF_HTTP_VERSION_0=v1
- SELECTED_0=true
- SMF_INSTANCE_ID_1=2
- SMF_IPV4_ADDR_1=192.168.61.197
- SMF_HTTP_VERSION_1=v1
- SELECTED_1=false
- MYSQL_SERVER=cicd-mysql-svr
- MYSQL_USER=root
- MYSQL_PASS=linux
...
...
@@ -91,6 +95,8 @@ services:
- OPERATOR_KEY=63bfa50ee6523365ff14c1f45f88737d
- NRF_IPV4_ADDRESS=192.168.61.195
- NRF_PORT=80
- NF_REGISTRATION=yes
- SMF_SELECTION=yes
- NRF_API_VERSION=v1
- AUSF_IPV4_ADDRESS=192.168.61.210
- AUSF_PORT=80
...
...
@@ -116,7 +122,9 @@ services:
image: oai-smf:SMF_IMAGE_TAG
ports:
- 80
- 9090
environment:
- TZ=Europe/Paris
- INSTANCE=1
- PID_DIRECTORY=/var/run
- SMF_INTERFACE_NAME_FOR_N4=eth0
...
...
@@ -136,6 +144,8 @@ services:
- NRF_IPV4_ADDRESS=192.168.61.195
- NRF_PORT=80
- NRF_API_VERSION=v1
- REGISTER_NRF=yes
- DISCOVER_UPF=yes
depends_on:
- cicd_oai_nrf
- cicd_oai_amf
...
...
@@ -154,32 +164,24 @@ services:
cicd_oai_upf:
container_name: cicd-oai-upf
image: oai-spgwu
-tiny:v1.1.0
image: oai-spgwu
:develop
ports:
- 2152
- 8805
environment:
- TZ=Europe/Paris
- PID_DIRECTORY=/var/run
- SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP=eth0
- SGW_INTERFACE_NAME_FOR_SX=eth0
- PGW_INTERFACE_NAME_FOR_SGI=eth0
- NETWORK_UE_NAT_OPTION=yes
- NETWORK_UE_IP=12.0.0.0/24
- THREAD_S1U_PRIO=9090
- S1U_THREADS=16
- THREAD_SX_PRIO=64
- SX_THREADS=1
- THREAD_SGI_PRIO=64
- SGI_THREADS=16
- SPGWC0_IP_ADDRESS=192.168.61.197
- BYPASS_UL_PFCP_RULES=no
- MCC=208
- MNC=95
- MNC03=095
- TAC=40960
- GW_ID=1
- REALM=openairinterface.org
- NRF_IPV4_ADDRESS=192.168.61.195
- NRF_PORT=80
- NRF_API_VERSION=v1
- REGISTER_NRF=yes
depends_on:
- cicd_oai_nrf
- cicd_oai_smf
cap_add:
- NET_ADMIN
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment