You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
############################################################################### |
|
# Role: OpenShiftMaster # |
|
############################################################################### |
|
- name: OpenShiftMaster |
|
description: | |
|
OpenShiftMaster role |
|
CountDefault: 1 |
|
RoleParametersDefault: |
|
OpenShiftNodeGroupName: 'node-config-master' |
|
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'] |
|
ServicesDefault: |
|
- OS::TripleO::Services::BootParams |
|
- OS::TripleO::Services::ContainerImagePrepare |
|
- OS::TripleO::Services::Docker |
|
- OS::TripleO::Services::HAproxy |
|
- OS::TripleO::Services::Keepalived |
|
- OS::TripleO::Services::OpenShift::Master |
|
- OS::TripleO::Services::Podman |
|
- OS::TripleO::Services::Rhsm |
|
- OS::TripleO::Services::Sshd |
|
- OS::TripleO::Services::Timesync |
|
- OS::TripleO::Services::TripleoFirewall |
|
- OS::TripleO::Services::TripleoPackages
|
|
|