diff options
| author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2018-01-31 15:37:26 +0100 | 
|---|---|---|
| committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2018-01-31 19:36:17 +0100 | 
| commit | 6093e718a91879c140fa6a6967a345456f583144 (patch) | |
| tree | 38ecc868e1a8775bafabc9f0896c458d2c3a1527 /inventory/hosts.glusterfs.registry-only.example | |
| parent | a23f90f25130f11a7020aca1d8780c243732b00a (diff) | |
Update hosts examples with a note about scheduling on masters
Diffstat (limited to 'inventory/hosts.glusterfs.registry-only.example')
| -rw-r--r-- | inventory/hosts.glusterfs.registry-only.example | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/hosts.glusterfs.registry-only.example b/inventory/hosts.glusterfs.registry-only.example index 6f33e9f6d..dadb2c93e 100644 --- a/inventory/hosts.glusterfs.registry-only.example +++ b/inventory/hosts.glusterfs.registry-only.example @@ -34,7 +34,8 @@ openshift_hosted_registry_storage_kind=glusterfs  master  [nodes] -master  openshift_schedulable=False +# masters should be schedulable to run web console pods +master  openshift_schedulable=True  # A hosted registry, by default, will only be deployed on nodes labeled  # "region=infra".  node0   openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True  | 
