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

Updating slice packages

parent ac678969
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
#cloud-config
network:
  version: 2
  ethernets:
    ens3:
      dhcp4: true
    ens4:
      dhcp4: true
    ens5:
      dhcp4: true
 No newline at end of file
+5 −4
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ 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
@@ -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

+8 −2
Original line number Diff line number Diff line
---
#cloud-config
network:
  version: 2
  ethernets:
    ens3:
      dhcp4: true
    ens4:
      dhcp4: true
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ 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