Commit 006ca221 authored by lionelgo's avatar lionelgo

changed tag ci-tmp to onap-test

parent 4e909658
...@@ -17,7 +17,7 @@ These configmaps and secret will be shared by all the build configs in your OC p ...@@ -17,7 +17,7 @@ These configmaps and secret will be shared by all the build configs in your OC p
On a machine connected to the OpenShift Cluster, create the target image stream and the build configuration. On a machine connected to the OpenShift Cluster, create the target image stream and the build configuration.
Note that the project name is currently hard-coded to `oaicicd-tmp`. Note that the project name is currently hard-coded to `oai-cn`.
**TODO: pass as env variables: branch name, image tag and project name** **TODO: pass as env variables: branch name, image tag and project name**
...@@ -49,7 +49,7 @@ You should see a successful buid when : ...@@ -49,7 +49,7 @@ You should see a successful buid when :
```bash ```bash
... ...
Pushing image image-registry.openshift-image-registry.svc:5000/oaicicd-tmp/oai-spgwu-tiny:ci-tmp ... Pushing image image-registry.openshift-image-registry.svc:5000/oai-cn/oai-spgwu-tiny:onap-test ...
Getting image source signatures Getting image source signatures
Copying blob sha256:087e0da17c56af1aaf0a1eba37169b46f6c46936b554b7e13f11165dac4ba8ef Copying blob sha256:087e0da17c56af1aaf0a1eba37169b46f6c46936b554b7e13f11165dac4ba8ef
... ...
...@@ -57,6 +57,6 @@ Copying blob sha256:0adcf0e0c86fbba84ed7a22a57a2cd4d7695c1ce858dd03f03dc3002880b ...@@ -57,6 +57,6 @@ Copying blob sha256:0adcf0e0c86fbba84ed7a22a57a2cd4d7695c1ce858dd03f03dc3002880b
Copying config sha256:73330dfa1a733335355324848a02ba1899f9d125559979f9911f3dedcd4450ca Copying config sha256:73330dfa1a733335355324848a02ba1899f9d125559979f9911f3dedcd4450ca
Writing manifest to image destination Writing manifest to image destination
Storing signatures Storing signatures
Successfully pushed image-registry.openshift-image-registry.svc:5000/oaicicd-tmp/oai-spgwu-tiny@sha256:c1de087af5515d22e40486fb181f6ff65a7f34788d8174aa122d686667042cf9 Successfully pushed image-registry.openshift-image-registry.svc:5000/oai-cn/oai-spgwu-tiny@sha256:c1de087af5515d22e40486fb181f6ff65a7f34788d8174aa122d686667042cf9
Push successful Push successful
``` ```
...@@ -29,7 +29,7 @@ spec: ...@@ -29,7 +29,7 @@ spec:
source: source:
git: git:
uri: "https://github.com/OPENAIRINTERFACE/openair-spgwu-tiny.git" uri: "https://github.com/OPENAIRINTERFACE/openair-spgwu-tiny.git"
ref: "dockerfile-improvements-2020-08" ref: "helm3.1-onap-sync-with-cn-split-repos"
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-spgwu-tiny:ci-tmp" name: "oai-spgwu-tiny:onap-test"
...@@ -23,6 +23,6 @@ apiVersion: v1 ...@@ -23,6 +23,6 @@ apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: oai-spgwu-tiny name: oai-spgwu-tiny
namespace: oaicicd-tmp namespace: oai-cn
status: status:
tag: ci-tmp tag: onap-test
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