Also adds collection requirements so osa ops CI can install the relevant collection from zuul CI folders, not from upstream 'master'. Change-Id: I3db9c2b0479ed2077dd1214eb74e43392a241e07 Signed-off-by: Andrew Bonney <andrew.bonney@bbc.co.uk>
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
---
|
|
cluster-api_hosts:
|
|
aio1:
|
|
ip: {{ bootstrap_host_public_address }}
|
|
management_ip: {{ bootstrap_host_management_address }}
|
|
{% if 'k8sHA' in bootstrap_host_scenarios_expanded %}
|
|
affinity:
|
|
k8s_container: 3
|
|
{% endif %}
|