Adds SOL004 package validator with package examples and tests
[osm/common.git] / osm_common / tests / packages / invalid_package_vnf / Scripts / cloud_init / cloud-config.txt
1\r
2 # Copyright 2020 Whitestack, LLC\r
3 # *************************************************************\r
4 #\r
5 # This file is part of OSM common repository.\r
6 # All Rights Reserved to Whitestack, LLC\r
7 #\r
8 # Licensed under the Apache License, Version 2.0 (the "License"); you may\r
9 # not use this file except in compliance with the License. You may obtain\r
10 # a copy of the License at\r
11 #\r
12 #         http://www.apache.org/licenses/LICENSE-2.0\r
13 #\r
14 # Unless required by applicable law or agreed to in writing, software\r
15 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r
16 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r
17 # License for the specific language governing permissions and limitations\r
18 # under the License.\r
19 #\r
20 \r
21 #cloud-config\r
22 password: osm4u\r
23 chpasswd: { expire: False }\r
24 ssh_pwauth: True\r
25 \r
26 write_files:\r
27 -   content: |\r
28         # My new helloworld file\r
29 \r
30     owner: root:root\r
31     permissions: '0644'\r
32     path: /root/helloworld.txt\r