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-11-28 15:59:53 +01:00
|
|
|
DockerSkipUpdateReconfiguration: true
|
2018-07-13 11:41:57 +02:00
|
|
|
tags:
|
|
|
|
- openshift
|
|
|
|
networks:
|
2018-07-12 18:27:08 +02:00
|
|
|
InternalApi:
|
|
|
|
subnet: internal_api_subnet
|
|
|
|
Storage:
|
|
|
|
subnet: storage_subnet
|
2018-07-13 11:41:57 +02:00
|
|
|
# For systems with both IPv4 and IPv6, you may specify a gateway network for
|
|
|
|
# each, such as ['ControlPlane', 'External']
|
|
|
|
default_route_networks: ['ControlPlane']
|
|
|
|
ServicesDefault:
|
2018-11-14 17:48:21 +05:30
|
|
|
- OS::TripleO::Services::BootParams
|
2018-07-13 11:41:57 +02:00
|
|
|
- OS::TripleO::Services::Docker
|
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
|
2018-09-28 08:43:10 +02:00
|
|
|
- OS::TripleO::Services::Timesync
|
2018-09-28 08:49:22 +02:00
|
|
|
- OS::TripleO::Services::TripleoFirewall
|