0101b46387
When installing OpenShift by means of TripleO, after the initial docker configuration, openshift-ansible also adds several parameters there. Then, if we want to remove a single node, then a stack update is performed, which returns the configuration to its original state. In other words, it removes all parameters added by openshift-ansible, which breaks OpenShift. This commit adds the ability to disable reconfiguration of docker at the time of stack update for all roles associated with OpenShift. Closes-Bug: #1804790 Depends-On: I0bcaeea9cd24ab35a81d8c3d6fc3a384c1e4c3c2 Change-Id: If202be5d27d81672e39cbe21867459d277220e23
39 lines
1.4 KiB
YAML
39 lines
1.4 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
|
|
- InternalApi
|
|
- Storage
|
|
# For systems with both IPv4 and IPv6, you may specify a gateway network for
|
|
# each, such as ['ControlPlane', 'External']
|
|
default_route_networks: ['External']
|
|
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
|