Ubuntu Pastebin

Paste from suchvenu at Fri, 6 May 2016 15:28:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
1. Stream name as interface-ibm-db2

:/home/charm/charms/interfaces/interface-ibm-db2# ls
interface.yaml  provides.py  README.md  requires.py


2. cat interface.yaml
name: db2
summary: Basic db interface
version: 1
#repo: ""


3. /home/charm/charms/layers/layer-ibm-db2# cat layer.yaml
includes: ['layer:ibm-base', 'interface:interface-ibm-db2']
options:
 basic:
  packages:
      - tar
      - binutils
Download as text