Add templates and config for vLB in OpenStack
[demo.git] / heat / vFW / base_vfw_openstack.yaml
index 27ebb22..6ef33cc 100644 (file)
@@ -1,7 +1,37 @@
+##########################################################################\r
+#\r
+#==================LICENSE_START==========================================\r
+# \r
+#\r
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
+#\r
+# Licensed under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\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,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+#\r
+#==================LICENSE_END============================================\r
+#\r
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
+#\r
+##########################################################################\r
+\r
 heat_template_version: 2013-05-23\r
 \r
 description: Heat template that deploys vFirewall demo app for ONAP\r
 \r
+##############\r
+#            #\r
+# PARAMETERS #\r
+#            #\r
+##############\r
+\r
 parameters:\r
   vfw_image_name:\r
     type: string\r
@@ -128,6 +158,12 @@ parameters:
     label: Cloud environment\r
     description: Cloud environment (e.g., openstack, rackspace)\r
 \r
+#############\r
+#           #\r
+# RESOURCES #\r
+#           #\r
+#############\r
+\r
 resources:\r
   random-str:\r
     type: OS::Heat::RandomString\r