994bb0f40c
Update test-prepare-containers.yml to use the default, inventory defined, remote connections for hosts so that tasks intended for containers run as expected. I0351dddc49da5908f46e09e22467f6fb112593dd recently merged in keystone causing the service to exit when fernet keys do not exist and this role's functional testing to fail. The 'Distribute the fernet key repository' task uses the 'ansible_ssh_host' variable from members of the 'keystone_all[1:]' group. Since 'ansible_ssh_host' is set through group_vars based on the current working host's 'ansible_host', it's not looked up correctly within loops and fernet keys are only being synced within the same host. Move 'ansible_ssh_host' from being dynamically assigned in group_vars to being statically assigned within the inventory. Change-Id: I177fadb728206285996f7ffb9d522db8ec63114b |
||
---|---|---|
.. | ||
all_containers.yml |