You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ccp_image_prefix`| crunchydata | Configures the image prefix used when creating containers from Crunchy Container Suite. |
28
28
|`ccp_image_tag`|| Configures the image tag (version) used when creating containers from Crunchy Container Suite. |
29
+
|`disable_fsgroup`| false | Set to `true` for deployments where you do not want to have the default fsGroup set. The typical usage is in deployment environments that have a restricted Security Context Constraints. |
29
30
|`grafana_admin_username`| admin | Set to configure the login username for the Grafana administrator. |
30
31
|`grafana_admin_password`|| Set to configure the login password for the Grafana administrator. |
31
-
|`grafana_install`|true | Set to true to install Crunchy Grafana to visualize metrics. |
32
+
|`grafana_install`|false| Set to true to install Crunchy Grafana to visualize metrics. |
32
33
|`grafana_storage_access_mode`|| Set to the access mode used by the configured storage class for Grafana persistent volumes. |
33
34
|`grafana_storage_class_name`|| Set to the name of the storage class used when creating Grafana persistent volumes. |
34
35
|`grafana_volume_size`|| Set to the size of persistent volume to create for Grafana. |
@@ -40,7 +41,7 @@ metrics infrastructure:
40
41
|`openshift_skip_tls_verify`|| When deploying to Openshift, set to ignore the integrity of TLS certificates for the OpenShift cluster. |
41
42
|`openshift_token`|| When deploying to OpenShift, set to configure the token used for login (when not using username/password authentication). |
42
43
|`openshift_user`|| When deploying to OpenShift, set to configure the username used for login. |
43
-
|`prometheus_install`|true | Set to true to install Crunchy Prometheus timeseries database. |
44
+
|`prometheus_install`|false| Set to true to install Crunchy Prometheus timeseries database. |
44
45
|`prometheus_storage_access_mode`|| Set to the access mode used by the configured storage class for Prometheus persistent volumes. |
45
46
|`prometheus_storage_class_name`|| Set to the name of the storage class used when creating Prometheus persistent volumes. |
Copy file name to clipboardExpand all lines: docs/content/installation/other/ansible/prerequisites.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ sets of variables cannot be used at the same time.
118
118
*`db_port`
119
119
*`db_replicas`
120
120
*`db_user`
121
-
* `disable_auto_failover``
121
+
*`disable_auto_failover`
122
122
*`exporterport`
123
123
*`kubernetes_context` (Comment out if deploying to am OpenShift environment)
124
124
*`metrics`
@@ -179,14 +179,14 @@ sets of variables cannot be used at the same time.
179
179
|`exporterport`| 9187 |**Required**| Set to configure the default port used to connect to postgres exporter. |
180
180
|`grafana_admin_password`||| Set to configure the login password for the Grafana administrator. |
181
181
|`grafana_admin_username`| admin || Set to configure the login username for the Grafana administrator. |
182
-
|`grafana_install`|true || Set to true to install Crunchy Grafana to visualize metrics. |
182
+
|`grafana_install`|false|| Set to true to install Crunchy Grafana to visualize metrics. |
183
183
|`grafana_storage_access_mode`||| Set to the access mode used by the configured storage class for Grafana persistent volumes. |
184
184
|`grafana_storage_class_name`||| Set to the name of the storage class used when creating Grafana persistent volumes. |
185
185
|`grafana_volume_size`||| Set to the size of persistent volume to create for Grafana. |
186
186
|`kubernetes_context`||**Required**, if deploying to Kubernetes |When deploying to Kubernetes, set to configure the context name of the kubeconfig to be used for authentication. |
187
187
|`log_statement`| none || Set to `none`, `ddl`, `mod`, or `all` to configure the statements that will be logged in PostgreSQL's logs on all newly created clusters. |
188
188
|`metrics`| false |**Required**| Set to true enable performance metrics on all newly created clusters. This can be disabled by the client. |
189
-
|`metrics_namespace`|metrics|| Configures the target namespace when deploying Grafana and/or Prometheus |
189
+
|`metrics_namespace`|pgo || Configures the target namespace when deploying Grafana and/or Prometheus |
190
190
|`namespace`||| Set to a comma delimited string of all the namespaces Operator will manage. |
191
191
|`namespace_mode`| dynamic |**Required**| Determines which `ClusterRoles` will be installed as required to enable various namespace functionality within the Operator. Valid values are `dynamic`, `readonly` or `disabled`. If `disabled` is selected, then no `ClusterRoles` are installed.|
192
192
|`openshift_host`||**Required**, if deploying to OpenShift | When deploying to OpenShift, set to configure the hostname of the OpenShift cluster to connect to. |
@@ -219,7 +219,7 @@ sets of variables cannot be used at the same time.
219
219
|`pod_anti_affinity_pgbackrest`||| If set, overrides the value of `pod_anti_affinity` for just the pgBackRest repository |
220
220
|`pod_anti_affinity_pgbouncer`||| If set, overrides the value of `pod_anti_affinity` for just the pgBouncer Pods |
221
221
|`primary_storage`| storageos |**Required**| Set to configure which storage definition to use when creating volumes used by PostgreSQL primaries on all newly created clusters. |
222
-
|`prometheus_install`|true || Set to true to install Crunchy Prometheus timeseries database. |
222
+
|`prometheus_install`|false|| Set to true to install Crunchy Prometheus timeseries database. |
223
223
|`prometheus_storage_access_mode`||| Set to the access mode used by the configured storage class for Prometheus persistent volumes. |
224
224
|`prometheus_storage_class_name`||| Set to the name of the storage class used when creating Prometheus persistent volumes. |
225
225
|`replica_storage`| storageos |**Required**| Set to configure which storage definition to use when creating volumes used by PostgreSQL replicas on all newly created clusters. |
0 commit comments