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
d78a1913
Commit
d78a1913
authored
4 years ago
by
vicens
Browse files
Options
Downloads
Patches
Plain Diff
Updating slicing package to activate extra interfaces
Signed-off-by:
Felipe Vicens
<
felipe.vicens@atos.net
>
parent
47eb05f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
slice_basic_middle_vnf/cloud_init/cloud-config.txt
+22
-9
22 additions, 9 deletions
slice_basic_middle_vnf/cloud_init/cloud-config.txt
slice_basic_vnf/cloud_init/cloud-config.txt
+21
-7
21 additions, 7 deletions
slice_basic_vnf/cloud_init/cloud-config.txt
with
43 additions
and
16 deletions
slice_basic_middle_vnf/cloud_init/cloud-config.txt
+
22
−
9
View file @
d78a1913
#cloud-config
network:
version: 2
ethernets:
ens3:
dhcp4: true
ens4:
dhcp4: true
ens5:
dhcp4: true
\ No newline at end of file
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True
write_files:
- content: |
network:
version: 2
ethernets:
ens3:
dhcp4: true
ens4:
dhcp4: true
ens5:
dhcp4: true
owner: root:root
permissions: '0644'
path: /etc/netplan/01-netcfg.yaml
runcmd:
- [ mv, /etc/netplan/50-cloud-init.yaml, /etc/netplan/50-cloud-init.yaml.bak ]
- [ netplan, apply ]
This diff is collapsed.
Click to expand it.
slice_basic_vnf/cloud_init/cloud-config.txt
+
21
−
7
View file @
d78a1913
#cloud-config
network:
version: 2
ethernets:
ens3:
dhcp4: true
ens4:
dhcp4: true
\ No newline at end of file
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True
write_files:
- content: |
network:
version: 2
ethernets:
ens3:
dhcp4: true
ens4:
dhcp4: true
owner: root:root
permissions: '0644'
path: /etc/netplan/01-netcfg.yaml
runcmd:
- [ mv, /etc/netplan/50-cloud-init.yaml, /etc/netplan/50-cloud-init.yaml.bak ]
- [ netplan, apply ]
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