Adds SOL004 package validator with package examples and tests
[osm/common.git] / osm_common / tests / packages / native_charm_with_metadata_dir_vnf / Scripts / cloud_init / cloud-config.txt
diff --git a/osm_common/tests/packages/native_charm_with_metadata_dir_vnf/Scripts/cloud_init/cloud-config.txt b/osm_common/tests/packages/native_charm_with_metadata_dir_vnf/Scripts/cloud_init/cloud-config.txt
new file mode 100755 (executable)
index 0000000..f5d56f6
--- /dev/null
@@ -0,0 +1,33 @@
+# \r
+# Copyright 2020 Whitestack, LLC\r
+# *************************************************************\r
+#\r
+# This file is part of OSM common repository.\r
+# All Rights Reserved to Whitestack, LLC\r
+#\r
+# Licensed under the Apache License, Version 2.0 (the "License"); you may\r
+# not use this file except in compliance with the License. You may obtain\r
+# a copy of the License at\r
+#\r
+#         http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r
+# License for the specific language governing permissions and limitations\r
+# under the License.\r
+#\r
+\r
+\r
+#cloud-config\r
+password: osm4u\r
+chpasswd: { expire: False }\r
+ssh_pwauth: True\r
+\r
+write_files:\r
+-   content: |\r
+        # My new helloworld file\r
+\r
+    owner: root:root\r
+    permissions: '0644'\r
+    path: /root/helloworld.txt\r