-
Notifications
You must be signed in to change notification settings - Fork 47
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
Conversation
pulp-in-one-container.md
Outdated
@@ -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/" |
There was a problem hiding this comment.
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.
pulp-in-one-container.md
Outdated
CACHE_ENABLED=True" >> settings/settings.py | ||
``` | ||
|
||
Refer to plugin settings configuration docs for more. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
[noissue]