Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-Spgwu-Tiny-Simple
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
Operations
Operations
Metrics
Environments
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
CommunityXG
OpenXG-Spgwu-Tiny-Simple
Commits
006ca221
Commit
006ca221
authored
Aug 28, 2020
by
lionelgo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed tag ci-tmp to onap-test
parent
4e909658
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
openshift/README.md
openshift/README.md
+3
-3
openshift/oai-spgwu-tiny-build-config.yml
openshift/oai-spgwu-tiny-build-config.yml
+2
-2
openshift/oai-spgwu-tiny-image-stream.yml
openshift/oai-spgwu-tiny-image-stream.yml
+2
-2
No files found.
openshift/README.md
View file @
006ca221
...
...
@@ -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.
Note that the project name is currently hard-coded to
`oai
cicd-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**
...
...
@@ -49,7 +49,7 @@ You should see a successful buid when :
```
bash
...
Pushing image image-registry.openshift-image-registry.svc:5000/oai
cicd-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
Copying blob sha256:087e0da17c56af1aaf0a1eba37169b46f6c46936b554b7e13f11165dac4ba8ef
...
...
...
@@ -57,6 +57,6 @@ Copying blob sha256:0adcf0e0c86fbba84ed7a22a57a2cd4d7695c1ce858dd03f03dc3002880b
Copying config sha256:73330dfa1a733335355324848a02ba1899f9d125559979f9911f3dedcd4450ca
Writing manifest to image destination
Storing signatures
Successfully pushed image-registry.openshift-image-registry.svc:5000/oai
cicd-tmp
/oai-spgwu-tiny@sha256:c1de087af5515d22e40486fb181f6ff65a7f34788d8174aa122d686667042cf9
Successfully pushed image-registry.openshift-image-registry.svc:5000/oai
-cn
/oai-spgwu-tiny@sha256:c1de087af5515d22e40486fb181f6ff65a7f34788d8174aa122d686667042cf9
Push successful
```
openshift/oai-spgwu-tiny-build-config.yml
View file @
006ca221
...
...
@@ -29,7 +29,7 @@ spec:
source
:
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
httpsProxy
:
https://proxy.eurecom.fr:8080
secrets
:
...
...
@@ -49,4 +49,4 @@ spec:
output
:
to
:
kind
:
"
ImageStreamTag"
name
:
"
oai-spgwu-tiny:
ci-tmp
"
name
:
"
oai-spgwu-tiny:
onap-test
"
openshift/oai-spgwu-tiny-image-stream.yml
View file @
006ca221
...
...
@@ -23,6 +23,6 @@ apiVersion: v1
kind
:
ImageStream
metadata
:
name
:
oai-spgwu-tiny
namespace
:
oai
cicd-tmp
namespace
:
oai
-cn
status
:
tag
:
ci-tmp
tag
:
onap-test
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