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

Added reference to plugin settings config docs #465

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

ipanova
Copy link
Member

@ipanova ipanova commented Mar 13, 2024

[noissue]

@@ -23,9 +23,15 @@ $ mkdir settings pulp_storage pgsql containers
$ echo "CONTENT_ORIGIN='http://$(hostname):8080'
ANSIBLE_API_HOSTNAME='http://$(hostname):8080'
ANSIBLE_CONTENT_HOSTNAME='http://$(hostname):8080/pulp/content'
TOKEN_SERVER = "http://(hostname):24817/token/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The port is 8080 in this case. Also, I am not sure this will work since the user would need to run the openssl utility to create the keys.

CACHE_ENABLED=True" >> settings/settings.py
```

Refer to plugin settings configuration docs for more.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps, we can be more specific here and reference the pulp_container documentation. I do not know if there are any other plugins that require the customization to the settings file before booting up the container.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's why it is better to stay generic because you don't know, plus things can change in future and you will need to otherwise keep track of each plugin settings.

@lubosmj lubosmj merged commit 4086bbf into pulp:gh-pages Mar 13, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants