Update April
This commit is contained in:
99
deployments/trainee/gnb-du-08.yaml
Normal file
99
deployments/trainee/gnb-du-08.yaml
Normal file
@@ -0,0 +1,99 @@
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
annotations:
|
||||
app.openshift.io/connects-to: '[{"apiVersion":"apps.openshift.io/v1","kind":"DeploymentConfig","name":"oai-cu-08"},{"apiVersion":"apps/v1","kind":"DeploymentConfig","name":"oai-cu-08"}]'
|
||||
name: oai-du-08
|
||||
namespace: infidel-test
|
||||
labels:
|
||||
app.kubernetes.io/part-of: trainee-08
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/part-of: trainee-08
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/part-of: trainee-08
|
||||
creationTimestamp: null
|
||||
annotations:
|
||||
k8s.v1.cni.cncf.io/networks: 'oai-du-cu-08-net'
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
serviceAccountName: oai-sa
|
||||
schedulerName: default-scheduler
|
||||
terminationGracePeriodSeconds: 30
|
||||
securityContext: {}
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: ocp-w-3.lab.ocp.lan
|
||||
containers:
|
||||
- name: inf-du
|
||||
resources: {}
|
||||
env:
|
||||
- name: RFSIMULATOR
|
||||
value: server
|
||||
- name: USE_SA_TDD_DU
|
||||
value: "1"
|
||||
- name: GNB_NAME
|
||||
value: gnb-du-08
|
||||
- name: GNB_ID
|
||||
value: "e08"
|
||||
- name: TAC
|
||||
value: "1"
|
||||
- name: MCC
|
||||
value: "208"
|
||||
- name: MNC
|
||||
value: "99"
|
||||
- name: MNC_LENGTH
|
||||
value: "2"
|
||||
- name: NSSAI_SST
|
||||
value: "1"
|
||||
- name: AMF_IP_ADDRESS
|
||||
value: "192.168.34.11"
|
||||
- name: UPF_IP_ADDRESS
|
||||
value: "192.168.34.10"
|
||||
- name: GNB_NGA_IF_NAME
|
||||
value: net1
|
||||
- name: GNB_NGA_IP_ADDRESS
|
||||
value: "192.168.34.19"
|
||||
- name: GNB_NGU_IF_NAME
|
||||
value: net1
|
||||
- name: GNB_NGU_IP_ADDRESS
|
||||
value: "192.168.34.19"
|
||||
- name: F1_IF_NAME
|
||||
value: "net2"
|
||||
- name: F1_DU_IP_ADDRESS
|
||||
value: "192.168.35.34"
|
||||
- name: F1_CU_IP_ADDRESS
|
||||
value: "192.168.35.33"
|
||||
- name: F1_DU_D_PORT
|
||||
value: "2153"
|
||||
- name: F1_CU_D_PORT
|
||||
value: "2153"
|
||||
- name: USE_ADDITIONAL_OPTIONS
|
||||
value: --sa --rfsim --log_config.global_log_options level,nocolor,time
|
||||
securityContext:
|
||||
privileged: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- name: dev-tun
|
||||
readOnly: true
|
||||
mountPath: /dev/net/tun
|
||||
terminationMessagePolicy: File
|
||||
image: '192.168.22.1:5000/oai-gnb'
|
||||
serviceAccount: oai-sa
|
||||
volumes:
|
||||
- name: dev-tun
|
||||
hostPath:
|
||||
path: /dev/net/tun
|
||||
type: ''
|
||||
dnsPolicy: ClusterFirst
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 25%
|
||||
maxSurge: 25%
|
||||
revisionHistoryLimit: 10
|
||||
progressDeadlineSeconds: 600
|
||||
Reference in New Issue
Block a user