~jean-deruelle/charms/bundles/mobicents-restcomm-mysql-bundle/bundle

« back to all changes in this revision

Viewing changes to mobicents-restcomm-mysql.yaml

  • Committer: Jean Deruelle
  • Date: 2015-09-09 16:55:28 UTC
  • Revision ID: jean.deruelle@telestax.com-20150909165528-mfsabvpuzsnsxlxa
Renaming the bundle.yaml so that the juju charm store picks it up

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
series: trusty
2
 
services: 
3
 
  "mobicents-restcomm": 
4
 
    charm: "cs:~jean-deruelle/trusty/mobicents-restcomm-charm-0"
5
 
    num_units: 1
6
 
    expose: true
7
 
    annotations: 
8
 
      "gui-x": "1165"
9
 
      "gui-y": "651.2050807568877"
10
 
    to: 
11
 
      - "0"
12
 
  mysql: 
13
 
    charm: "cs:trusty/mysql-25"
14
 
    num_units: 1
15
 
    options: 
16
 
      "dataset-size": 512M
17
 
    annotations: 
18
 
      "gui-x": "1029"
19
 
      "gui-y": "276.7350269189626"
20
 
    to: 
21
 
      - "1"
22
 
relations: 
23
 
  - - "mobicents-restcomm:database"
24
 
    - "mysql:db"
25
 
machines: 
26
 
  "0": 
27
 
    series: trusty
28
 
    constraints: arch=amd64
29
 
  "1": 
30
 
    series: trusty
31
 
    constraints: arch=amd64