-
Notifications
You must be signed in to change notification settings - Fork 256
Migrate docs from puppet.com to docs.openvoxproject.org and replace puppet terminology with OpenVox #2312
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
Open
bastelfreak
wants to merge
5
commits into
theforeman:gh-pages
Choose a base branch
from
bastelfreak:openvox
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Migrate docs from puppet.com to docs.openvoxproject.org and replace puppet terminology with OpenVox #2312
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5c4e1c6
migrate puppet.com links to docs.openvoxproject.com
bastelfreak b4ec252
replace puppet master -> OpenVox server
bastelfreak d9a30cb
fix path to enc script
bastelfreak 250010a
replace master->server section in puppet.conf
bastelfreak 08e8f98
replace puppet.*master/server with OpenVox
bastelfreak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
|
|
||
| The hardware requirements for Foreman depend primarily on the number of requests that it will receive, which depends on the number of configuration management clients, web UI activity and other systems using the API. | ||
|
|
||
| The default installation when including Puppet server will require: | ||
| The default installation when including OpenVox Server will require: | ||
|
|
||
| * 4GB memory | ||
| * 2GB disk space | ||
|
|
||
| For a bare minimum installation with few clients and no Puppet server, the requirements are: | ||
| For a bare minimum installation with few clients and no OpenVox Server, the requirements are: | ||
|
|
||
| * 2GB memory | ||
| * 1GB disk space | ||
|
|
||
| #### Scaling notes | ||
|
|
||
| * The default Puma configuration is 2 workers with a maximum of 16 threads and a minimum of 0 threads per worker. | ||
| * When using a Puppet server, consult the requirements outlined in the [Puppet server system requirements](https://puppet.com/docs/puppet/latest/server/install_from_packages.html#system-requirements). | ||
| * When using the OpenVox Server, consult the [requirements](https://docs.openvoxproject.org/openvox/latest/system_requirements.html) & recommendations outlined in the [OpenVox Server tuning guide](https://docs.openvoxproject.org/openvox-server/latest/tuning_guide.html). | ||
| * Disk usage will increase as more data is stored in the database, mostly for facts and reports. See the [reports cronjob configuration](manuals/{{page.version}}/index.html#3.5.4PuppetReports) to change how they are expired. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| The Foreman web application needs to communicate securely with associated smart proxies and Puppet servers, plus users and applications connecting to the web interface. This section details recommended SSL configurations. | ||
| The Foreman web application needs to communicate securely with associated smart proxies and OpenVox servers, plus users and applications connecting to the web interface. This section details recommended SSL configurations. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 options in this file are extracted from the installer automatically. We probably haven't done that in a while, but it should be automated. https://github.com/theforeman/theforeman.org/blob/gh-pages/scripts/installer/get-params should be used.
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.
okay I will pull the openvox repo setup in a new PR and then update the various modules that are the source for _includes/manuals/nightly/3.2.2_installer_options-params.md:
https://github.com/theforeman/theforeman.org/pull/2313/changes
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.
It's a start theforeman/puppet-foreman_proxy#905 ¯_(ツ)_/¯
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.
theforeman/puppet-puppet#997