diff --git a/ansible/kayobe-ansible-user.yml b/ansible/kayobe-ansible-user.yml index f01c06abf..8b5c6990a 100644 --- a/ansible/kayobe-ansible-user.yml +++ b/ansible/kayobe-ansible-user.yml @@ -7,7 +7,7 @@ # bootstrap process if the account is inaccessible. - name: Determine whether user bootstrapping is required - hosts: seed:overcloud + hosts: seed-hypervisor:seed:overcloud gather_facts: false tags: - kayobe-ansible-user @@ -62,7 +62,7 @@ become: True - name: Verify that the Kayobe Ansible user account is accessible - hosts: seed:overcloud + hosts: seed-hypervisor:seed:overcloud gather_facts: false tags: - kayobe-ansible-user diff --git a/releasenotes/notes/seed-hypervisor-bootstrap-58bafc1ea0d125bc.yaml b/releasenotes/notes/seed-hypervisor-bootstrap-58bafc1ea0d125bc.yaml new file mode 100644 index 000000000..c2d44c707 --- /dev/null +++ b/releasenotes/notes/seed-hypervisor-bootstrap-58bafc1ea0d125bc.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Fixes an issue where the seed hypervisor user bootstrapping is not + performed when executing ``kayobe seed hypervisor host configure``. See + `story 2004401 `__ for + details.