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 Mar 1, 2024
1 parent cba22ca commit cdd66b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions OPERATOR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,17 +251,17 @@ For an example of how to document failures within a PR `click here`_.
Reindexing a specific catalog in GitLab
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

From the GitLab console, select the reindex job for the pipeline that needs
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.
From the GitLab web app, select the ``reindex`` or ``reindex_early`` job for
the pipeline that needs reindexing of a specific catalog. From there, you
should see an option for defining the key and value of additional variables to
parameterize the job with.

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``.
Set ``Key`` to ``azul_current_catalog``, and ``Value`` to the name of the
catalog to be reindexed, for example, ``dcp3``. Check the inputs you just made.
Start the ``reindex`` job by clicking on ``Run job``. Wait until the job has
completed.

Repeat these steps to index any additional catalogs.
Repeat these steps to reindex any additional catalogs.


Updating the AMI for GitLab instances
Expand Down

0 comments on commit cdd66b6

Please sign in to comment.