a59a188a6b
By introducing update_serial variable we parallelize update execution on non-pacemaker enabled nodes. Custom role data users need to update their role files. By default we do serial 1 making sure nothing changes for users who didn't update their role data. Resolves: rhbz#1652057 Closes-Bug: #1831617 Change-Id: I4ee0110a6c2b9466d81e37e5df27f5f81a6eceb5
43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
###############################################################################
|
|
# Role: OpenShiftAllInOne #
|
|
###############################################################################
|
|
- name: OpenShiftAllInOne
|
|
description: |
|
|
OpenShiftAllInOne role
|
|
CountDefault: 1
|
|
RoleParametersDefault:
|
|
OpenShiftNodeGroupName: 'node-config-all-in-one'
|
|
DockerSkipUpdateReconfiguration: true
|
|
tags:
|
|
- primary
|
|
- controller
|
|
- openshift
|
|
networks:
|
|
External:
|
|
subnet: external_subnet
|
|
InternalApi:
|
|
subnet: internal_api_subnet
|
|
Storage:
|
|
subnet: storage_subnet
|
|
# For systems with both IPv4 and IPv6, you may specify a gateway network for
|
|
# each, such as ['ControlPlane', 'External']
|
|
default_route_networks: ['External']
|
|
update_serial: 25
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::BootParams
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::OpenShift::GlusterFS
|
|
- OS::TripleO::Services::OpenShift::Infra
|
|
- OS::TripleO::Services::OpenShift::Master
|
|
- OS::TripleO::Services::OpenShift::Worker
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Timesync
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
|
|
# NOTE(mandre) In all-in-one HAproxy conflicts with the one openshift deploys
|
|
# - OS::TripleO::Services::HAproxy
|
|
# - OS::TripleO::Services::Keepalived
|