7cf777eac3
The StorageMgmt and Tenant networks are not used in an OpenShift context and should hence be removed from the OpenShift roles. Change-Id: I06951742cd4e1e203e95d49ffe1b7404f75fca70
27 lines
1019 B
YAML
27 lines
1019 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
|
|
# 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::OpenShift::GlusterFS
|
|
- OS::TripleO::Services::OpenShift::Infra
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Timesync
|
|
- OS::TripleO::Services::TripleoFirewall
|