Advertisement
Guest User

Untitled

a guest
Mar 10th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. [root@nailgun ~]# fuel --f
  2. api: '1.0'
  3. astute_sha: f7cda2171b0b677dfaeb59693d980a2d3ee4c3e0
  4. auth_required: true
  5. build_id: 2015-03-05_20-49-44
  6. build_number: '118'
  7. feature_groups:
  8. - mirantis
  9. fuellib_sha: b667689e264b0f81073193026fb43d446e7dab3d
  10. fuelmain_sha: bc1a1279509a87de0b9201e6dd2d393e0e122905
  11. nailgun_sha: a27dcf6a04c12ab6c0bfa7039ffba84ed7574592
  12. ostf_sha: b38332e6741fc4b0ef40a9b4fe9d2804ee6437cc
  13. production: docker
  14. release: 6.0.1
  15. release_versions:
  16. 2014.2.2-6.0.1:
  17. VERSION:
  18. api: '1.0'
  19. astute_sha: f7cda2171b0b677dfaeb59693d980a2d3ee4c3e0
  20. build_id: 2015-03-05_20-49-44
  21. build_number: '118'
  22. feature_groups:
  23. - mirantis
  24. fuellib_sha: b667689e264b0f81073193026fb43d446e7dab3d
  25. fuelmain_sha: bc1a1279509a87de0b9201e6dd2d393e0e122905
  26. nailgun_sha: a27dcf6a04c12ab6c0bfa7039ffba84ed7574592
  27. ostf_sha: b38332e6741fc4b0ef40a9b4fe9d2804ee6437cc
  28. production: docker
  29. release: 6.0.1
  30.  
  31. Current DNS
  32.  
  33. [root@nailgun ~]# for i in $(fuel node | grep controller | awk '{print $10}'); do ssh 2>/dev/null $i "grep 'nameserver' /etc/resolv.conf" ; done
  34. nameserver 10.122.35.2
  35. nameserver 10.122.35.2
  36. nameserver 10.122.35.2
  37.  
  38. [root@nailgun ~]# for i in $(fuel node | grep controller | awk '{print $10}'); do ssh 2>/dev/null $i "sed -i 's/10.122.35.2/10.122.35.254/g' /etc/resolv.conf; host 10.122.35.6" ; done
  39. ;; connection timed out; no servers could be reached
  40. ;; connection timed out; no servers could be reached
  41. ;; connection timed out; no servers could be reached
  42.  
  43. root@node-2:~# nova list
  44. +----+------+--------+------------+-------------+----------+
  45. | ID | Name | Status | Task State | Power State | Networks |
  46. +----+------+--------+------------+-------------+----------+
  47. +----+------+--------+------------+-------------+----------+
  48. root@node-2:~#
  49. root@node-2:~# nova list
  50. +--------------------------------------+------+--------+------------+-------------+---------------------+
  51. | ID | Name | Status | Task State | Power State | Networks |
  52. +--------------------------------------+------+--------+------------+-------------+---------------------+
  53. | 29255c1b-72fb-4d4f-8725-505a84ff3388 | test | ACTIVE | - | Running | net04=192.168.111.5 |
  54. +--------------------------------------+------+--------+------------+-------------+---------------------+
  55. root@node-2:~# nova get-vnc-console test novnc
  56. +-------+----------------------------------------------------------------------------------+
  57. | Type | Url |
  58. +-------+----------------------------------------------------------------------------------+
  59. | novnc | http://10.122.36.2:6080/vnc_auto.html?token=2a7f61d0-ffda-48e5-bece-7f4bcac608a9 |
  60. +-------+----------------------------------------------------------------------------------+
  61.  
  62. Verify via browser that VNC is working fine. (127.0.0.1 it's SSH tunnel to openstack)
  63. Screenshot http://s18.postimg.org/4hekrhgrd/VNC_6_0_1.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement