Updating the Values.yaml for several services. Cleaned out proprietary data
[it/otf.git] / otf-robot-test-head / run.py
index c0c37dc..e9b74f9 100644 (file)
@@ -1,3 +1,19 @@
+#   Copyright (c) 2019 AT&T Intellectual Property.                             #\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
+#                                                                              #\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
+\r
+\r
 from app import create_app\r
 \r
 if __name__ == '__main__':\r
@@ -5,10 +21,10 @@ if __name__ == '__main__':
 \r
     # Set SSL context with the certificate chain and the private RSA key.\r
     context = ('opt/cert/otf.pem', 'opt/cert/privateKey.pem')\r
-    app.run(\r
-        debug=app.config['DEBUG'],\r
-        host='0.0.0.0', port=5000,\r
-        use_reloader=True,\r
-        ssl_context=context)\r
+    app.run(\r
+        debug=app.config['DEBUG'],\r
+        host='0.0.0.0', port=5000,\r
+        use_reloader=True,\r
+        ssl_context=context)\r
     # Run without ssl\r
-       # app.run(debug=app.config['DEBUG'], host='0.0.0.0', use_reloader=True, port=5000)
\ No newline at end of file
+    app.run(debug=app.config['DEBUG'], host='0.0.0.0', use_reloader=True, port=5000)
\ No newline at end of file