Commit 01c8e3e6 authored by Raphael Defosseux's avatar Raphael Defosseux

[OC]: point to proper namespace and branch

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 50fbb1f1
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-ran:ci-ran-tmp AS enb-build FROM image-registry.openshift-image-registry.svc:5000/oai/oai-ran:latest AS enb-build
WORKDIR /oai-enb WORKDIR /oai-enb
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-ran:tmp-rhel8-latest AS enb-build FROM image-registry.openshift-image-registry.svc:5000/oai/oai-ran:rhel8-latest AS enb-build
WORKDIR /oai-ran WORKDIR /oai-ran
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-ran:ci-ran-tmp AS gnb-build FROM image-registry.openshift-image-registry.svc:5000/oai/oai-ran:latest AS gnb-build
WORKDIR /oai-gnb WORKDIR /oai-gnb
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-ran:tmp-rhel8-latest AS gnb-build FROM image-registry.openshift-image-registry.svc:5000/oai/oai-ran:rhel8-latest AS gnb-build
WORKDIR /oai-ran WORKDIR /oai-ran
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-ran:tmp-rhel8-latest AS lte-ue-build FROM image-registry.openshift-image-registry.svc:5000/oai/oai-ran:rhel8-latest AS lte-ue-build
WORKDIR /oai-ran WORKDIR /oai-ran
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
#--------------------------------------------------------------------- #---------------------------------------------------------------------
FROM image-registry.openshift-image-registry.svc:5000/oaicicd-ran-tmp/oai-ran:tmp-rhel8-latest AS nr-ue-build FROM image-registry.openshift-image-registry.svc:5000/oai/oai-ran:rhel8-latest AS nr-ue-build
WORKDIR /oai-ran WORKDIR /oai-ran
......
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
#still needed for the target image #still needed for the target image
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
secrets: secrets:
...@@ -52,4 +52,4 @@ spec: ...@@ -52,4 +52,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-enb:ci-ran-tmp" name: "oai-enb:latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-enb name: oai-enb
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: ci-ran-tmp tag: latest
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
#still needed for the target image #still needed for the target image
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
strategy: strategy:
...@@ -45,4 +45,4 @@ spec: ...@@ -45,4 +45,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-enb:tmp-rhel8-latest" name: "oai-enb:rhel8-latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-enb name: oai-enb
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: tmp-rhel8-latest tag: rhel8-latest
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
#still needed for the target image #still needed for the target image
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
secrets: secrets:
...@@ -52,4 +52,4 @@ spec: ...@@ -52,4 +52,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-gnb:ci-ran-tmp" name: "oai-gnb:latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-gnb name: oai-gnb
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: ci-ran-tmp tag: latest
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
#still needed for the target image #still needed for the target image
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
strategy: strategy:
...@@ -45,4 +45,4 @@ spec: ...@@ -45,4 +45,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-gnb:tmp-rhel8-latest" name: "oai-gnb:rhel8-latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-gnb name: oai-gnb
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: tmp-rhel8-latest tag: rhel8-latest
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
#still needed for the target image #still needed for the target image
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
strategy: strategy:
...@@ -45,4 +45,4 @@ spec: ...@@ -45,4 +45,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-lte-ue:tmp-rhel8-latest" name: "oai-lte-ue:rhel8-latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-lte-ue name: oai-lte-ue
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: tmp-rhel8-latest tag: rhel8-latest
...@@ -30,7 +30,7 @@ spec: ...@@ -30,7 +30,7 @@ spec:
#still needed for the target image #still needed for the target image
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
strategy: strategy:
...@@ -45,4 +45,4 @@ spec: ...@@ -45,4 +45,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-nr-ue:tmp-rhel8-latest" name: "oai-nr-ue:rhel8-latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-nr-ue name: oai-nr-ue
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: tmp-rhel8-latest tag: rhel8-latest
...@@ -29,7 +29,7 @@ spec: ...@@ -29,7 +29,7 @@ spec:
source: source:
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
secrets: secrets:
...@@ -49,4 +49,4 @@ spec: ...@@ -49,4 +49,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-ran:ci-ran-tmp" name: "oai-ran:latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-ran name: oai-ran
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: ci-ran-tmp tag: latest
...@@ -29,7 +29,7 @@ spec: ...@@ -29,7 +29,7 @@ spec:
source: source:
git: git:
uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git" uri: "https://gitlab.eurecom.fr/oai/openairinterface5g.git"
ref: "rh_ci_oc" ref: "develop"
httpProxy: http://proxy.eurecom.fr:8080 httpProxy: http://proxy.eurecom.fr:8080
httpsProxy: https://proxy.eurecom.fr:8080 httpsProxy: https://proxy.eurecom.fr:8080
secrets: secrets:
...@@ -54,4 +54,4 @@ spec: ...@@ -54,4 +54,4 @@ spec:
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"
name: "oai-ran:tmp-rhel8-latest" name: "oai-ran:rhel8-latest"
...@@ -24,7 +24,7 @@ apiVersion: v1 ...@@ -24,7 +24,7 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-ran name: oai-ran
namespace: oaicicd-ran-tmp namespace: oai
status: status:
tag: tmp-rhel8-latest tag: rhel8-latest
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment