Fun with Windows

Nate Finch nate.finch at canonical.com
Fri Aug 23 20:21:21 UTC 2013


Got my cross compilation environment going, fixed a minor
issue<https://codereview.appspot.com/13079045/> with
running juju on Windows, and now juju seems to be working fine on my Win7
VM. I haven't set up a build environment on Windows yet, to see what tests
fail, so I can't really if there are edge cases that are broken, but the
standard stuff works.

C:\Users\Nate>juju deploy cs:~marcoceppi/discourse

C:\Users\Nate>juju deploy postgresql

C:\Users\Nate>juju add-relation discourse postgresql:db-admin

C:\Users\Nate>juju expose discourse

C:\Users\Nate>juju status
environment: amazon
machines:
  "0":
    agent-state: pending
    dns-name: ec2-174-129-138-228.compute-1.amazonaws.com
    instance-id: i-1e402f70
    instance-state: running
    series: precise
    hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M
  "1":
    instance-id: pending
    series: precise
  "2":
    instance-id: pending
    series: precise
services:
  discourse:
    charm: cs:~marcoceppi/precise/discourse-20
    exposed: true
    relations:
      db:
      - postgresql
      discourse:
      - discourse
    units:
      discourse/0:
        agent-state: pending
        machine: "1"
  postgresql:
    charm: cs:precise/postgresql-38
    exposed: false
    relations:
      db-admin:
      - discourse
      replication:
      - postgresql
    units:
      postgresql/0:
        agent-state: pending
        machine: "2"

C:\Users\Nate>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20130823/143dc1cc/attachment.html>


More information about the Juju-dev mailing list