~wesmason/mojo/spec-url-or-manifest-arg

« back to all changes in this revision

Viewing changes to mojo/tests/testdata/juju2-subordinate-fail.yaml

  • Committer: Wes Mason
  • Date: 2016-11-03 23:25:24 UTC
  • mfrom: (316.2.35 mp)
  • Revision ID: wesley.mason@canonical.com-20161103232524-rkk1c8esnzq46g2i
* [axino,r=mthaddon] mojo/juju/check.py: don't output to stderr, check_nrpe doesn't read it
* [barryprice,r=mthaddon] work around LXC issue 1237
* [timkuhlman,r=mthaddon] Fix return code and output file of juju-parse-status
* [barryprice,r=mthaddon] fix for polling for networking in LXC.
* [barryprice,r=mthaddon] poll for networking in LXC for up to 30 seconds.
* [timkuhlman,r=stub] Add a juju-check and juju-parse-status commands.
* [mthaddon,r=barryprice] Don't consider multiple versions of the same charm as an error, just a warning.
* [timkuhlman,r=mthaddon] A Jenkins run script for Juju2
* [fo0bar,r=mthaddon] Cherry picked patch from lp:juju-wait to speed up waits on large environments
* [timkuhlman,r=mthaddon] Update Juju2 set/get commands to match rc1
* [timkuhlman,r=mthaddon] Add support for Juju2 status and related commands
* [pjdc,r=timkuhlman] process_config_changes_from_diff: skip modified services with no config changes
* [timkuhlman,r=mthaddon] Add a script to run jenkins job for git based on one in use inside Canoncial
* [mthaddon,r=timkuhlman] Add a script to run jenkins job based on one in use inside Canonical
* [thedac,r=mthaddon] Take in environment variables named MOJO_ for deploy phase, and relax restrictions on required phases in a manifest
* [mthaddon,trivial] Fix script phase where we're hard coding variables to pass in a manifest
* [mthaddon,r=stub] If we don't have an environment variable set that we're trying to pass into a script, don't set it, but don't error out
* [mthaddon,r=timkuhlman] Expand environment variables in a script phase line in a manifest
* [mthaddon,r=stub] Add templating to codetree in mojo, so you can specify series in a collect file
* [bloodearnest, r=timkuhlman] Add bash completion, via argcomplete

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
model:
 
2
  name: mojo-test
 
3
  controller: laptop
 
4
  cloud: lxd
 
5
  region: localhost
 
6
  version: 2.0-beta18
 
7
machines:
 
8
  "2":
 
9
    juju-status:
 
10
      current: started
 
11
      since: 16 Sep 2016 14:56:46Z
 
12
      version: 2.0-beta18
 
13
    dns-name: 10.47.34.203
 
14
    instance-id: juju-fdef5d-2
 
15
    machine-status:
 
16
      current: running
 
17
      message: Running
 
18
      since: 16 Sep 2016 14:55:58Z
 
19
    series: xenial
 
20
    hardware: arch=amd64 cpu-cores=0 mem=0M
 
21
  "3":
 
22
    juju-status:
 
23
      current: started
 
24
      since: 16 Sep 2016 14:57:11Z
 
25
      version: 2.0-beta18
 
26
    dns-name: fd28:938b:9119:802d:216:3eff:fe96:aa2d
 
27
    instance-id: juju-fdef5d-3
 
28
    machine-status:
 
29
      current: running
 
30
      message: Running
 
31
      since: 16 Sep 2016 14:56:19Z
 
32
    series: xenial
 
33
    hardware: arch=amd64 cpu-cores=0 mem=0M
 
34
applications:
 
35
  apache2:
 
36
    charm: cs:trusty/apache2-20
 
37
    series: xenial
 
38
    os: ubuntu
 
39
    charm-origin: jujucharms
 
40
    charm-name: apache2
 
41
    charm-rev: 20
 
42
    exposed: false
 
43
    application-status:
 
44
      current: unknown
 
45
      since: 16 Sep 2016 14:57:53Z
 
46
    relations:
 
47
      juju-info:
 
48
      - telegraf
 
49
    units:
 
50
      apache2/1:
 
51
        workload-status:
 
52
          current: unknown
 
53
          since: 16 Sep 2016 14:57:53Z
 
54
        juju-status:
 
55
          current: idle
 
56
          since: 16 Sep 2016 14:57:53Z
 
57
          version: 2.0-beta18
 
58
        machine: "3"
 
59
        public-address: fd28:938b:9119:802d:216:3eff:fe96:aa2d
 
60
        subordinates:
 
61
          telegraf/0:
 
62
            workload-status:
 
63
              current: error
 
64
              message: 'hook failed: "juju-info-relation-joined" for telegraf:juju-info'
 
65
              since: 16 Sep 2016 15:03:08Z
 
66
            juju-status:
 
67
              current: idle
 
68
              since: 16 Sep 2016 15:03:08Z
 
69
              version: 2.0-beta18
 
70
            upgrading-from: cs:~telegraf-charmers/telegraf-6
 
71
            public-address: fd28:938b:9119:802d:216:3eff:fe96:aa2d
 
72
  prometheus:
 
73
    charm: cs:~prometheus-charmers/prometheus-2
 
74
    series: xenial
 
75
    os: ubuntu
 
76
    charm-origin: jujucharms
 
77
    charm-name: prometheus
 
78
    charm-rev: 2
 
79
    exposed: false
 
80
    application-status:
 
81
      current: active
 
82
      message: Ready
 
83
      since: 16 Sep 2016 14:59:53Z
 
84
    relations:
 
85
      juju-info:
 
86
      - telegraf
 
87
    units:
 
88
      prometheus/1:
 
89
        workload-status:
 
90
          current: active
 
91
          message: Ready
 
92
          since: 16 Sep 2016 14:59:53Z
 
93
        juju-status:
 
94
          current: idle
 
95
          since: 16 Sep 2016 15:00:00Z
 
96
          version: 2.0-beta18
 
97
        machine: "2"
 
98
        open-ports:
 
99
        - 9090/tcp
 
100
        public-address: 10.47.34.203
 
101
        subordinates:
 
102
          telegraf/1:
 
103
            workload-status:
 
104
              current: error
 
105
              message: 'hook failed: "juju-info-relation-joined" for telegraf:juju-info'
 
106
              since: 16 Sep 2016 15:03:21Z
 
107
            juju-status:
 
108
              current: idle
 
109
              since: 16 Sep 2016 15:03:21Z
 
110
              version: 2.0-beta18
 
111
            upgrading-from: cs:~telegraf-charmers/telegraf-6
 
112
            public-address: 10.47.34.203
 
113
  telegraf:
 
114
    charm: cs:~telegraf-charmers/telegraf-6
 
115
    series: xenial
 
116
    os: ubuntu
 
117
    charm-origin: jujucharms
 
118
    charm-name: telegraf
 
119
    charm-rev: 6
 
120
    exposed: false
 
121
    application-status:
 
122
      current: error
 
123
      message: 'hook failed: "juju-info-relation-joined"'
 
124
      since: 16 Sep 2016 15:03:08Z
 
125
    relations:
 
126
      juju-info:
 
127
      - apache2
 
128
      - prometheus
 
129
    subordinate-to:
 
130
    - apache2
 
131
    - prometheus