Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory structure for AXS versions of catalogs #324

Closed
Zarquan opened this issue Jan 13, 2021 · 0 comments
Closed

Directory structure for AXS versions of catalogs #324

Zarquan opened this issue Jan 13, 2021 · 0 comments

Comments

@Zarquan
Copy link
Collaborator

Zarquan commented Jan 13, 2021

Following telecon discussion on 20210112, we decided to store AXS versions of the science catalogs alongside the originals.

This is a top level issue which can be broken down into smaller steps:

  • Create AXS versions of each catalog Create AXS versions of the WFAU catalogs #325.
  • Create Manila shares for the AXS versions of each catalog.
  • Create Kubernetes PV claims and add them to the Kubernetes deployment.
  • Mount the shares in the Ansible deployment.

Proposed directory structure is:

    /data
       |
       +-- gaia
       |    |
       |    +-- dr2
       |    |    |
       |    |    +-- xxxxxx
       |    |    \-- xxxxxx
       |    |
       |    +-- dr2-axs
       |    |    |
       |    |    +-- xxxxxx
       |    |    \-- xxxxxx
       |    |
       |    +-- edr3
       |    |    |
       |    |    +-- xxxxxx
       |    |    \-- xxxxxx
       |    |
       |    \-- edr3-axs
       |         |
       |         +-- xxxxxx
       |         \-- xxxxxx
       |
       +-- panstarrs
       |    |
       |    +-- dr1
       |    |    |
       |    |    +-- xxxxxx
       |    |    \-- xxxxxx
       |    |
       |    \-- dr1-axs
       |         |
       |         +-- xxxxxx
       |         \-- xxxxxx
       |
       +-- twomass
       |    |
       |    +-- allsky
       |    |    |
       |    |    +-- xxxxxx
       |    |    \-- xxxxxx
       |    |
       |    \-- allsky-axs
       |         |
       |         +-- xxxxxx
       |         \-- xxxxxx
       |   
       +-- wise
            |
            +-- allwise
            |    |
            |    +-- xxxxxx
            |    \-- xxxxxx
            |
            \-- allwise-axs
                 |
                 +-- xxxxxx
                 \-- xxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants