Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
22a915cf
Commit
22a915cf
authored
Apr 20, 2021
by
Mohammed Ismail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix on the tag
Signed-off-by:
Mohammed Ismail
<
mohammed.ismail@openairinterface.org
>
parent
7f67a3e2
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
85 deletions
+16
-85
charts/physims/charts/dlsim/templates/deployment.yaml
charts/physims/charts/dlsim/templates/deployment.yaml
+1
-1
charts/physims/charts/ldpctest/templates/deployment.yaml
charts/physims/charts/ldpctest/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-dlsim/templates/deployment.yaml
charts/physims/charts/nr-dlsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-prachsim/templates/deployment.yaml
charts/physims/charts/nr-prachsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
+1
-1
charts/physims/charts/nr-ulsim/templates/deployment.yaml
charts/physims/charts/nr-ulsim/templates/deployment.yaml
+1
-1
charts/physims/charts/polartest/templates/deployment.yaml
charts/physims/charts/polartest/templates/deployment.yaml
+1
-1
charts/physims/charts/smallblocktest/templates/deployment.yaml
...s/physims/charts/smallblocktest/templates/deployment.yaml
+1
-1
charts/physims/charts/ulsim/templates/deployment.yaml
charts/physims/charts/ulsim/templates/deployment.yaml
+1
-1
charts/physims/values.yaml
charts/physims/values.yaml
+3
-73
ci-scripts/cls_physim1.py
ci-scripts/cls_physim1.py
+1
-0
No files found.
charts/physims/charts/dlsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/ldpctest/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-dlsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-prachsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/nr-ulsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/polartest/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/smallblocktest/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/charts/ulsim/templates/deployment.yaml
View file @
22a915cf
...
...
@@ -24,7 +24,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
physim
image
:
"
{{
.Values.
image.repository
}}:{{
.Values
.image.version
}}"
image
:
"
{{
.Values.
global.image.repository
}}:{{
.Values.global
.image.version
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
...
...
charts/physims/values.yaml
View file @
22a915cf
...
...
@@ -5,150 +5,80 @@
global
:
serviceAccountName
:
oai-physim-sa
namespace
:
"
oaicicd-ran-tmp"
image
:
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
TAG
## Declaring values specific to coressponding physim to overwrite
dlsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
ulsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
ldpctest
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
polartest
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-pbchsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-dlsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-dlschsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
smallblocktest
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-ulschsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-pucchsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-ulsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
nr-prachsim
:
replicaCount
:
1
image
:
registry
:
local
repository
:
image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-physim
version
:
temp
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
service
:
type
:
ClusterIP
port
:
80
ci-scripts/cls_physim1.py
View file @
22a915cf
...
...
@@ -171,6 +171,7 @@ class PhySim:
logging
.
debug
(
'
\u001B
[1m Image "oai-physim" push to OC Cluster Registry Successfully
\u001B
[0m'
)
# Using helm charts deployment
mySSH
.
command
(
f'sed -i -e "s#TAG#
{
imageTag
}
#g" ./charts/physims/values.yaml'
,
'\$'
,
6
)
mySSH
.
command
(
'helm install physim ./charts/physims/ | tee -a cmake_targets/log/physim_helm_summary.txt 2>&1'
,
'\$'
,
6
)
if
mySSH
.
getBefore
().
count
(
'STATUS: deployed'
)
==
0
:
logging
.
error
(
'
\u001B
[1m Deploying PhySim Failed using helm chart on OC Cluster
\u001B
[0m'
)
...
...
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