X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fresources%2Fscripts%2Finit%2Fo2api_start.sh;h=243d86cbb8e3beb727d614fd3bee6f5ecaae66c7;hb=5e86598b98686e26818749c868cdb929dfff7d87;hp=6c7ebbf773629b2c3856698949357baaff6c2ca0;hpb=63db6806865797c72554ff60bef1890bc5deee18;p=pti%2Fo2.git diff --git a/charts/resources/scripts/init/o2api_start.sh b/charts/resources/scripts/init/o2api_start.sh index 6c7ebbf..243d86c 100644 --- a/charts/resources/scripts/init/o2api_start.sh +++ b/charts/resources/scripts/init/o2api_start.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Wind River Systems, Inc. +# Copyright (C) 2021-2022 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,23 +14,6 @@ #!/bin/bash -# pull latest code to debug -# cd /root/ -# git clone "https://gerrit.o-ran-sc.org/r/pti/o2" -# cd o2 -# git pull https://gerrit.o-ran-sc.org/r/pti/o2 refs/changes/85/7085/5 -# pip install retry - -# pip install -e /root/o2 -# pip install -e /src - -cat <>/etc/hosts -127.0.0.1 api -127.0.0.1 postgres -127.0.0.1 redis -EOF - - -flask run --host=0.0.0.0 --port=80 --cert /configs/server.crt --key /configs/server.key +gunicorn -b 0.0.0.0:80 o2app.entrypoints.flask_application:app --certfile /configs/server.crt --keyfile /configs/server.key sleep infinity