Files
openstack-ansible/etc/openstack_deploy/conf.d/k8s.yml.aio
Andrew Bonney 4c70de94ff Add minimal AIO files for k8s clusters
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>
2025-12-04 14:16:22 +00:00

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 %}