Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Sellier
swh-docs
Commits
3a935af0
Verified
Commit
3a935af0
authored
3 years ago
by
Vincent Sellier
Browse files
Options
Downloads
Patches
Plain Diff
add a documentation page to list the services urls
Related to T3408
parent
e893f6ed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/infrastructure/index.rst
+2
-1
2 additions, 1 deletion
docs/infrastructure/index.rst
docs/infrastructure/network.rst
+1
-1
1 addition, 1 deletion
docs/infrastructure/network.rst
docs/infrastructure/service-urls.rst
+191
-0
191 additions, 0 deletions
docs/infrastructure/service-urls.rst
with
194 additions
and
2 deletions
docs/infrastructure/index.rst
+
2
−
1
View file @
3a935af0
...
...
@@ -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 @@ This section regroups the knowledge base and procedures relative to the |swh| in
:maxdepth: 2
:titlesonly:
service-urls
network
This diff is collapsed.
Click to expand it.
docs/infrastructure/network.rst
+
1
−
1
View file @
3a935af0
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.
...
...
This diff is collapsed.
Click to expand it.
docs/infrastructure/service-urls.rst
0 → 100644
+
191
−
0
View file @
3a935af0
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 |
+---------------------------------------+-------------------------------------------+
| Journal TLS | broker1.journal.softwareheritage.org:9093 |
+---------------------------------------+-------------------------------------------+
Internal services
~~~~~~~~~~~~~~~~~
+--------------------------+------------------------------------------------------+--------+------------+
| Service | URL | VPN[1] | Private[2] |
+==========================+======================================================+========+============+
| swh-storage | http://storage1.internal.staging.swh.network:5002 | | X |
+--------------------------+------------------------------------------------------+--------+------------+
| swh-storage read-only | http://webapp.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-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-search | http://search0.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[1] | Private[2] |
+====================+=========================================================+========+============+
| RabbitMq GUI | http://scheduler0.internal.staging.swh.network:15672 | X | |
+--------------------+---------------------------------------------------------+--------+------------+
| archive database | db1.internal.staging.swh.network:5432/swh | X | |
+--------------------+---------------------------------------------------------+--------+------------+
| webapp database | db1.internal.staging.swh.network:5432/swh-web | X | |
+--------------------+---------------------------------------------------------+--------+------------+
| deposit database | db1.internal.staging.swh.network:5432/swh-deposit | X | |
+--------------------+---------------------------------------------------------+--------+------------+
| vault database | db1.internal.staging.swh.network:5432/swh-vault | X | |
+--------------------+---------------------------------------------------------+--------+------------+
| scheduler database | db1.internal.staging.swh.network:5432/swh-scheduler | 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.swh.network:6379 | | X |
+--------------------+---------------------------------------------------------+--------+------------+
Production
----------
.. _public-urls-1:
Public urls
~~~~~~~~~~~
+---------------------------------------+-----------------------------------------------+
| Service | URL |
+=======================================+===============================================+
| swh-web | https://archive.softwareheritage.org |
+---------------------------------------+-----------------------------------------------+
| swh-deposit | https://deposit.softwareheritage.org |
+---------------------------------------+-----------------------------------------------+
| swh-objstorage read-only (for mirror) | N/A |
+---------------------------------------+-----------------------------------------------+
| Journal TLS | broker[1-4].journal.softwareheritage.org:9093 |
+---------------------------------------+-----------------------------------------------+
.. _internal-services-1:
Internal services
~~~~~~~~~~~~~~~~~
+--------------------------+----------------------------------------------------------------+--------+------------+
| Service | URL | VPN[1] | Private[2] |
+==========================+================================================================+========+============+
| swh-web test/validation | https://webapp1.internal.softwareheritage.org | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-storage | http://saam.internal.softwareheritage.org:5002 | | X |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-storage read-only | http://webapp1.internal.softwareheritage.org:5002 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-storage read-only | http://moma.internal.softwareheritage.org:5002 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-objstorage | http://saam.internal.softwareheritage.org:5003 | | X |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-objstorage read-only | N/A | | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-scheduler | http://saatchi.internal.softwareheritage.org:5008 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-counters | http://counters1.internal.softwareheritage.org:5011 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-search | http://webapp1.internal.softwareheritage.org:5010 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-search | http://moma.internal.softwareheritage.org:5010 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-search | http://search1.internal.softwareheritage.org:5010 | | X |
+--------------------------+----------------------------------------------------------------+--------+------------+
| swh-vault | http://vangogh.euwest.azure.internal.softwareheritage.org:5005 | | X |
+--------------------------+----------------------------------------------------------------+--------+------------+
| Journal plaintext | kafka[1-4].internal.softwareheritage.org:9092 | | X |
+--------------------------+----------------------------------------------------------------+--------+------------+
| Journal internal TLS | kafka[1-4].internal.softwareheritage.org:9094 | X | |
+--------------------------+----------------------------------------------------------------+--------+------------+
.. _swh-backends-1:
SWH backends
~~~~~~~~~~~~
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| Backend | URL | VPN[1] | Private[2] |
+==========================+=======================================================================+========+============+
| RabbitMq GUI | http://saatchi.internal.softwareheritage.org:15672 | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| archive database replica | somerset.internal.softwareheritage.org:5432/softwareheritage | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| archive database main | belvedere.internal.softwareheritage.org:5432/softwareheritage | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| webapp database main | belvedere.internal.softwareheritage.org:5432/swh-web | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| scheduler database | belvedere.internal.softwareheritage.org:5432/swh-scheduler | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| lister database | belvedere.internal.softwareheritage.org:5432/swh-lister | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| deposit database | belvedere.internal.softwareheritage.org:5432/softwareheritage-deposit | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| vault database | belvedere.internal.softwareheritage.org:5432/swh-vault | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| swh-search ES | http://search-esnode[1-3].internal.softwareheritage.org:9200 | | X |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| Counters redis | counters1.internal.softwareheritage.org:6379 | | X |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
Other tools
-----------
+-------------------+-------------------------------------------------------+--------------------+--------+------------+
| Tool | URL | Public | VPN[1] | Private[2] |
+===================+=======================================================+====================+========+============+
| grafana | https://grafana.softwareheritage.org | X | | |
+-------------------+-------------------------------------------------------+--------------------+--------+------------+
| Kibana | http://kibana0.internal.softwareheritage.org:5601 | | X | |
+-------------------+-------------------------------------------------------+--------------------+--------+------------+
| Log Elasticsearch | http://search[1-3].internal.softwareheritage.org:9200 | | X | |
+-------------------+-------------------------------------------------------+--------------------+--------+------------+
| C.M.A.K. | http://getty.internal.softwareheritage.org:9000 | | X | |
+-------------------+-------------------------------------------------------+--------------------+--------+------------+
| Sentry | https://sentry.softwareheritage.org | X (authentication) | | |
+-------------------+-------------------------------------------------------+--------------------+--------+------------+
[1] VPN: URL only accessible when connected to the SoftwareHeritage VPN
[2] Private: URL only accessible from the internal network, i.e nor public neither accessible through the VPN.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment