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
For this section, familiarity with Ansible is assumed.
70
70
71
71
Only a portion of the available host configuration options are
72
-
https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example[exposed to Ansible].
72
+
https://github.com/openshift/openshift-ansible/blob/master/inventory/hosts.example[exposed to Ansible].
73
73
After an {product-title} install, Ansible creates an
74
74
inventory file with some substituted values. Modifying this inventory file and re-running the Ansible installer playbook is how you customize your {product-title} cluster.
The playbook updates the configuration, and restarts the {product-title} master service to apply the changes.
152
152
153
153
You have now modified the master and node configuration files using Ansible, but this is just a simple use case. From here you can see which
154
154
xref:../admin_solutions/master_node_config.adoc#master-config-options[master] and
155
155
xref:../admin_solutions/master_node_config.adoc#node-config-options[node configuration] options are
156
-
https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example[exposed to Ansible] and customize your own Ansible inventory.
156
+
https://github.com/openshift/openshift-ansible/blob/master/inventory/hosts.example[exposed to Ansible] and customize your own Ansible inventory.
157
157
158
158
[[htpasswd]]
159
159
==== Using the `htpasswd` commmand
@@ -398,7 +398,7 @@ a|Controls limits and behavior for importing images:
398
398
- `*ScheduledImageImportMinimumIntervalSeconds*` (integer): The minimum number of seconds that can elapse between when image streams scheduled for background import are checked against the upstream repository. The default value is `900` (15 minutes).
399
399
- `*MaxScheduledImageImportsPerMinute*` (integer): The maximum number of image streams that can be imported in the background, per minute. The default value is `60`. This can be set to `-1` for unlimited imports.
400
400
401
-
https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example[This can be controlled with the Ansible inventory].
401
+
https://github.com/openshift/openshift-ansible/blob/master/inventory/hosts.example[This can be controlled with the Ansible inventory].
402
402
403
403
|`*kubernetesMasterConfig*`
404
404
|Contains information about how to connect to kubelet's KubernetesMasterConfig. If present, then start the kubernetes master with this process.
Copy file name to clipboardExpand all lines: install_config/storage_examples/containerized_heketi_with_dedicated_gluster.adoc
+7-1
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,13 @@ $ gluster volume info
224
224
== Dynamically Provision a Volume
225
225
[NOTE]
226
226
====
227
-
If you installed {product-title} by using the link:https://github.com/openshift/openshift-ansible/tree/master/inventory/byo[BYO (Bring your own) OpenShift Ansible inventory configuration files] for either link:https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.byo.glusterfs.native.example[native] or link:https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.byo.glusterfs.external.example[external] GlusterFS instance, the GlusterFS StorageClass automatically get created during the installation. For such cases you can skip the following storage class creation steps and directly proceed with creating persistent volume claim instruction.
227
+
If you installed {product-title} by using the
228
+
link:https://github.com/openshift/openshift-ansible/tree/master/inventory/[OpenShift Ansible example inventory configuration files] for either
229
+
link:https://github.com/openshift/openshift-ansible/blob/master/inventory/hosts.glusterfs.native.example[native] or
0 commit comments