X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=9a191790936fce0d8e7932e49fd39abf95da4ed3;hb=refs%2Ftags%2F3.1.2;hp=e04fdf27b260437b6d244903411da6dee1f1007d;hpb=c91a4a172446229f4b11e76547ffdf454528b30d;p=ric-plt%2Fa1.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index e04fdf2..9a19179 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -12,18 +12,6 @@ Installation Guide Environment Variables --------------------- -You can set the following environment variables when launching a container to change the A1 behavior: - -1. ``A1_RMR_RETRY_TIMES``: the number of times failed rmr operations such as timeouts and send failures should be retried before A1 gives up and returns a 503. The default is ``4``. - -2. ``INSTANCE_DELETE_NO_RESP_TTL``: Please refer to the delete flowchart in docs/; this is ``T1`` there. The default is 5 (seconds). Basically, the number of seconds that a1 waits to remove an instance from the database after a delete is called in the case that no downstream apps responded. - -3. ``INSTANCE_DELETE_RESP_TTL``: Please refer to the delete flowchart in docs/; this is ``T2`` there. The default is 5 (seconds). Basically, the number of seconds that a1 waits to remove an instance from the database after a delete is called in the case that downstream apps responded. - -4. ``USE_FAKE_SDL``: This allows testing of the A1 feature without a DBaaS SDL container. The default is False. - -5. ``prometheus_multiproc_dir``: The directory where Prometheus gathers metrics. The default is /tmp. - Kubernetes Deployment --------------------- @@ -55,14 +43,6 @@ supplied in file `local.rt` for mounting as a volume. The following command use docker run -e USE_FAKE_SDL=True -p 10000:10000 -v /path/to/local.rt:/opt/route/local.rt a1:latest -View container API -~~~~~~~~~~~~~~~~~~ - -A web user interface generated from the OpenAPI specification can be accessed at this URL: - -:: - - http://docker-host-name-or-ip:10000/ui Check container health ~~~~~~~~~~~~~~~~~~~~~~