diff options
Diffstat (limited to 'deploy/client.py')
-rw-r--r-- | deploy/client.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/client.py b/deploy/client.py index 51919838..e5623c8b 100644 --- a/deploy/client.py +++ b/deploy/client.py @@ -888,6 +888,10 @@ class CompassClient(object): if current_time() >= deployment_timeout: LOG.info("current_time=%s, deployment_timeout=%s" \ % (current_time(), deployment_timeout)) + LOG.info("cobbler status:") + os.system("ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \ + -i %s root@192.168.200.2 \ + 'cobbler status'" % (CONF.rsa_file)) raise RuntimeError("installation timeout") try: |