~zaidka/charms/trusty/genieacs/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
options:
  repo:
    type: string
    default: https://github.com/zaidka/genieacs.git
    description: "GenieACS source code repository"
  branch:
    type: string
    default: master
    description: "GenieACS repository deployment branch"
  mongodb_host:
    type: string
    default: ""
    description: "MongoDB database host instead of using: `juju deploy mongodb` locally"
  mongodb_port:
    type: string
    default: "27017"
    description: "MongoDB database port"
  redis_host:
    type: string
    default: ""
    description: "Redis cache host instead of using: `juju deploy redis` locally"
  redis_port:
    type: string
    default: "6379"
    description: "Redis cache port"