Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2015
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. [~/juju-test-node]% juju status
  2. environment: onlinelabs
  3. machines:
  4. "0":
  5. agent-state: started
  6. agent-version: 1.21.3
  7. dns-name: 212.47.229.83
  8. instance-id: 'manual:'
  9. series: trusty
  10. hardware: arch=armhf cpu-cores=1 mem=2023M
  11. state-server-member-status: has-vote
  12. "1":
  13. agent-state: started
  14. agent-version: 1.21.3
  15. dns-name: 212.47.228.35
  16. instance-id: manual:212.47.228.35
  17. series: trusty
  18. hardware: arch=armhf cpu-cores=1 mem=2023M
  19. "2":
  20. agent-state: started
  21. agent-version: 1.21.3
  22. dns-name: 212.47.228.124
  23. instance-id: manual:212.47.228.124
  24. series: trusty
  25. hardware: arch=armhf cpu-cores=1 mem=2023M
  26. "3":
  27. agent-state: started
  28. agent-version: 1.21.3
  29. dns-name: 212.47.231.175
  30. instance-id: manual:212.47.231.175
  31. series: trusty
  32. hardware: arch=armhf cpu-cores=1 mem=2023M
  33. "4":
  34. agent-state: started
  35. agent-version: 1.21.3
  36. dns-name: 212.47.231.147
  37. instance-id: manual:212.47.231.147
  38. series: trusty
  39. hardware: arch=armhf cpu-cores=1 mem=2023M
  40. "5":
  41. agent-state: started
  42. agent-version: 1.21.3
  43. dns-name: 212.47.237.126
  44. instance-id: manual:212.47.237.126
  45. series: trusty
  46. hardware: arch=armhf cpu-cores=1 mem=2023M
  47. "6":
  48. agent-state: started
  49. agent-version: 1.21.3
  50. dns-name: 212.47.229.192
  51. instance-id: manual:212.47.229.192
  52. series: trusty
  53. hardware: arch=armhf cpu-cores=1 mem=2023M
  54. "7":
  55. agent-state: started
  56. agent-version: 1.21.3
  57. dns-name: 212.47.234.180
  58. instance-id: manual:212.47.234.180
  59. series: trusty
  60. hardware: arch=armhf cpu-cores=1 mem=2023M
  61. "8":
  62. agent-state: started
  63. agent-version: 1.21.3
  64. dns-name: 212.47.231.171
  65. instance-id: manual:212.47.231.171
  66. series: trusty
  67. hardware: arch=armhf cpu-cores=1 mem=2023M
  68. "9":
  69. agent-state: started
  70. agent-version: 1.21.3
  71. dns-name: 212.47.230.186
  72. instance-id: manual:212.47.230.186
  73. series: trusty
  74. hardware: arch=armhf cpu-cores=1 mem=2023M
  75. "10":
  76. agent-state: started
  77. agent-version: 1.21.3
  78. dns-name: 212.47.229.165
  79. instance-id: manual:212.47.229.165
  80. series: trusty
  81. hardware: arch=armhf cpu-cores=1 mem=2023M
  82. services:
  83. haproxy:
  84. charm: cs:trusty/haproxy-6
  85. exposed: false
  86. relations:
  87. peer:
  88. - haproxy
  89. units:
  90. haproxy/0:
  91. agent-state: started
  92. agent-version: 1.21.3
  93. machine: "1"
  94. public-address: 212.47.228.35
  95. mongodb:
  96. charm: cs:trusty/mongodb-17
  97. exposed: false
  98. relations:
  99. replica-set:
  100. - mongodb
  101. units:
  102. mongodb/0:
  103. agent-state: started
  104. agent-version: 1.21.3
  105. machine: "2"
  106. open-ports:
  107. - 27017/tcp
  108. - 27019/tcp
  109. - 27021/tcp
  110. - 28017/tcp
  111. public-address: 212.47.228.124
  112. [~/juju-test-node]% juju deploy node-app my-app
  113. Added charm "cs:precise/node-app-10" to the environment.
  114. ERROR cannot assign unit "my-app/0" to machine: cannot assign unit "my-app/0" to new machine or container: cannot assign unit "my-app/0" to new machine: use "juju add-machine ssh:[user@]<host>" to provision machines
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement