~ibmcharmers/charms/trusty/ibm-platform-pm/trunk

« back to all changes in this revision

Viewing changes to layer.yaml

  • Committer: Rajith Venkata
  • Date: 2016-10-21 11:22:07 UTC
  • Revision ID: rajith.pv@in.ibm.com-20161021112207-ckb3yf869aeab3va
Intial checkin for layered built charm of ibm-platform-pm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"includes":
 
2
- "layer:basic"
 
3
- "layer:apt"
 
4
- "layer:leadership"
 
5
- "layer:basic"
 
6
- "layer:ibm-base"
 
7
"options":
 
8
  "basic":
 
9
    # Setting options for the basic layer.
 
10
    "packages":
 
11
    - "curl"
 
12
    - "tar"
 
13
    - "wget"
 
14
    "use_venv": !!bool "false"
 
15
    "include_system_packages": !!bool "false"
 
16
  "ibm-base": {}
 
17
  "leadership": {}
 
18
  "ibm-platform-pm": {}
 
19
  "apt":
 
20
    "packages": []
 
21
"repo": "bzr+ssh://bazaar.launchpad.net/~ibmcharmers/charms/trusty/layer-ibm-platform-pm/trunk/"
 
22
"is": "ibm-platform-pm"