install_osm: preliminary code to install LW-UI from OSM repo
[osm/devops.git] / descriptor-packages / vnfd / hackfest_simplecharm_vnf / cloud_init / cloud-config.txt
index 2140ee0..f6c1b9d 100755 (executable)
@@ -1,4 +1,13 @@
-#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
+