Skip to content

Instantly share code, notes, and snippets.

@joelmo
Created April 25, 2014 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelmo/a26fd0a6222dcaa78b35 to your computer and use it in GitHub Desktop.
Save joelmo/a26fd0a6222dcaa78b35 to your computer and use it in GitHub Desktop.
joelmo@redpup:~$ juju status
environment: local
machines:
"0":
agent-state: started
agent-version: 1.18.1.1
dns-name: localhost
instance-id: localhost
series: trusty
"1":
instance-id: pending
series: precise
"2":
instance-id: pending
series: precise
"3":
instance-id: pending
series: trusty
services:
mediawiki:
charm: cs:precise/mediawiki-15
exposed: true
units:
mediawiki/0:
agent-state: pending
machine: "1"
mysql:
charm: cs:trusty/mysql-0
exposed: false
relations:
cluster:
- mysql
db:
- wordpress
units:
mysql/0:
agent-state: pending
machine: "3"
wordpress:
charm: cs:precise/wordpress-21
exposed: true
relations:
db:
- mysql
loadbalancer:
- wordpress
units:
wordpress/0:
agent-state: pending
machine: "2"
joelmo@redpup:~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment