Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ There are multiple use cases from the users perspective that dictate what parame
| `--foreman-initial-admin-username` | Initial username for the admin user | `--foreman-initial-admin-username` |
| `--foreman-initial-admin-password` | Initial password for the admin user | `--foreman-initial-admin-password` |
| `--foreman-puma-workers` | Number of workers for Puma | `--foreman-foreman-service-puma-workers` |
| `--foreman-puma-threads-max` | Maximum number of threads spawned by a Puma worker | `--foreman-foreman-service-puma-threads-max` |
| `--pulp-worker-count` | Number of pulp workers | `--foreman-proxy-content-pulpcore-worker-count` |

#### Certs
Expand Down
2 changes: 2 additions & 0 deletions src/playbooks/deploy/metadata.obsah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ variables:
help: Initial password for the admin user.
foreman_puma_workers:
help: Number of workers for Puma.
foreman_puma_threads_max:
help: Maximum number of threads spawned by a Puma worker. Defaults to 5.
pulp_worker_count:
help: Number of Pulp workers. Defaults to 8 or the number of CPU cores, whichever is smaller.

Expand Down
Loading