summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Rename wks file with new Enea Edge namefeature_CPDX-3570Catalin Iova2021-05-131-0/+0
| | | | | Change-Id: Ia340aa58508bb3fd211a2a8ec715f43756424d8a Signed-off-by: Catalin Iova <Catalin.Iova@enea.com>
* Enea VNF: use UUID instead of block device nameAdrian Calianu2018-06-291-2/+2
| | | | | | | | | | | | | The block device name(sda,sdb,vda,..) from guest/VNF is dependent on the way of how qemu mounts the qcow2: HDD, virtio,... In order to avoid mount issues in guest/VNF the partition UUID must be used whenever is possible. Explicitly set the partition type according to doc: https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Enea VNF: lower the number of hugepages so we can boot it with 1GBAdrian Calianu2018-06-191-1/+1
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* enea-nfv-access-vnf: generate disk imageAdrian Calianu2018-05-181-0/+5
image-vm/qcow2 bbclass was removed from poky and replaced with wic.qcow2. For this solution we need a customer wks file. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>