Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virsh plugin: checksum validation failing when fetching private key #397

Open
venkataanil opened this issue Sep 16, 2020 · 0 comments
Open

Comments

@venkataanil
Copy link
Contributor

This ansible task https://github.com/redhat-openstack/infrared/blob/master/plugins/virsh/prepare_hypervisor.yml#L129
is failing while fetching keys for multiple hypervisors when the deployment
is using VMs on multi hypervisors for overcloud deployment.

TASK [copy server private key from hypervisor for SSH proxy] *******************
^[[0;33mchanged: [hypervisor-0] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'/.ssh/id_rsa'})^[[0m
^[[0;31mfailed: [hypervisor-2] (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'
/.ssh/id_rsa'}) => {"changed": false, "checksum": "c74a3864d18f392855f3b84903cf412aab14aba9", "dest": "/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa", "file": "/root/.ssh/id_rsa", "item": {"dest": "/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa", "src": "/.ssh/id_rsa"}, "md5sum": "a1ed42f80ca7431144bdf35517c5c12b", "msg": "checksum mismatch", "remote_checksum": "2ed1379f87001727821da27967e826c43e08e937", "remote_md5sum": null}^[[0m
^[[0;33mchanged: [hypervisor-1] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'
/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-3] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-5] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'
/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-4] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-6] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'
/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-8] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-7] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'
/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-0] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-9] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa', u'src': u'
/.ssh/id_rsa'})^[[0m
^[[0;33mchanged: [hypervisor-2] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-3] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'
/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-1] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-5] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'
/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-4] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-6] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'
/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-8] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-7] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'
/.ssh/id_rsa.pub'})^[[0m
^[[0;33mchanged: [hypervisor-9] => (item={u'dest': u'/root/.infrared/.workspaces/workspace_2020-09-15_05-16-35/id_rsa.pub', u'src': u'~/.ssh/id_rsa.pub'})^[[0m

rhosqeauto pushed a commit that referenced this issue Mar 22, 2021
This ansible task is failing while fetching keys for
multiple hypervisors when the deployment is using VMs
on multi hypervisors for overcloud deployment.
So we disable checksum validation for multi hypervisor
environment.

GH-397

Change-Id: Ic6b47510ee02668e688bf4148dd02fc018983b98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant