Commit 61aa154c authored by vicens's avatar vicens
Browse files

Updating slice packages


Signed-off-by: vicens's avatarFelipe Vicens <felipe.vicens@atos.net>
parent ac678969
#cloud-config
network:
version: 2
ethernets:
ens3:
dhcp4: true
ens4:
dhcp4: true
ens5:
dhcp4: true
\ No newline at end of file
......@@ -30,7 +30,8 @@ vnfd-catalog:
name: ubuntu_slice-VM
description: ubuntu_slice-VM
count: 1
cloud-init-file: cloud-config.txt
# Flavour of the VM to be instantiated for the VDU
# flavor below can fit into m1.micro
vm-flavor:
......@@ -49,21 +50,21 @@ vnfd-catalog:
type: EXTERNAL
virtual-interface:
type: VIRTIO
bandwidth: '0'
bandwidth: 0
vpci: 0000:00:0a.0
external-connection-point-ref: eth0
- name: eth1
type: EXTERNAL
virtual-interface:
type: VIRTIO
bandwidth: '0'
bandwidth: 0
vpci: 0000:00:0a.0
external-connection-point-ref: eth1
- name: eth2
type: EXTERNAL
virtual-interface:
type: VIRTIO
bandwidth: '0'
bandwidth: 0
vpci: 0000:00:0a.0
external-connection-point-ref: eth2
......
---
#cloud-config
\ No newline at end of file
#cloud-config
network:
version: 2
ethernets:
ens3:
dhcp4: true
ens4:
dhcp4: true
\ No newline at end of file
......@@ -30,7 +30,8 @@ vnfd-catalog:
name: ubuntu_slice-VM
description: ubuntu_slice-VM
count: 1
cloud-init-file: cloud-config.txt
# Flavour of the VM to be instantiated for the VDU
# flavor below can fit into m1.micro
vm-flavor:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment