From e8769373b6adace69b041a18a4342870a98eaabf Mon Sep 17 00:00:00 2001 From: Pierre Riteau <pierre@stackhpc.com> Date: Thu, 2 Sep 2021 16:11:35 +0200 Subject: [PATCH] Fix typo in IP allocation filename Change-Id: I70d5f78871867f3a71150eacc3df1857949e6df9 --- ansible/roles/ssh-known-host/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ssh-known-host/tasks/main.yml b/ansible/roles/ssh-known-host/tasks/main.yml index d752ee42..2cb8cc49 100644 --- a/ansible/roles/ssh-known-host/tasks/main.yml +++ b/ansible/roles/ssh-known-host/tasks/main.yml @@ -7,7 +7,7 @@ msg: >- Host {{ inventory_hostname }} has no address configured on the admin network. IP addresses may be manually configured in - 'network-allocations.yml', or are automatically allocated during the + 'network-allocation.yml', or are automatically allocated during the following commands: 'kayobe seed hypervisor host configure', 'kayobe seed host configure', 'kayobe overcloud host configure', 'kayobe seed vm provision' and 'kayobe overcloud inventory discover'. -- GitLab