Deploy 3 keystone containers for infra CI jobs

This validates that the ssh_keypairs role is able to correctly
set up the fernet key sharing rsync between multiple keystone
instances.

Change-Id: Ief28ee62ff76a48b126de8b70a7a1ef8f610f2e1
This commit is contained in:
Jonathan Rosser 2023-01-10 12:40:04 +00:00
parent 96be3333f6
commit f37c822023

View File

@ -211,9 +211,11 @@ global_overrides:
identity_hosts:
aio1:
ip: 172.29.236.100
{% if 'keystone' in bootstrap_host_scenarios %}
{% if 'keystone' in bootstrap_host_scenarios or 'infra' in bootstrap_host_scenarios %}
# NOTE (jrosser) this ensures that we deploy 3 keystone containers
# during the os_keystone role test to validate ssh keys and fernet key sync
# Also deploy 3 keystone containers for infra jobs as these are run
# for patches to the plugins repo containing the ssh key management role
affinity:
keystone_container: 3
{% endif %}