Skip to content

Commit

Permalink
fixup! Parameterize reindex job in GitLab with catalog to reindex (#5336
Browse files Browse the repository at this point in the history
)
  • Loading branch information
achave11-ucsc committed Feb 29, 2024
1 parent fd6a842 commit 5dbaef0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions OPERATOR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,17 @@ Reindexing a specific catalog in GitLab
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

From the GitLab console, select the reindex job for the pipeline that needs
reindexing of any targeted catalog/s. From there, you should see an option for
defining key, value pair of variables. These are to be used as an environement
variables in this run to enforce any last minute configuration changes.

Set ``Key=azul_current_catalog`` and Value to the desired catalog/s to be
index, for example, if we want to only index ``dcp3``, then set ``Value=dcp3``.
Once you've confirm this is the desired configuration, start the reindex by
clicking on ``Run job``.
reindexing of a targeted catalog. From there, you should see an option for
defining a key, value pair of variables. These are to be used as an
environement variable in this run, to enforce any last minute configuration
changes.

Set ``Key`` to ``azul_current_catalog``, and ``Value`` to the desired catalog to be
indexed, for example, ``dcp3``. Once you've confirm this is the desired
configuration, start the reindex by clicking on ``Run job``.

Repeat these steps to index any additional catalogs.


Updating the AMI for GitLab instances
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 5dbaef0

Please sign in to comment.