jolausa

Untitled

Feb 8th, 2017
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. root@8b90f8bba233:~/repos/releng/# cat test.py
  2. import opnfv.deployment.factory as f
  3. h2 = f.Factory.get_handler('fuel', '10.20.0.2', 'root', installer_pwd='r00tme')
  4. import functest.utils.functest_logger as ft_logger
  5. h3 = f.Factory.get_handler('fuel', '10.20.0.2', 'root', installer_pwd='r00tme')
  6. print h3.get_deployment_info()
  7.  
  8.  
  9.  
  10.  
  11. root@8b90f8bba233:~/repos/releng# python test.py
  12. 2017-02-08 16:16:42,697 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  13. 2017-02-08 16:16:42,820 - paramiko.transport - INFO - Authentication (password) successful!
  14. 2017-02-08 16:16:44,421 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  15. 2017-02-08 16:16:44,540 - paramiko.transport - INFO - Authentication (password) successful!
  16. 2017-02-08 16:16:44,916 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  17. 2017-02-08 16:16:44,950 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  18. 2017-02-08 16:16:45,115 - paramiko.transport - INFO - Authentication (publickey) successful!
  19. 2017-02-08 16:16:45,165 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  20. 2017-02-08 16:16:45,303 - paramiko.transport - INFO - Authentication (password) successful!
  21. 2017-02-08 16:16:45,719 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  22. 2017-02-08 16:16:45,755 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  23. 2017-02-08 16:16:45,932 - paramiko.transport - INFO - Authentication (publickey) successful!
  24. 2017-02-08 16:16:45,976 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  25. 2017-02-08 16:16:46,107 - paramiko.transport - INFO - Authentication (password) successful!
  26. 2017-02-08 16:16:46,463 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  27. 2017-02-08 16:16:46,500 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  28. 2017-02-08 16:16:46,663 - paramiko.transport - INFO - Authentication (publickey) successful!
  29. 2017-02-08 16:16:46,713 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  30. 2017-02-08 16:16:46,829 - paramiko.transport - INFO - Authentication (password) successful!
  31. 2017-02-08 16:16:47,124 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  32. 2017-02-08 16:16:47,175 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  33. 2017-02-08 16:16:47,363 - paramiko.transport - INFO - Authentication (publickey) successful!
  34. 2017-02-08 16:16:47,407 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  35. 2017-02-08 16:16:47,531 - paramiko.transport - INFO - Authentication (password) successful!
  36. 2017-02-08 16:16:47,904 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  37. 2017-02-08 16:16:47,940 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  38. 2017-02-08 16:16:48,116 - paramiko.transport - INFO - Authentication (publickey) successful!
  39. 2017-02-08 16:16:48,157 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  40. 2017-02-08 16:16:48,285 - paramiko.transport - INFO - Authentication (password) successful!
  41. 2017-02-08 16:16:48,608 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  42. 2017-02-08 16:16:48,653 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  43. 2017-02-08 16:16:48,829 - paramiko.transport - INFO - Authentication (publickey) successful!
  44. 2017-02-08 16:16:48,882 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  45. 2017-02-08 16:16:49,015 - paramiko.transport - INFO - Authentication (password) successful!
  46. 2017-02-08 16:16:49,375 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  47. 2017-02-08 16:16:49,426 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  48. 2017-02-08 16:16:49,608 - paramiko.transport - INFO - Authentication (publickey) successful!
  49. 2017-02-08 16:16:49,649 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  50. 2017-02-08 16:16:49,783 - paramiko.transport - INFO - Authentication (password) successful!
  51. 2017-02-08 16:16:50,136 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  52. 2017-02-08 16:16:50,164 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  53. 2017-02-08 16:16:50,332 - paramiko.transport - INFO - Authentication (publickey) successful!
  54. 2017-02-08 16:16:50,377 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  55. 2017-02-08 16:16:50,523 - paramiko.transport - INFO - Authentication (password) successful!
  56. 2017-02-08 16:16:50,891 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  57. 2017-02-08 16:16:50,924 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  58. 2017-02-08 16:16:51,090 - paramiko.transport - INFO - Authentication (publickey) successful!
  59. 2017-02-08 16:16:51,128 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1)
  60. 2017-02-08 16:16:51,240 - paramiko.transport - INFO - Authentication (password) successful!
  61. 2017-02-08 16:16:51,631 - paramiko.transport.sftp - INFO - [chan 0] Opened sftp connection (server version 3)
  62. 2017-02-08 16:16:51,664 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2)
  63. 2017-02-08 16:16:51,833 - paramiko.transport - INFO - Authentication (publickey) successful!
  64.  
  65. INSTALLER: fuel
  66. SCENARIO: os-nosdn-nofeature-noha
  67. INSTALLER IP: 10.20.0.2
  68. POD: jose_node
  69. STATUS: active
  70. OPENSTACK: 14.0.0 (Newton)
  71. SDN: OpenDaylight 5.0.0-1
  72. NODES:
  73. {'status': 'active', 'info': {'cluster': '4', 'mac': '52:54:00:60:ba:e6', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (ba:e6)', 'roles': 'compute', 'ip': '10.20.0.17', 'id': '15'}
  74. {'status': 'active', 'info': {'cluster': '4', 'mac': '52:54:00:a9:61:bc', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (61:bc)', 'roles': 'controller, opendaylight', 'ip': '10.20.0.16', 'id': '16'}
  75. {'status': 'active', 'info': {'cluster': '6', 'mac': '52:54:00:74:5a:34', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (5a:34)', 'roles': 'compute', 'ip': '10.20.0.15', 'id': '14'}
  76. {'status': 'active', 'info': {'cluster': '6', 'mac': '52:54:00:66:63:4e', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (63:4e)', 'roles': 'controller', 'ip': '10.20.0.14', 'id': '13'}
  77. {'status': 'active', 'info': {'cluster': '3', 'mac': '52:54:00:ac:18:05', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (18:05)', 'roles': 'compute', 'ip': '10.20.0.13', 'id': '11'}
  78. {'status': 'active', 'info': {'cluster': '3', 'mac': '52:54:00:ec:69:a1', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (69:a1)', 'roles': 'controller', 'ip': '10.20.0.12', 'id': '12'}
  79. {'status': 'active', 'info': {'cluster': '7', 'mac': '52:54:00:90:9c:50', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (9c:50)', 'roles': 'controller', 'ip': '10.20.0.4', 'id': '19'}
  80. {'status': 'active', 'info': {'cluster': '7', 'mac': '52:54:00:39:fd:be', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (fd:be)', 'roles': 'compute', 'ip': '10.20.0.5', 'id': '20'}
  81. {'status': 'active', 'info': {'cluster': '5', 'mac': '52:54:00:ae:4e:df', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (4e:df)', 'roles': 'controller, opendaylight', 'ip': '10.20.0.18', 'id': '18'}
  82. {'status': 'active', 'info': {'cluster': '5', 'mac': '52:54:00:ff:e3:0b', 'status_node': 'ready', 'online': '1'}, 'name': 'Untitled (e3:0b)', 'roles': 'compute', 'ip': '10.20.0.19', 'id': '17'}
  83. {'status': 'inactive', 'info': {'cluster': '', 'mac': '52:54:00:4e:53:44', 'status_node': 'discover', 'online': ''}, 'name': 'Untitled (53:44)', 'roles': '', 'ip': '10.20.0.6', 'id': '5'}
  84. {'status': 'inactive', 'info': {'cluster': '', 'mac': '52:54:00:b1:0c:e5', 'status_node': 'discover', 'online': ''}, 'name': 'Untitled (0c:e5)', 'roles': '', 'ip': '10.20.0.7', 'id': '8'}
  85. {'status': 'inactive', 'info': {'cluster': '', 'mac': '52:54:00:2a:80:67', 'status_node': 'discover', 'online': ''}, 'name': 'Untitled (80:67)', 'roles': '', 'ip': '10.20.0.9', 'id': '6'}
  86. {'status': 'inactive', 'info': {'cluster': '', 'mac': '52:54:00:f7:70:a8', 'status_node': 'discover', 'online': ''}, 'name': 'Untitled (70:a8)', 'roles': '', 'ip': '10.20.0.10', 'id': '10'}
  87. {'status': 'inactive', 'info': {'cluster': '', 'mac': '52:54:00:d7:03:92', 'status_node': 'discover', 'online': ''}, 'name': 'Untitled (03:92)', 'roles': '', 'ip': '10.20.0.8', 'id': '7'}
  88. {'status': 'inactive', 'info': {'cluster': '', 'mac': '52:54:00:87:3f:b7', 'status_node': 'discover', 'online': '|'}, 'name': 'Untitled (3f:b7)', 'roles': '', 'ip': '10.20.0.11', 'id': '9'}
Advertisement
Add Comment
Please, Sign In to add comment