Skip to content
Snippets Groups Projects

Update multivdu VNF descriptor to use ubuntu16.04 image instead of US1604

Closed limon requested to merge patch-4 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ vnfd-catalog:
vdu:
- id: mgmtVM
name: mgmtVM
image: US1604
image: ubuntu16.04
count: 1
vm-flavor:
vcpu-count: 1
@@ -42,9 +42,10 @@ vnfd-catalog:
internal-connection-point-ref: mgmtVM-internal
internal-connection-point:
- id: mgmtVM-internal
cloud-init-file: cloud-config.txt
- id: dataVM
name: dataVM
image: US1604
image: ubuntu16.04
count: 1
vm-flavor:
vcpu-count: 1
@@ -65,4 +66,5 @@ vnfd-catalog:
external-connection-point-ref: vnf-data
internal-connection-point:
- id: dataVM-internal
cloud-init-file: cloud-config.txt
Loading