diff --git a/docs/infrastructure/index.rst b/docs/infrastructure/index.rst --- a/docs/infrastructure/index.rst +++ b/docs/infrastructure/index.rst @@ -3,7 +3,7 @@ Infrastructure ############## -.. keep this in sync with the 'sysadm' section in swh-docs/docs/index.rst +.. keep this in sync with the 'infrastructure' section in swh-docs/docs/index.rst This section regroups the knowledge base and procedures relative to the |swh| infrastructure management. @@ -11,4 +11,5 @@ :maxdepth: 2 :titlesonly: + service-urls network diff --git a/docs/infrastructure/network.rst b/docs/infrastructure/network.rst --- a/docs/infrastructure/network.rst +++ b/docs/infrastructure/network.rst @@ -1,7 +1,7 @@ Network documentation ##################### -.. keep this in sync with the 'sysadm' section in swh-docs/docs/index.rst +.. keep this in sync with the 'infrastructure' section in swh-docs/docs/index.rst This section regroups the knowledge base for our network components. diff --git a/docs/infrastructure/service-urls.rst b/docs/infrastructure/service-urls.rst new file mode 100644 --- /dev/null +++ b/docs/infrastructure/service-urls.rst @@ -0,0 +1,96 @@ +Service urls +##################### + + +This section regroups the urls of the services + + +.. toctree:: + :maxdepth: 2 + :titlesonly: + +Staging +------- + +Try to use the staging environment as far as possible for your tests + +Public urls +~~~~~~~~~~~ + ++---------------------------------------+-------------------------------------------+ +| Service | URL | ++=======================================+===========================================+ +| swh-web | https://webapp.staging.swh.network | ++---------------------------------------+-------------------------------------------+ +| swh-deposit | https://deposit.staging.swh.network/ | ++---------------------------------------+-------------------------------------------+ +| swh-objstorage read-only (for mirror) | https://objstorage.staging.swh.network | ++---------------------------------------+-------------------------------------------+git +| Journal TLS | broker1.journal.softwareheritage.org:9093 | ++---------------------------------------+-------------------------------------------+ + +Internal services +~~~~~~~~~~~~~~~~~ + ++--------------------------+------------------------------------------------------+-----+---------+ +| Service | URL | VPN | Private | ++==========================+======================================================+=====+=========+ +| swh-storage | http://storage1.internal.staging.swh.network:5002 | | X | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-storage read-only | http://webapp1.internal.staging.swh.network:5002 | X | | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-objstorage | http://storage1.internal.staging.swh.network:5003 | | X | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-objstorage read-only | http://objstorage0.internal.staging.swh.network:5003 | X | | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-objstorage read-only | http://objstorage0.internal.staging.swh.network:5003 | X | | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-scheduler | http://scheduler0.internal.staging.swh.network:5008 | X | | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-counters | http://counters0.internal.staging.swh.network:5011 | X | | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-search | http://webapp.internal.staging.swh.network:5010 | X | | ++--------------------------+------------------------------------------------------+-----+---------+ +| swh-vault | http://vault.internal.staging.swh.network:5005 | | X | ++--------------------------+------------------------------------------------------+-----+---------+ +| Journal plaintext | journal0.internal.staging.swh.network:9092 | | X | ++--------------------------+------------------------------------------------------+-----+---------+ +| Journal internal TLS | journal0.internal.staging.swh.network:9094 | | X | ++--------------------------+------------------------------------------------------+-----+---------+ + +SWH backends +~~~~~~~~~~~~ + ++--------------------+---------------------------------------------------------+-----+---------+ +| Backend | URL | VPN | Private | ++====================+=========================================================+=====+=========+ +| RabbitMq GUI | http://scheduler0.internal.staging.swh.network:15672/ | | | ++--------------------+---------------------------------------------------------+-----+---------+ +| archive database | db1.internal.staging.swh.network:5432/swh | X | | ++--------------------+---------------------------------------------------------+-----+---------+ +| scheduler database | db1.internal.staging.swh.network:5432/swh-scheduler | X | | ++--------------------+---------------------------------------------------------+-----+---------+ +| deposit database | db1.internal.staging.swh.network:5432/swh-deposit | X | | ++--------------------+---------------------------------------------------------+-----+---------+ +| vault database | db1.internal.staging.swh.network:5432/swh-vault | X | | ++--------------------+---------------------------------------------------------+-----+---------+ +| lister database | db1.internal.staging.swh.network:5432/swh-lister | X | | ++--------------------+---------------------------------------------------------+-----+---------+ +| swh-search ES | http://search-esnode0.internal.staging.swh.network:9200 | | X | ++--------------------+---------------------------------------------------------+-----+---------+ +| Counters redis | counters0.internal.staging.softwareheritage.org:6379 | | X | ++--------------------+---------------------------------------------------------+-----+---------+ + +Production +---------- + +Other tools +----------- + +================= === ====== === ======= +Tool URL Public VPN Private +================= === ====== === ======= +Kibana +Log Elasticsearch +C.M.A.K. +================= === ====== === ======= \ No newline at end of file