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
!142
add native charm for centos
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add native charm for centos
native_charm_centos7
into
master
Overview
0
Commits
2
Pipelines
4
Changes
10
Merged
adecoa
requested to merge
native_charm_centos7
into
master
3 years ago
Overview
0
Commits
2
Pipelines
4
Changes
10
Expand
Signed-off-by: endika
endika.aldecoa@ehu.eus
Edited
3 years ago
by
adecoa
0
0
Merge request reports
Viewing commit
6cf131e4
Prev
Next
Show latest version
10 files
+
261
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
6cf131e4
add native charm for centos
· 6cf131e4
adecoa
authored
3 years ago
Signed-off-by:
endika
<
endika.aldecoa@ehu.eus
>
charm-packages/native_charm_centos_vnf/native_charm_centos_vnfd.yaml
0 → 100644
+
78
−
0
Options
vnfd
:
description
:
A VNF consisting of 1 VDU connected to two external VL, and one for
data and another one for management
df
:
-
id
:
default-df
instantiation-level
:
-
id
:
default-instantiation-level
vdu-level
:
-
number-of-instances
:
1
vdu-id
:
mgmtVM
vdu-profile
:
-
id
:
mgmtVM
min-number-of-instances
:
1
lcm-operations-configuration
:
operate-vnf-op-config
:
day1-2
:
-
config-access
:
ssh-access
:
default-user
:
centos
required
:
true
config-primitive
:
-
name
:
touch
execution-environment-ref
:
simple-ee
parameter
:
-
data-type
:
STRING
default-value
:
/home/centos/touched
name
:
filename
id
:
mgmtVM
execution-environment-list
:
-
id
:
simple-ee
juju
:
charm
:
simple
proxy
:
false
initial-config-primitive
:
-
name
:
touch
execution-environment-ref
:
simple-ee
parameter
:
-
data-type
:
STRING
name
:
filename
value
:
/home/centos/first-touch
seq
:
1
ext-cpd
:
-
id
:
vnf-mgmt-ext
int-cpd
:
cpd
:
mgmtVM-eth0-int
vdu-id
:
mgmtVM
id
:
native_charm_centos-vnf
mgmt-cp
:
vnf-mgmt-ext
product-name
:
native_charm_centos-vnf
sw-image-desc
:
-
id
:
centos7
image
:
centos7
name
:
centos7
vdu
:
-
cloud-init-file
:
cloud-config.txt
id
:
mgmtVM
int-cpd
:
-
id
:
mgmtVM-eth0-int
virtual-network-interface-requirement
:
-
name
:
mgmtVM-eth0
position
:
1
virtual-interface
:
type
:
PARAVIRT
name
:
mgmtVM
sw-image-desc
:
centos7
virtual-compute-desc
:
mgmtVM-compute
virtual-storage-desc
:
-
mgmtVM-storage
version
:
1.0
virtual-compute-desc
:
-
id
:
mgmtVM-compute
virtual-cpu
:
num-virtual-cpu
:
1
virtual-memory
:
size
:
1.0
virtual-storage-desc
:
-
id
:
mgmtVM-storage
size-of-storage
:
10
Loading