Skip to content

Commit

Permalink
Adds docs on how to view settings.
Browse files Browse the repository at this point in the history
This PR also moves the configuration to its own section and out of the
installer section. The configuration has too much content to be in its
own section anymore (I think).

closes #6235
  • Loading branch information
bmbouter committed May 19, 2021
1 parent 39bdca5 commit 0346b52
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES/6235.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added docs on how to list the effective settings using ``dyanconf list``.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _configuration:
.. _applying-settings:

Configuration
=============
Applying Settings
=================

Pulp uses `dynaconf <https://dynaconf.readthedocs.io/en/latest/>`_ for its settings which allows you
to configure Pulp in a few ways:
Expand Down
11 changes: 11 additions & 0 deletions docs/configuration/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _configuration:

Configuration
=============

.. toctree::
:maxdepth: 2

applying
viewing
settings
File renamed without changes.
11 changes: 11 additions & 0 deletions docs/configuration/viewing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. viewing-settings:
Viewing Settings
================

To list the effective settings on a Pulp installation, while on the system where Pulp is installed
run the command ``dynaconf list``. This will show the effective settings Pulp will use.

Note that settings can come from both settings file and environment variables, so when running the
``dynaconf list`` command be sure you have the same environment variables set as your Pulp
installation.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Table of Contents
from-pulp-2
components
installation/index
settings
configuration/index
workflows/index
plugins/index
rest_api
Expand Down
1 change: 0 additions & 1 deletion docs/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Installation
:maxdepth: 2

instructions
configuration
storage
authentication

Expand Down

0 comments on commit 0346b52

Please sign in to comment.