X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fvnfd%2Fhackfest_simplecharm_vnf%2Fcloud_init%2Fcloud-config.txt;h=f6c1b9dcf3a0506e7366e58d0318a5df5f2639ce;hb=131fa74b5d343b57705a3202284be33d736085e5;hp=2140ee08c74d6b4306d877c5d0fc674ac6a9ff2a;hpb=0ee30e1c287e82cfa181142ca40c8bd598419b43;p=osm%2Fdevops.git diff --git a/descriptor-packages/vnfd/hackfest_simplecharm_vnf/cloud_init/cloud-config.txt b/descriptor-packages/vnfd/hackfest_simplecharm_vnf/cloud_init/cloud-config.txt index 2140ee08..f6c1b9dc 100755 --- a/descriptor-packages/vnfd/hackfest_simplecharm_vnf/cloud_init/cloud-config.txt +++ b/descriptor-packages/vnfd/hackfest_simplecharm_vnf/cloud_init/cloud-config.txt @@ -1,4 +1,13 @@ -#cloud-config -password: osm4u -chpasswd: { expire: False } -ssh_pwauth: True +#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 +