~charmers/charms/wily/ubuntu/trunk

« back to all changes in this revision

Viewing changes to files/bundle-example.yaml

  • Committer: Tim Van Steenburgh
  • Date: 2015-05-01 10:12:08 UTC
  • mfrom: (10.1.4 ubuntu)
  • Revision ID: tim.van.steenburgh@canonical.com-20150501101208-7jvqc9dtmlfz7kvk
[1chb1n] Remove hooks and lxc stuff; update tests

Revert charm to have no hooks and no config options; add functional tests for all currently-supported Ubuntu releases; add bundletester usage examples.

Charm is now compatible with both 'juju test' and bundletester.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"ubuntu-example-bundle":
 
2
  services:
 
3
    "ubuntu":
 
4
      charm: cs:trusty/ubuntu
 
5
      num_units: 1
 
6
      annotations:
 
7
        "gui-x": "0"
 
8
        "gui-y": "0"
 
9
    "juju-gui":
 
10
      charm: "cs:trusty/juju-gui"
 
11
      num_units: 1
 
12
      annotations:
 
13
        "gui-x": "500"
 
14
        "gui-y": "0"