Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. #after destroying environement and bootstraping again:
  2. ubuntu@jujubox:~$ juju status
  3. machines:
  4. 0:
  5. agent-state: running
  6. dns-name: localhost
  7. instance-id: local
  8. instance-state: running
  9. services: {}
  10.  
  11. # Things looks all right up to now.
  12.  
  13. ubuntu@jujubox:~$ juju deploy --repository /home/ubuntu/charms/ local:precise/mysql
  14. 2012-04-02 14:35:29,131 INFO Searching for charm local:precise/mysql in local charm repository: /home/ubuntu/charms
  15. 2012-04-02 14:35:29,290 WARNING Charm '.mrconfig' has an error: CharmError() Error processing '/home/ubuntu/charms/precise/.mrconfig': unable to process /home/ubuntu/charms/precise/.mrconfig into a charm
  16. 2012-04-02 14:35:29,573 WARNING Charm '.mrconfig' has an error: CharmError() Error processing '/home/ubuntu/charms/precise/.mrconfig': unable to process /home/ubuntu/charms/precise/.mrconfig into a charm
  17. 2012-04-02 14:35:30,050 INFO Charm deployed as service: 'mysql'
  18. 2012-04-02 14:35:30,054 INFO 'deploy' command finished successfully
  19.  
  20. # Whatis the .mrconfig Warning about ?
  21. # In the meantime, in juju-debug:
  22.  
  23.  
  24. 2012-04-02 14:35:30,055 Machine:0: juju.agents.machine DEBUG: Units changed old:set([]) new:set(['mysql/0'])
  25. 2012-04-02 14:35:30,055 Machine:0: juju.agents.machine DEBUG: Starting service unit: mysql/0 ...
  26. 2012-04-02 14:35:30,180 Machine:0: juju.state.unit DEBUG: Downloading charm local:precise/mysql-118 to /var/jujustuff/ubuntu-lxc/charms
  27. 2012-04-02 14:35:30,251 Machine:0: juju.state.unit DEBUG: Starting service unit mysql/0...
  28. 2012-04-02 14:35:30,253 Machine:0: unit.deploy DEBUG: Creating master container...
  29.  
  30. ubuntu@jujubox:~$ juju status
  31. machines:
  32. 0:
  33. agent-state: running
  34. dns-name: localhost
  35. instance-id: local
  36. instance-state: running
  37. services:
  38. mysql:
  39. charm: local:precise/mysql-118
  40. relations: {}
  41. units:
  42. mysql/0:
  43. agent-state: pending
  44. machine: 0
  45. public-address: null
  46. 2012-04-02 14:36:23,404 INFO 'status' command finished successfully
  47.  
  48. ubuntu@jujubox:~$ juju deploy --repository /home/ubuntu/charms/ local:precise/wordpress
  49. 2012-04-02 14:37:41,716 INFO Searching for charm local:precise/wordpress in local charm repository: /home/ubuntu/charms
  50. 2012-04-02 14:37:41,879 WARNING Charm '.mrconfig' has an error: CharmError() Error processing '/home/ubuntu/charms/precise/.mrconfig': unable to process /home/ubuntu/charms/precise/.mrconfig into a charm
  51. 2012-04-02 14:37:42,192 WARNING Charm '.mrconfig' has an error: CharmError() Error processing '/home/ubuntu/charms/precise/.mrconfig': unable to process /home/ubuntu/charms/precise/.mrconfig into a charm
  52. 2012-04-02 14:37:42,746 INFO Charm deployed as service: 'wordpress'
  53. 2012-04-02 14:37:42,750 INFO 'deploy' command finished successfully
  54.  
  55.  
  56. #nothing happen in juju debug-log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement