39df80b332
The OCP documentation [1] recommends to use a dedicated GlusterFS cluster for the image registry. Let it be the default when deploying with CNS. [1] https://docs.openshift.com/container-platform/3.10/install_config/persistent_storage/persistent_storage_glusterfs.html#install-advanced-installer Change-Id: Ife73d7c50c304cff7cd05e08f74855cb107f3c46
27 lines
966 B
YAML
27 lines
966 B
YAML
###############################################################################
|
|
# Role: OpenShiftInfra #
|
|
###############################################################################
|
|
- name: OpenShiftInfra
|
|
description: |
|
|
OpenShiftInfra role, a specialized worker that only runs infra pods.
|
|
CountDefault: 1
|
|
RoleParametersDefault:
|
|
OpenShiftNodeGroupName: 'node-config-infra'
|
|
tags:
|
|
- openshift
|
|
networks:
|
|
- InternalApi
|
|
- Storage
|
|
- StorageMgmt
|
|
- Tenant
|
|
# For systems with both IPv4 and IPv6, you may specify a gateway network for
|
|
# each, such as ['ControlPlane', 'External']
|
|
default_route_networks: ['ControlPlane']
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Ntp
|
|
- OS::TripleO::Services::OpenShift::Infra
|
|
- OS::TripleO::Services::OpenShift::GlusterFS
|