Skip to content
Snippets Groups Projects

sysadm: Document the public storage cassandra ro url

Closed Vincent Sellier requested to merge mr/storage-cassandra-ro into master
1 file
+ 17
13
Compare changes
  • Side-by-side
  • Inline
@@ -103,19 +103,21 @@ Production
Public urls
~~~~~~~~~~~
+---------------------------------+-----------------------------------------------+
| Service | URL |
+=================================+===============================================+
| swh-web | https://archive.softwareheritage.org |
+---------------------------------+-----------------------------------------------+
| swh-deposit | https://deposit.softwareheritage.org |
+---------------------------------+-----------------------------------------------+
| swh-objstorage read-only [3][4] | https://objstorage.softwareheritage.org |
+---------------------------------+-----------------------------------------------+
| software stories | https://stories.softwareheritage.org |
+---------------------------------+-----------------------------------------------+
| Journal TLS | broker[1-4].journal.softwareheritage.org:9093 |
+---------------------------------+-----------------------------------------------+
+----------------------------------------+---------------------------------------------------+
| Service | URL |
+========================================+===================================================+
| swh-web | https://archive.softwareheritage.org |
+----------------------------------------+---------------------------------------------------+
| swh-deposit | https://deposit.softwareheritage.org |
+----------------------------------------+---------------------------------------------------+
| swh-objstorage read-only [3][4] | https://objstorage.softwareheritage.org |
+----------------------------------------+---------------------------------------------------+
| swh-storage cassandra read-only [4][5] | https://storage-cassandra-ro.softwareheritage.org |
+----------------------------------------+---------------------------------------------------+
| software stories | https://stories.softwareheritage.org |
+----------------------------------------+---------------------------------------------------+
| Journal TLS | broker[1-4].journal.softwareheritage.org:9093 |
+----------------------------------------+---------------------------------------------------+
.. _internal-services-1:
@@ -223,3 +225,5 @@ Other tools
[3] Use banco and samm as underlying objstorage
[4] Protected by a basic authentication. Credentials are available in the credential store.
[5] Use AWS/banco and samm/Azure in this order as underlying objstorage
Loading