Commit 4684cbec authored by limon's avatar limon
Browse files

Revert last changes over hackfest_multivdu package

parent e51b46e1
#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True
write_files:
- content: |
# My new helloworld file
owner: root:root
permissions: '0644'
path: /root/helloworld.txt
...@@ -21,7 +21,7 @@ vnfd-catalog: ...@@ -21,7 +21,7 @@ vnfd-catalog:
vdu: vdu:
- id: mgmtVM - id: mgmtVM
name: mgmtVM name: mgmtVM
image: ubuntu16.04 image: US1604
count: 1 count: 1
vm-flavor: vm-flavor:
vcpu-count: 1 vcpu-count: 1
...@@ -42,10 +42,9 @@ vnfd-catalog: ...@@ -42,10 +42,9 @@ vnfd-catalog:
internal-connection-point-ref: mgmtVM-internal internal-connection-point-ref: mgmtVM-internal
internal-connection-point: internal-connection-point:
- id: mgmtVM-internal - id: mgmtVM-internal
cloud-init-file: cloud-config.txt
- id: dataVM - id: dataVM
name: dataVM name: dataVM
image: ubuntu16.04 image: US1604
count: 1 count: 1
vm-flavor: vm-flavor:
vcpu-count: 1 vcpu-count: 1
...@@ -66,5 +65,4 @@ vnfd-catalog: ...@@ -66,5 +65,4 @@ vnfd-catalog:
external-connection-point-ref: vnf-data external-connection-point-ref: vnf-data
internal-connection-point: internal-connection-point:
- id: dataVM-internal - id: dataVM-internal
cloud-init-file: cloud-config.txt
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