Change-Id: I506813b5fb4878a3873ca4aab86d7112c907b5a4
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
- vnfd-id-ref: hackfest-simplecharm-vnf
member-vnf-index: '2'
vld:
- - id: mgmt
- name: mgmt
- short-name: mgmt
+ - id: mgmtnet
+ name: mgmtnet
+ short-name: mgmtnet
type: ELAN
mgmt-network: 'true'
vim-network-name: mgmt
- vnfd-id-ref: hackfest-simplecharm-vnf
member-vnf-index-ref: '2'
vnfd-connection-point-ref: vnf-data
+
-#cloud-config\r
-password: osm4u\r
-chpasswd: { expire: False }\r
-ssh_pwauth: True\r
+#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
+
- name: filename
data-type: STRING
default-value: '/home/ubuntu/touched'
+