Skip to content

Instantly share code, notes, and snippets.

@mrhillsman
Created April 30, 2017 12:48
Show Gist options
  • Save mrhillsman/bd76ec92c41420d309db724b8d6581e0 to your computer and use it in GitHub Desktop.
Save mrhillsman/bd76ec92c41420d309db724b8d6581e0 to your computer and use it in GitHub Desktop.
root@infra01-utility-container-c99af07d:~# python healthcheck.py --image d9b4fd09-deb5-4dae-8924-38e05782cc3a
!! No account number or token provided. MaaS will not be checked.
** Starting service checks...
Version 1 is deprecated, use alternative version 2 instead.
WARNING:cinderclient.api_versions:Version 1 is deprecated, use alternative version 2 instead.
** Cinder volume service found. Will test functionality.
** Database shows no issues. :)
** Nova shows no issues. :)
** Neutron shows no issues. :)
** Cinder shows no issues. :)
!! MAAS is not enabled/installed.
** Testing nova functionality...
** Flavor created.
** Security group rules created.
** Instance, rpc-qc-compute02, created.
** Instance, rpc-qc-compute01, created.
** Waiting for instances to become available...
..
..
..
..
** Testing network connectivity of instances...
..
..
!! Unable to locate Neutron Agents container. Cannot proceed.
!! Unable to locate Neutron Agents container. Cannot proceed.
..
!! Unable to locate Neutron Agents container. Cannot proceed.
!! Unable to locate Neutron Agents container. Cannot proceed.
!! No instances accessible to perform additional checks on.
..
** Cleaning up nova...
..
..
..
..
..
Traceback (most recent call last):
File "healthcheck.py", line 843, in <module>
QC()
File "healthcheck.py", line 33, in __init__
self.main()
File "healthcheck.py", line 839, in main
self.resource_report(self.creport, self.areport)
File "healthcheck.py", line 392, in resource_report
result = self.ssh(command, host)
File "healthcheck.py", line 54, in ssh
c.connect(host, timeout=10)
File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 380, in connect
look_for_keys, gss_auth, gss_kex, gss_deleg_creds, gss_host)
File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 603, in _auth
raise saved_exception
paramiko.ssh_exception.AuthenticationException: Authentication failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment