Skip to content

Commit

Permalink
Merge pull request #691 from ScilifelabDataCentre/DDS-1942-update-doc…
Browse files Browse the repository at this point in the history
…s-for-testing-migration

DDS-1942 update docs for testing migration
  • Loading branch information
aishling-scilifelab authored May 28, 2024
2 parents 90ba110 + 8f65813 commit 2db1088
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,4 @@ _Empty sprint_
# 2024-05-20 - 2024-05-31

- Update requests to solve CVE ([#690](https://github.com/ScilifelabDataCentre/dds_cli/pull/690))
- Update docs for Testing instance migration, including removing use of 'dev' ([#691](https://github.com/ScilifelabDataCentre/dds_cli/pull/691))
14 changes: 7 additions & 7 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This page will give you information on:

.. admonition:: Target audience

This page targets any users invited to the development / testing instance of the Data Delivery System. If you have an account on the production instead (https://delivery.scilifelab.se), please read the documentation here :ref:`here<start>`.
This page targets any users invited to the testing instance of the Data Delivery System. If you have an account on the production instead (https://delivery.scilifelab.se), please read the documentation here :ref:`here<start>`.

.. _test-important:

Expand All @@ -30,9 +30,9 @@ This page will give you information on:
* In order to create projects, which is required in order to test the upload / download functionality:
* You must have the account role "Unit Admin" or "Unit Personnel"
* Your unit must have at least two "Unit Admins"
* When listing your projects you will see your projects, and yours only. However, in order to not create a large number of separate storage locations for testing purposes, the actual storage location is shared by all units in the test setup. Since the data is always encrypted and another unit would need to hack the DDS and also crack the encryption, there should be no risk of anyone else accessing your data. In the production instance, there's always a separate storage location per SciLifeLab unit.
* When listing your projects you will see your projects, and yours only. However, in order to not create a large number of separate storage locations for testing purposes, the actual storage location is shared by all units in the test setup. In the production instance, there's always a separate storage location per SciLifeLab unit.
* The storage quota (maximum data volume that can be uploaded in total by all units) for the testing instance is currently set to 5 TB. However, if you receive an error message indicating that the quota is met, contact [email protected] and we will solve this for you.
* Within the test instance of the DDS, all units have the following settings:
* Within the testing instance of the DDS, all units have the following settings:
* ``days_in_available``: 7 days.

**Explanation:** When data has been uploaded to a project, and the data has been released (the project status has been set to "Available"), the data will be available for download for 7 days. After this, the project will automatically transition to the status "Expired".
Expand All @@ -43,17 +43,17 @@ This page will give you information on:

.. note::

* These statuses are described in the technical overview, located on the DDS test web page mentioned above.
* These statuses are described in the technical overview, located on the DDS testing web page mentioned above.
* The short number of days is only for the test instance, making it easier for you (and us) to test that the statuses work as they should.

* Keep in mind that the test instance is where we try out new features etc. There may be some unexpected redeployments and there may be bugs in new features.
* Keep in mind that the testing instance is where we try out new features etc. There may be some unexpected redeployments and there may be bugs in new features.

.. _test-where:

2. Where the DDS Test Instance is located
============================================

* The test instance is located at https://dds-dev.dckube3.scilifelab.se/
* The testing instance is located at https://testing.delivery.scilifelab.se/
* Just like on the production site, you can find the following information on that page:
* *Documentation*, which points to the ``Welcome page`` in the navigation field to the left.
* *Technical overview*
Expand Down Expand Up @@ -96,7 +96,7 @@ After installing the CLI, you need to complete the following steps before you ca
# Windows PowerShell
$env:DDS_CLI_ENV = 'test-instance'
2. Verify that the output of the following command contains ``https://dds-dev.dckube3.scilifelab.se/`` and **not** ``https://delivery.scilifelab.se/``
2. Verify that the output of the following command contains ``https://testing.delivery.scilifelab.se/`` and **not** ``https://delivery.scilifelab.se/``

.. code-block:: bash
Expand Down

0 comments on commit 2db1088

Please sign in to comment.