~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to trusty/pcrf/layer.yaml

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"includes":
 
2
- "layer:basic"
 
3
- "layer:docker"
 
4
"repo": "https://github.com/juju-solutions/layer-docker.git"
 
5
"tactics": ["tactics.docker.DockerWheelhouseTactic"]
 
6
"options":
 
7
  "docker":
 
8
    "skip-install": !!bool "false"
 
9
  "pcrf": {}
 
10
  "basic":
 
11
    "use_venv": !!bool "false"
 
12
    "packages": []
 
13
    "include_system_packages": !!bool "false"
 
14
"is": "pcrf"