99b8119d98
The OSA assisted HA deployment is not recommended for production environments, besides it being limited. Therefore, we're relying on our deployment of HAproxy + Keepalived to provide HA on top of OpenShift in addition to adding more OpenShift nodes. Depends-On: Ib573758b515264d1dda90cc9de61f4fa6659dc7d Change-Id: I7ab677e4803e9df5f6641204cb0b6ccc5b1eb79f
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
###############################################################################
|
|
# Role: OpenShiftMaster #
|
|
###############################################################################
|
|
- name: OpenShiftMaster
|
|
description: |
|
|
OpenShiftMaster role
|
|
CountDefault: 1
|
|
tags:
|
|
- primary
|
|
- controller
|
|
- openshift
|
|
networks:
|
|
- External
|
|
- 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: ['External']
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Ntp
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
- OS::TripleO::Services::HAproxy
|
|
- OS::TripleO::Services::Keepalived
|
|
- OS::TripleO::Services::OpenShift::Master
|
|
- OS::TripleO::Services::OpenShift::Worker
|
|
- OS::TripleO::Services::OpenShift::GlusterFS
|