Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSM Packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Automate
Agent sessions
Code
Merge requests
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
GitLab 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
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
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
Updated hackfest_multivdu_vnf: changed image from US1604 to ubuntu20.04
aguilarherna
requested to merge
hackfest_multivdu
into
master
Apr 7, 2021
Overview
0
Commits
3
Pipelines
7
Changes
1
Updated image used in VNF to Ubuntu 20.04.
0
0
Merge request reports
Compare
master
version 2
b535efcc
Apr 13, 2021
version 1
aa32f7c1
Apr 7, 2021
master (base)
and
latest version
latest version
fb918b78
3 commits,
Apr 13, 2021
version 2
b535efcc
2 commits,
Apr 13, 2021
version 1
aa32f7c1
1 commit,
Apr 7, 2021
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hackfest_multivdu_vnf/hackfest_multivdu_vnfd.yaml
+
5
−
5
View file @ fb918b78
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,9 +29,9 @@ vnfd:
mgmt-cp
:
vnf-mgmt-ext
product-name
:
hackfest_multivdu-vnf
sw-image-desc
:
-
id
:
US16
04
image
:
US16
04
name
:
US16
04
-
id
:
ubuntu20.
04
image
:
ubuntu20.
04
name
:
ubuntu20.
04
vdu
:
-
id
:
mgmtVM
int-cpd
:
@@ -49,7 +49,7 @@ vnfd:
virtual-interface
:
type
:
PARAVIRT
name
:
mgmtVM
sw-image-desc
:
US16
04
sw-image-desc
:
ubuntu20.
04
virtual-compute-desc
:
mgmtVM-compute
virtual-storage-desc
:
-
mgmtVM-storage
@@ -69,7 +69,7 @@ vnfd:
virtual-interface
:
type
:
PARAVIRT
name
:
dataVM
sw-image-desc
:
US16
04
sw-image-desc
:
ubuntu20.
04
virtual-compute-desc
:
dataVM-compute
virtual-storage-desc
:
-
dataVM-storage
Loading