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
Commits
16fcab56
Commit
16fcab56
authored
3 years ago
by
aguilard
Browse files
Options
Downloads
Patches
Plain Diff
Added GCP alternative images in two descriptors
parent
60e6a8da
No related branches found
Branches containing commit
No related tags found
1 merge request
!179
Added GCP alternative images in two descriptors
Pipeline
#4148
passed with stage
Stage:
in 2 minutes and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charm-packages/cmr_relation_vnf/cmr_relation_vnfd.yaml
+17
-0
17 additions, 0 deletions
charm-packages/cmr_relation_vnf/cmr_relation_vnfd.yaml
simple_2vm_vnf/simple_2vm_vnfd.yaml
+5
-0
5 additions, 0 deletions
simple_2vm_vnf/simple_2vm_vnfd.yaml
with
22 additions
and
0 deletions
charm-packages/cmr_relation_vnf/cmr_relation_vnfd.yaml
+
17
−
0
View file @
16fcab56
...
...
@@ -150,6 +150,14 @@ vnfd:
-
id
:
ubuntu18.04
image
:
ubuntu18.04
name
:
ubuntu18.04
-
id
:
ubuntu18.04-azure
name
:
ubuntu18.04-azure
image
:
Canonical:UbuntuServer:18.04-LTS:latest
vim-type
:
azure
-
id
:
ubuntu18.04-gcp
name
:
ubuntu18.04-gcp
image
:
ubuntu-os-cloud:image-family:ubuntu-1804-lts
vim-type
:
gcp
kdu
:
-
name
:
native-kdu
juju-bundle
:
bundle.yaml
...
...
@@ -165,6 +173,9 @@ vnfd:
type
:
PARAVIRT
name
:
simple_requires
sw-image-desc
:
ubuntu18.04
alternative-sw-image-desc
:
-
ubuntu18.04-azure
-
ubuntu18.04-gcp
virtual-compute-desc
:
simple_requires-compute
virtual-storage-desc
:
-
simple_requires-storage
...
...
@@ -179,6 +190,9 @@ vnfd:
type
:
PARAVIRT
name
:
simple_requires_kdu
sw-image-desc
:
ubuntu18.04
alternative-sw-image-desc
:
-
ubuntu18.04-azure
-
ubuntu18.04-gcp
virtual-compute-desc
:
simple_requires_kdu-compute
virtual-storage-desc
:
-
simple_requires_kdu-storage
...
...
@@ -193,6 +207,9 @@ vnfd:
type
:
PARAVIRT
name
:
simple_provides
sw-image-desc
:
ubuntu18.04
alternative-sw-image-desc
:
-
ubuntu18.04-azure
-
ubuntu18.04-gcp
virtual-compute-desc
:
simple_provides-compute
virtual-storage-desc
:
-
simple_provides-storage
...
...
This diff is collapsed.
Click to expand it.
simple_2vm_vnf/simple_2vm_vnfd.yaml
+
5
−
0
View file @
16fcab56
...
...
@@ -32,6 +32,10 @@ vnfd:
name
:
ubuntu20.04-azure
image
:
Canonical:0001-com-ubuntu-server-focal:20_04-lts:latest
vim-type
:
azure
-
id
:
ubuntu20.04-gcp
name
:
ubuntu20.04-gcp
image
:
ubuntu-os-cloud:image-family:ubuntu-2004-lts
vim-type
:
gcp
vdu
:
-
id
:
mgmtVM
int-cpd
:
...
...
@@ -52,6 +56,7 @@ vnfd:
sw-image-desc
:
ubuntu20.04
alternative-sw-image-desc
:
-
ubuntu20.04-azure
-
ubuntu20.04-gcp
virtual-compute-desc
:
mgmtVM-compute
virtual-storage-desc
:
-
mgmtVM-storage
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment