2018-07-13 11:41:57 +02:00
|
|
|
###############################################################################
|
|
|
|
# Role: OpenShiftInfra #
|
|
|
|
###############################################################################
|
|
|
|
- name: OpenShiftInfra
|
|
|
|
description: |
|
|
|
|
OpenShiftInfra role, a specialized worker that only runs infra pods.
|
|
|
|
CountDefault: 1
|
2018-09-03 18:34:43 +02:00
|
|
|
RoleParametersDefault:
|
|
|
|
OpenShiftNodeGroupName: 'node-config-infra'
|
2018-07-13 11:41:57 +02:00
|
|
|
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::Ntp
|
2018-09-27 19:59:07 +02:00
|
|
|
- OS::TripleO::Services::OpenShift::GlusterFS
|
2018-09-28 08:30:45 +02:00
|
|
|
- OS::TripleO::Services::OpenShift::Infra
|
|
|
|
- OS::TripleO::Services::Podman
|
|
|
|
- OS::TripleO::Services::Rhsm
|
|
|
|
- OS::TripleO::Services::Sshd
|