Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSM Packages
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vnf-onboarding
OSM Packages
Merge requests
!143
Updated hackfest_multivdu_vnf: changed image from US1604 to ubuntu20.04
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated hackfest_multivdu_vnf: changed image from US1604 to ubuntu20.04
hackfest_multivdu
into
master
Overview
0
Commits
3
Pipelines
7
Changes
1
Merged
aguilarherna
requested to merge
hackfest_multivdu
into
master
3 years ago
Overview
0
Commits
3
Pipelines
7
Changes
1
Expand
Updated image used in VNF to Ubuntu 20.04.
0
0
Merge request reports
Compare
version 2
version 2
b535efcc
3 years ago
version 1
aa32f7c1
3 years ago
master (base)
and
latest version
latest version
fb918b78
3 commits,
3 years ago
version 2
b535efcc
2 commits,
3 years ago
version 1
aa32f7c1
1 commit,
3 years ago
Show latest version
1 file
+
10
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
10
−
10
Options
@@ -18,11 +18,11 @@ publish-repository:
-
rm -rf osmclient/ IM/
-
mv magma/* .
-
mv charm-packages/* .
-
LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm -vvv repo-index --origin . --destination vnf-catalog
-
|
sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
put -r vnf-catalog/* Testing
EOF
#
- LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm -vvv repo-index --origin . --destination vnf-catalog
#
- |
#
sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
#
put -r vnf-catalog/* Testing
#
EOF
rules
:
-
if
:
'
$CI_COMMIT_REF_PROTECTED
==
"true"'
when
:
on_success
@@ -48,11 +48,11 @@ build-local-repository:
-
rm -rf osmclient/ IM/
-
mv magma/* .
-
mv charm-packages/* .
-
LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm -vvv repo-index --origin . --destination vnf-catalog
-
|
sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
put -r vnf-catalog/* Testing/Premerge
EOF
#
- LC_ALL=C.UTF-8 oLANG=C.UTF-8 osm -vvv repo-index --origin . --destination vnf-catalog
#
- |
#
sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
#
put -r vnf-catalog/* Testing/Premerge
#
EOF
rules
:
-
if
:
'
$CI_COMMIT_REF_PROTECTED
==
"false"'
when
:
on_success
Loading