Comment 3 for bug 1748065

Revision history for this message
Eric Miller (erickmiller) wrote :

We needed to re-install our controller001 and ran into this issue when running "deploy".

Kolla Ansible should really consider all nodes equal and search for appropriate "existing" nodes to pull data from for "new" nodes, when necessary, and/or delegate tasks to.

This file:
/usr/share/kolla-ansible/ansible/roles/keystone/tasks/init_fernet.yml

delegates tasks to the first controller listed in the keystone group in the Ansible inventory.

I would have tried to change the order of the controllers listed, but I don't know what impact that has globally, since it appears that various Kolla Ansible scripts rely on the first controller being "special".

Eric